diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a79e55d..aa40858e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.8.9] - 2026-06-02 + +Adds an in-app prompt to grab the Android app from Zapstore, makes it easier to start or explore campaigns right from the home page, and irons out a batch of language and display fixes. + +### Added + +- A prompt to download the Android app from Zapstore, shown to mobile web visitors on the home page, in the account menu, and in the slide-out menu. +- A "Start a campaign" button alongside "Browse all" in the middle of the home page. + +### Changed + +- The "Explore campaigns" button now appears for everyone, not just logged-out visitors. + +### Fixed + +- Switching languages now takes effect immediately instead of showing stale text. +- The reply box and the replies heading on a post now show up in your chosen language. +- Account balances keep their Latin numerals regardless of display language. +- Filled in missing translations on the "Why Agora" screen. + ## [2.8.8] - 2026-06-02 Fixes the app icon proportions and updates the loading splash to the Agora bolt. diff --git a/android/app/build.gradle b/android/app/build.gradle index 365b64db..05a9e916 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.8.8" + versionName "2.8.9" 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 15ce9949..37e90535 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -323,7 +323,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.8.8; + MARKETING_VERSION = 2.8.9; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = spot.agora.app; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -347,7 +347,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.8.8; + MARKETING_VERSION = 2.8.9; PRODUCT_BUNDLE_IDENTIFIER = spot.agora.app; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; diff --git a/package-lock.json b/package-lock.json index 55bc7d4e..208c03ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agora", - "version": "2.8.8", + "version": "2.8.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agora", - "version": "2.8.8", + "version": "2.8.9", "dependencies": { "@breeztech/breez-sdk-spark": "^0.10.0", "@capacitor/app": "^8.0.0", diff --git a/package.json b/package.json index 79ad9345..556194cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agora", "private": true, - "version": "2.8.8", + "version": "2.8.9", "type": "module", "scripts": { "dev": "npm i --silent && vite", diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 9a79e55d..aa40858e 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.8.9] - 2026-06-02 + +Adds an in-app prompt to grab the Android app from Zapstore, makes it easier to start or explore campaigns right from the home page, and irons out a batch of language and display fixes. + +### Added + +- A prompt to download the Android app from Zapstore, shown to mobile web visitors on the home page, in the account menu, and in the slide-out menu. +- A "Start a campaign" button alongside "Browse all" in the middle of the home page. + +### Changed + +- The "Explore campaigns" button now appears for everyone, not just logged-out visitors. + +### Fixed + +- Switching languages now takes effect immediately instead of showing stale text. +- The reply box and the replies heading on a post now show up in your chosen language. +- Account balances keep their Latin numerals regardless of display language. +- Filled in missing translations on the "Why Agora" screen. + ## [2.8.8] - 2026-06-02 Fixes the app icon proportions and updates the loading splash to the Agora bolt.