We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5e934 commit c80313dCopy full SHA for c80313d
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Change Log
2
==========
3
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
12
Version 2.0.9 *(2026-03-01)*
13
-----------------------------
14
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
minSdk = libs.versions.minSdk.get().toInt()
17
targetSdk = libs.versions.targetSdk.get().toInt()
18
multiDexEnabled = true
19
- versionCode = 45
20
- versionName = "2.0.9"
+ versionCode = 46
+ versionName = "2.1.0"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
23
ksp {
0 commit comments