Bump build number and update changelog
This commit is contained in:
parent
88176fe599
commit
583d9b97dd
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024.5 (137)
|
||||||
|
Features/Improvements:
|
||||||
|
- Improve gallery presentation/dismissal transitions
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Account for bidirectional text in display names
|
||||||
|
- Fix crash when playing back gifv
|
||||||
|
- Fix gallery controls not hiding if video loading fails
|
||||||
|
- iPadOS: Fix incorrect gallery dismiss animation on non-fullscreen windows
|
||||||
|
- iPadOS: Fix hang when switching accounts
|
||||||
|
|
||||||
## 2024.4 (136)
|
## 2024.4 (136)
|
||||||
Features/Improvements:
|
Features/Improvements:
|
||||||
- Import image description when adding attachments from Photos if possible
|
- Import image description when adding attachments from Photos if possible
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
// Configuration settings file format documentation can be found at:
|
// Configuration settings file format documentation can be found at:
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2024.4
|
MARKETING_VERSION = 2024.5
|
||||||
CURRENT_PROJECT_VERSION = 136
|
CURRENT_PROJECT_VERSION = 137
|
||||||
CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION))
|
CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION))
|
||||||
|
|
||||||
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev
|
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev
|
||||||
|
|
Loading…
Reference in New Issue