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.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+
413Version 2.0.3 * (2026-01-10)*
514-----------------------------
615
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 = 39
21- versionName = " 2.0.3 "
20+ versionCode = 40
21+ versionName = " 2.0.4 "
2222 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2323
2424 ksp {
You can’t perform that action at this time.
0 commit comments