File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 2.0.5 * (2026-01-24)*
5+ -----------------------------
6+
7+ - Extend search functionality to support title, subtitle, and URL.
8+ - Migrate SettingsScreen to JetpackCompose.
9+ - Fix tracking the last used folder.
10+ - Add a setting option to change font family.
11+ - Fix saving link when all fields are from the clipboard.
12+ - Support dynamic icons for the common platform.
13+
414Version 2.0.4 * (2026-01-20)*
515-----------------------------
616
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
1717 minSdk = libs.versions.minSdk.get().toInt()
1818 targetSdk = libs.versions.targetSdk.get().toInt()
1919 multiDexEnabled = true
20- versionCode = 40
21- versionName = " 2.0.4 "
20+ versionCode = 41
21+ versionName = " 2.0.5 "
2222 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2323
2424 ksp {
You can’t perform that action at this time.
0 commit comments