mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Bump version to 2.5.4b2
This commit is contained in:
parent
2aca4995a0
commit
0a0b9fe9b9
11
README.md
11
README.md
@ -38,6 +38,17 @@ This documentation provides integrated help in Xcode for all public APIs and a s
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 2.5.4b2
|
||||
|
||||
- Crash Reporting:
|
||||
|
||||
- [UPDATE] Migrate pre v2.5 auto send user setting
|
||||
- [BUGFIX] The alert option 'Auto Send' did not persist correctly
|
||||
|
||||
- Updating:
|
||||
|
||||
- [BUGFIX] Authorization option did not persist correctly and caused authorization to re-appear on every cold app start
|
||||
|
||||
### Version 2.5.4b1
|
||||
|
||||
- General:
|
||||
|
@ -1,3 +1,3 @@
|
||||
BUILD_NUMBER = 6
|
||||
VERSION_STRING = 2.5.4b1
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b1\""
|
||||
BUILD_NUMBER = 7
|
||||
VERSION_STRING = 2.5.4b2
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b2\""
|
||||
|
@ -1,3 +1,14 @@
|
||||
### Version 2.5.4b2
|
||||
|
||||
- Crash Reporting:
|
||||
|
||||
- [UPDATE] Migrate pre v2.5 auto send user setting
|
||||
- [BUGFIX] The alert option 'Auto Send' did not persist correctly
|
||||
|
||||
- Updating:
|
||||
|
||||
- [BUGFIX] Authorization option did not persist correctly and caused authorization to re-appear on every cold app start
|
||||
|
||||
### Version 2.5.4b1
|
||||
|
||||
- General:
|
||||
|
Loading…
x
Reference in New Issue
Block a user