Bump build number and update changelog

This commit is contained in:
Shadowfacts 2024-12-15 20:28:08 -05:00
parent a68d2ce952
commit 26c483fc9a
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## 2024.5 (138)
Bugfixes:
- Fix potential crash when displaying certain attachments
- Fix potential crash due to race condition when opening push notification in app
- Fix misaligned text between profile field values/labels
- Fix rate limited error message not including reset timestamp
- iPadOS/macOS: Fix Cmd+R shortcut not working
## 2024.5 (137) ## 2024.5 (137)
Features/Improvements: Features/Improvements:
- Improve gallery presentation/dismissal transitions - Improve gallery presentation/dismissal transitions

View File

@ -10,7 +10,7 @@
// https://help.apple.com/xcode/#/dev745c5c974 // https://help.apple.com/xcode/#/dev745c5c974
MARKETING_VERSION = 2024.5 MARKETING_VERSION = 2024.5
CURRENT_PROJECT_VERSION = 137 CURRENT_PROJECT_VERSION = 138
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