Bump build number and update changelog
This commit is contained in:
parent
3eeffada1f
commit
2ccf028bc2
|
@ -1,3 +1,20 @@
|
||||||
|
## 2024.2
|
||||||
|
This release introduces push notifications as well as an enhanced multi-column interface on iPadOS!
|
||||||
|
|
||||||
|
Features/Improvements:
|
||||||
|
- Push notifications
|
||||||
|
- Add post preview to Appearance preferences
|
||||||
|
- Show instance announcements in Notifications tab
|
||||||
|
- Add subscription option to Tip Jar
|
||||||
|
- iPadOS: Multi-column navigation
|
||||||
|
- Pleroma/Akkoma: Emoji reaction notifications
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix fetching server info on some instances
|
||||||
|
- Fix attachment captions not displaying while loading in gallery
|
||||||
|
- macOS: Remove in-app Safari preferences
|
||||||
|
- Pleroma: Handle posts with missing creation date
|
||||||
|
|
||||||
## 2024.1
|
## 2024.1
|
||||||
This update includes a significant improvements for the attachment gallery and displaying rich text posts. See below for a full list of improvements and fixes.
|
This update includes a significant improvements for the attachment gallery and displaying rich text posts. See below for a full list of improvements and fixes.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024.3 (124)
|
||||||
|
Features/Improvements:
|
||||||
|
- Add subscription option to Tip Jar
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix attachment captions not displaying while loading in gallery
|
||||||
|
- Fix tapping follow request push notification not working
|
||||||
|
- Pleroma: Handle posts with missing creation dates
|
||||||
|
|
||||||
## 2024.2 (122)
|
## 2024.2 (122)
|
||||||
Features/Improvements:
|
Features/Improvements:
|
||||||
- Show instance announcements in Notifications
|
- Show instance announcements in Notifications
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2024.2
|
MARKETING_VERSION = 2024.2
|
||||||
CURRENT_PROJECT_VERSION = 123
|
CURRENT_PROJECT_VERSION = 124
|
||||||
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