diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aab0eae..b0581725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/app/build.gradle b/android/app/build.gradle index af6e4761..c1f8ceb7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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. diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 848a3174..d7f0c8d5 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -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 = ""; diff --git a/package.json b/package.json index 6ac7e941..c8c8eef1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ditto", "private": true, - "version": "2.10.2", + "version": "2.10.3", "type": "module", "scripts": { "dev": "npm i --silent && vite", diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 9aab0eae..b0581725 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -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