Skip to content

Commit e75eab3

Browse files
committed
release: 0.8.0
1 parent 14e4678 commit e75eab3

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
11
# Clerotri's changelog
22

3+
## v0.8.0
4+
5+
_This version was released on 17/02/2025._
6+
7+
​### Important notes
8+
9+
- 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.
10+
- We plan on bringing Clerotri to F-Droid in some capacity in the future.
11+
12+
​### What's new
13+
14+
- 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.
15+
- In-app notifications are now enabled by default, and can now be enabled or disabled separately from push notifications.
16+
- The server member list in the server settings menu should now be much faster.
17+
- Various colours have been updated to follow your selected theme.
18+
- Clerotri now uses React Native 0.77.
19+
20+
​### Bug fixes
21+
22+
- Custom instances should now work properly again.
23+
324
## v0.7.1
425

526
_This version was released on 27/01/2025._
627

7-
### What's new
28+
​### What's new
829

930
- In-app notifications now look better, with proper alignment and shadows.
1031

11-
### Bug fixes
32+
​### Bug fixes
1233

1334
- Switching between themes will no longer cause the app to crash.
1435
- Messages should no longer duplicate/appear in the wrong channels.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ android {
8686
applicationId "app.upryzing.clerotri"
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 12
90-
versionName "0.7.1"
89+
versionCode 13
90+
versionName "0.8.0"
9191
}
9292

9393
splits {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rvmob",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"homepage": "https://upryzing.github.io/clerotri",
55
"license": "AGPL-3.0-only",
66
"private": true,

src/Generic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from '@clerotri/lib/types';
1818

1919
export const app = {
20-
version: '0.7.1',
20+
version: '0.8.0',
2121
settings: {
2222
_fetch: (k: string) => {
2323
let s;

0 commit comments

Comments
 (0)