File tree 3 files changed +19
-7
lines changed
3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change
1
+ # Jerboa 0.0.63 (2024-03-11)
2
+
3
+ ## What's Changed in 0.0.63
4
+
5
+ - Correcting a few wrong defaults. by @dessalines in [ #1448 ] ( https://github.com/dessalines/jerboa/pull/1448 )
6
+ - Fix migrations 1 by @dessalines in [ #1446 ] ( https://github.com/dessalines/jerboa/pull/1446 )
7
+ - Fix Strikethrough rendering by @MV-GH in [ #1445 ] ( https://github.com/dessalines/jerboa/pull/1445 )
8
+
9
+ ** Full Changelog** : https://github.com/dessalines/jerboa/compare/0.0.62...0.0.63
10
+
1
11
# Jerboa 0.0.62 (2024-03-11)
2
12
3
13
## What's Changed in 0.0.62
4
14
15
+ - Upping version. by @dessalines
5
16
- Fix migration changing the the app settings by @MV-GH in [ #1442 ] ( https://github.com/dessalines/jerboa/pull/1442 )
6
17
- Fix issues caused by edge to edge by @MV-GH in [ #1443 ] ( https://github.com/dessalines/jerboa/pull/1443 )
7
18
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ android {
20
20
namespace = " com.jerboa"
21
21
minSdk = 26
22
22
targetSdk = 34
23
- versionCode = 62
24
- versionName = " 0.0.62 "
23
+ versionCode = 63
24
+ versionName = " 0.0.63 "
25
25
26
26
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
27
27
vectorDrawables {
Original file line number Diff line number Diff line change 1
- # Jerboa 0.0.62 (2024-03-11)
1
+ # Jerboa 0.0.63 (2024-03-11)
2
2
3
- ## What's Changed in 0.0.62
3
+ ## What's Changed in 0.0.63
4
4
5
- - Fix migration changing the the app settings by @MV-GH in [ #1442 ] ( https://github.com/dessalines/jerboa/pull/1442 )
6
- - Fix issues caused by edge to edge by @MV-GH in [ #1443 ] ( https://github.com/dessalines/jerboa/pull/1443 )
5
+ - Correcting a few wrong defaults. by @dessalines in [ #1448 ] ( https://github.com/dessalines/jerboa/pull/1448 )
6
+ - Fix migrations 1 by @dessalines in [ #1446 ] ( https://github.com/dessalines/jerboa/pull/1446 )
7
+ - Fix Strikethrough rendering by @MV-GH in [ #1445 ] ( https://github.com/dessalines/jerboa/pull/1445 )
7
8
8
- ** Full Changelog** : https://github.com/dessalines/jerboa/compare/0.0.61 ...0.0.62
9
+ ** Full Changelog** : https://github.com/dessalines/jerboa/compare/0.0.62 ...0.0.63
9
10
10
11
<!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments