diff --git a/CHANGELOG.md b/CHANGELOG.md index 32be8a1..41446f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,35 @@ # Clerotri's changelog +## v0.8.0 + +_This version was released on 17/02/2025._ + +​### Important notes + +- Clerotri is **now available via [Accrescent][accrescent]!** Once you've installed the Accrescent app, you can get Clerotri [here][accrescent_direct]. Note that Accrescent requires Android 10 or later. This is the recommended way to get the app, as it provides quick, automatic updates. + - We plan on bringing Clerotri to F-Droid in some capacity in the future. + +​### What's new + +- Introducing a new **channel context menu**! You can now create invites, mark channels as read and delete them by long-pressing the channel in the channel list. +- In-app notifications are now enabled by default, and can now be enabled or disabled separately from push notifications. +- The server member list in the server settings menu should now be much faster. +- Various colours have been updated to follow your selected theme. +- Clerotri now uses React Native 0.77. + +​### Bug fixes + +- Custom instances should now work properly again. + ## v0.7.1 _This version was released on 27/01/2025._ -​### What's new +​### What's new - In-app notifications now look better, with proper alignment and shadows. -​### Bug fixes +​### Bug fixes - Switching between themes will no longer cause the app to crash. - Messages should no longer duplicate/appear in the wrong channels. diff --git a/android/app/build.gradle b/android/app/build.gradle index 8620063..966d5c8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -86,8 +86,8 @@ android { applicationId "app.upryzing.clerotri" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 12 - versionName "0.7.1" + versionCode 13 + versionName "0.8.0" } splits { diff --git a/package.json b/package.json index fe3c32a..c864a21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rvmob", - "version": "0.7.1", + "version": "0.8.0", "homepage": "https://upryzing.github.io/clerotri", "license": "AGPL-3.0-only", "private": true, diff --git a/src/Generic.tsx b/src/Generic.tsx index f14d499..bb5dc99 100644 --- a/src/Generic.tsx +++ b/src/Generic.tsx @@ -17,7 +17,7 @@ import { } from '@clerotri/lib/types'; export const app = { - version: '0.7.1', + version: '0.8.0', settings: { _fetch: (k: string) => { let s;