Skip to content

Commit 81a9678

Browse files
committed
Update version name, number and changelogs
1 parent 2255764 commit 81a9678

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
Version 2.0.4 *(2026-01-20)*
5+
-----------------------------
6+
7+
- Add Edit option to link action.
8+
- Improve the scrolling in the SearchScreen.
9+
- Add verification to link before save.
10+
- Improve the UI when subtitle is empty.
11+
- Clear SearchBar when user click back press on SearchBar.
12+
413
Version 2.0.3 *(2026-01-10)*
514
-----------------------------
615

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 = 39
21-
versionName = "2.0.3"
20+
versionCode = 40
21+
versionName = "2.0.4"
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323

2424
ksp {

0 commit comments

Comments
 (0)