forked from shadowfacts/Tusker
Bump build number and update changelog
This commit is contained in:
parent
7b2bd1a7af
commit
cced930549
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024.1 (115)
|
||||||
|
Features/Improvements:
|
||||||
|
- Rewrite attachment gallery
|
||||||
|
- Fixes a number of long-standing issues
|
||||||
|
- Adds a custom video player that shows controls and caption
|
||||||
|
- Supports sharing/saving videos
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix hang when sharing video/gifv attachments
|
||||||
|
- Fix stretched icon for Save to Photos action when sharing attachment
|
||||||
|
- Fix crash when Compose screen is dismissed while adding attachments
|
||||||
|
- Fix crash when sharing attachment from context menu on iPad
|
||||||
|
|
||||||
## 2024.1 (113)
|
## 2024.1 (113)
|
||||||
Features/Improvements:
|
Features/Improvements:
|
||||||
- Add Share and Save to Photos context menu actions to attachments
|
- Add Share and Save to Photos context menu actions to attachments
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2024.1
|
MARKETING_VERSION = 2024.1
|
||||||
CURRENT_PROJECT_VERSION = 113
|
CURRENT_PROJECT_VERSION = 115
|
||||||
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