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.7 * (2026-02-07)*
5+ -----------------------------
6+
7+ - Home page now show all folders with pagination (GH: #94 ).
8+ - Add setting option to open click by single click (GH: #95 ).
9+ - Add sorting options for folder (GH: #96 ).
10+ - Add setting option to enable quick actions fab (Requested via mail)
11+
412Version 2.0.6 * (2026-02-01)*
513-----------------------------
614
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616 minSdk = libs.versions.minSdk.get().toInt()
1717 targetSdk = libs.versions.targetSdk.get().toInt()
1818 multiDexEnabled = true
19- versionCode = 42
20- versionName = " 2.0.6 "
19+ versionCode = 43
20+ versionName = " 2.0.7 "
2121 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2222
2323 ksp {
You can’t perform that action at this time.
0 commit comments