Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Feb 17, 2025
1 parent 14e4678 commit e75eab3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Generic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e75eab3

Please sign in to comment.