Skip to content

Commit 44f81a6

Browse files
committed
Update changelogs and versions
1 parent 06a7b05 commit 44f81a6

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change 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+
414
Version 2.0.4 *(2026-01-20)*
515
-----------------------------
616

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)