Skip to content

Commit cbf8eea

Browse files
committed
release: 0.7.1
1 parent 1095d1d commit cbf8eea

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Clerotri's changelog
22

3+
## v0.7.1
4+
5+
_This version was released on 27/01/2025._
6+
7+
​### What's new
8+
9+
- In-app notifications now look better, with proper alignment and shadows.
10+
11+
​### Bug fixes
12+
13+
- Switching between themes will no longer cause the app to crash.
14+
- Messages should no longer duplicate/appear in the wrong channels.
15+
316
## v0.7.0
417

18+
_This version was released on 25/01/2025._
19+
520
Please note that the changelog for this version is incomplete. It's been over a year since v0.6.0, and [with over 500 commits][commits] I can't bring myself to sift through everything right now. I might at some point - alternatively, community contributions are more than welcome :3
621

722
​### Important notes

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ android {
8585
applicationId "app.upryzing.clerotri"
8686
minSdkVersion rootProject.ext.minSdkVersion
8787
targetSdkVersion rootProject.ext.targetSdkVersion
88-
versionCode 11
89-
versionName "0.7.0"
88+
versionCode 12
89+
versionName "0.7.1"
9090
}
9191

9292
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.0",
3+
"version": "0.7.1",
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
@@ -16,7 +16,7 @@ import {
1616
} from '@clerotri/lib/types';
1717

1818
export const app = {
19-
version: '0.7.0',
19+
version: '0.7.1',
2020
settings: {
2121
_fetch: (k: string) => {
2222
let s;

0 commit comments

Comments
 (0)