Bump build number and update changelog
This commit is contained in:
parent
883f9a3cb2
commit
70347933e6
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025.1 (146)
|
||||||
|
Features/Improvements:
|
||||||
|
- Author attribution on link cards
|
||||||
|
- Fix push notifications not being grouped by thread
|
||||||
|
- Show toast after posting/editing status
|
||||||
|
- Show correct preview/actions when previewing status-like link
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Compose: Rich-text formatting actions are reenabled
|
||||||
|
- Compose: Autocomplete is reenabled
|
||||||
|
- Compose: Non-pure-black dark mode is reenabled
|
||||||
|
- Compose: Hide ... button on attachments when no menu options are available
|
||||||
|
- Compose, iOS 15: Fix incorrect toggle poll button animation
|
||||||
|
- Compose, iOS 15: Fix main text view not being correctly sized
|
||||||
|
- Compose, iOS 15: Fix toolbar not displaying
|
||||||
|
- Pixelfed: Fix error decoding certain notifications
|
||||||
|
|
||||||
## 2025.1 (145)
|
## 2025.1 (145)
|
||||||
This build introduces the new, redesigned Compose screen. Please report any issues you encounter.
|
This build introduces the new, redesigned Compose screen. Please report any issues you encounter.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2025.1
|
MARKETING_VERSION = 2025.1
|
||||||
CURRENT_PROJECT_VERSION = 145
|
CURRENT_PROJECT_VERSION = 146
|
||||||
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…
x
Reference in New Issue
Block a user