File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Clerotri's changelog
22
3+ ## v0.9.1
4+
5+ _ This version was released on 31/03/2025._
6+
7+ ### Bug fixes
8+
9+ - The "Translate Clerotri" button in the settings menu now correctly links to Weblate.
10+ - On Android, the settings menu should no longer cut off at the bottom for users of 3-button navigation.
11+ - Several mentions of RVMob in other languages have been updated to mention Clerotri instead.
12+
313## v0.9.0
414
515_ This version was released on 25/03/2025._
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ android {
8080 applicationId " app.upryzing.clerotri"
8181 minSdkVersion rootProject. ext. minSdkVersion
8282 targetSdkVersion rootProject. ext. targetSdkVersion
83- versionCode 14
84- versionName " 0.9.0 "
83+ versionCode 15
84+ versionName " 0.9.1 "
8585 }
8686
8787 splits {
Original file line number Diff line number Diff line change 11{
22 "name" : " rvmob" ,
3- "version" : " 0.9.0 " ,
3+ "version" : " 0.9.1 " ,
44 "homepage" : " https://upryzing.github.io/clerotri" ,
55 "license" : " AGPL-3.0-only" ,
66 "private" : true ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {
1616 TextEditingModalProps ,
1717} from '@clerotri/lib/types' ;
1818
19- export const appVersion = '0.9.0 ' ;
19+ export const appVersion = '0.9.1 ' ;
2020
2121export const settings = {
2222 _fetch : ( k : string ) => {
You can’t perform that action at this time.
0 commit comments