release: v2.10.3
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [2.10.3] - 2026-04-20
|
||||
|
||||
### Added
|
||||
- Music discovery page with a curated Discover tab, artist profiles, playlist detail pages with full playback, genre browsing, and hot/top/new sorting
|
||||
- Swipe-to-dismiss gesture on full-screen image lightboxes -- flick up or down to close instead of reaching for the X button
|
||||
- Autoplay videos setting in Content preferences (off by default) that plays videos muted in feeds and profiles
|
||||
- Replies are now delivered to tagged users' inbox relays so they're more likely to see your response
|
||||
|
||||
### Fixed
|
||||
- Status bar text could appear unreadable on light themes
|
||||
- Envelope cards in the Letters inbox were hard to tap on mobile
|
||||
- Wall compose box kept showing the previous post's text after submitting from the modal
|
||||
|
||||
## [2.10.2] - 2026-04-18
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -14,7 +14,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1
|
||||
versionName "2.10.2"
|
||||
versionName "2.10.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 2.10.2;
|
||||
MARKETING_VERSION = 2.10.3;
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = pub.ditto.app;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -351,7 +351,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 2.10.2;
|
||||
MARKETING_VERSION = 2.10.3;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = pub.ditto.app;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ditto",
|
||||
"private": true,
|
||||
"version": "2.10.2",
|
||||
"version": "2.10.3",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "npm i --silent && vite",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [2.10.3] - 2026-04-20
|
||||
|
||||
### Added
|
||||
- Music discovery page with a curated Discover tab, artist profiles, playlist detail pages with full playback, genre browsing, and hot/top/new sorting
|
||||
- Swipe-to-dismiss gesture on full-screen image lightboxes -- flick up or down to close instead of reaching for the X button
|
||||
- Autoplay videos setting in Content preferences (off by default) that plays videos muted in feeds and profiles
|
||||
- Replies are now delivered to tagged users' inbox relays so they're more likely to see your response
|
||||
|
||||
### Fixed
|
||||
- Status bar text could appear unreadable on light themes
|
||||
- Envelope cards in the Letters inbox were hard to tap on mobile
|
||||
- Wall compose box kept showing the previous post's text after submitting from the modal
|
||||
|
||||
## [2.10.2] - 2026-04-18
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user