Skip to content

Commit c80313d

Browse files
committed
Update app version & changelogs
1 parent ee5e934 commit c80313d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 2.1.0 *(2026-03-21)*
5+
-----------------------------
6+
7+
* Fix cursor and border color in dark theme.
8+
* Support pin link in home screen.
9+
* Support pin folder in home screen.
10+
* Add drop down menu for link long click.
11+
412
Version 2.0.9 *(2026-03-01)*
513
-----------------------------
614

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdk = libs.versions.minSdk.get().toInt()
1717
targetSdk = libs.versions.targetSdk.get().toInt()
1818
multiDexEnabled = true
19-
versionCode = 45
20-
versionName = "2.0.9"
19+
versionCode = 46
20+
versionName = "2.1.0"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222

2323
ksp {

0 commit comments

Comments
 (0)