@@ -1534,7 +1534,10 @@ public boolean checkChangeLogs (boolean alreadySent, boolean test) {
1534
1534
makeUpdateText (0 , 25 , 6 , APP_RELEASE_VERSION_2023_APRIL , "https://telegra.ph/Telegram-X-04-02" , functions , updates , false );
1535
1535
}
1536
1536
if (checkVersion (prevVersion , APP_RELEASE_VERSION_2023_AUGUST , test )) {
1537
- makeUpdateText (0 , 25 , 10 , APP_RELEASE_VERSION_2023_AUGUST , "https://telegra.ph/Telegram-X-08-02" , functions , updates , true );
1537
+ makeUpdateText (0 , 25 , 10 , APP_RELEASE_VERSION_2023_AUGUST , "https://telegra.ph/Telegram-X-08-02" , functions , updates , false );
1538
+ }
1539
+ if (checkVersion (prevVersion , APP_RELEASE_VERSION_2023_DECEMBER , test )) {
1540
+ makeUpdateText (0 , 25 , 10 , APP_RELEASE_VERSION_2023_DECEMBER , "https://telegra.ph/Telegram-X-2023-12-31" , functions , updates , true );
1538
1541
}
1539
1542
if (!updates .isEmpty ()) {
1540
1543
incrementReferenceCount (REFERENCE_TYPE_JOB ); // starting task
@@ -1594,6 +1597,7 @@ public boolean checkChangeLogs (boolean alreadySent, boolean test) {
1594
1597
private static final int APP_RELEASE_VERSION_2023_MARCH_2 = 1615 ; // Bugfixes to the previous release. 15 March, 2023: https://t.me/tgx_android/305
1595
1598
private static final int APP_RELEASE_VERSION_2023_APRIL = 1624 ; // Emoji 15.0, more recent stickers & more + critical TDLIb upgrade. 2 April, 2023: https://telegra.ph/Telegram-X-04-02
1596
1599
private static final int APP_RELEASE_VERSION_2023_AUGUST = 1646 ; // Translation, Advanced Text Formatting, Emoji Status, tgcalls, reproducible TDLib & more. 3 August, 2023: https://telegra.ph/Telegram-X-08-02
1600
+ private static final int APP_RELEASE_VERSION_2023_DECEMBER = 1674 ; // Custom emoji, select link preview, archive settings, in-app avatar picker, group chat tools, & more. 31st December, 2023 (full roll-out in January 2024): https://telegra.ph/Telegram-X-2023-12-31
1597
1601
1598
1602
// Startup
1599
1603
0 commit comments