Skip to content

Commit

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

0 comments on commit 7bc96db

Please sign in to comment.