Compare commits

..

No commits in common. "2a53b244873be279535f846851b9d88036a87799" and "06ba758309b1b7410cc2dd2867a8f80936d09aca" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -1,12 +1,7 @@
# Changelog # Changelog
## 2024.3 (126) ## 2024.3 (125)
Bugfixes: This build fixes a bug when displaying HTML in certain posts.
- Fix an issue displaying post HTML in certain edge cases
- Fix crash when video attachment playback ends
- Fix excessive CPU usage when scrubbing video attachment
- Fix video attachment thubmnails being flipped on Compose screen
- Pleroma: Fix editing attachment descriptions not working
## 2024.2 (124) ## 2024.2 (124)
Features/Improvements: Features/Improvements:

View File

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