Skip to content

Commit

Permalink
Mark 1717 as stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
vkryl committed May 10, 2024
1 parent 4f21eb4 commit 11cd548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ public static void collectChangeLogs (int prevVersion, List<TdApi.Function<?>> f
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
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
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
private static final int APP_RELEASE_VERSION_2024_MAY = Integer.MAX_VALUE; // Not yet released. Replace media messages, files captions, birthdates, dozens of changes: https://telegra.ph/Telegram-X-05-10
private static final int APP_RELEASE_VERSION_2024_MAY = 1717; // Replace media messages, files captions, birthdates, dozens of changes. 10 May, 2024: https://telegra.ph/Telegram-X-05-10
}

0 comments on commit 11cd548

Please sign in to comment.