File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 2.0.0 * (2026-01-04)*
5+ -----------------------------
6+
7+ - Migrate to Jetpack Compose.
8+ - Improve the design.
9+ - Support List and Grid view for Folders.
10+ - Improve Error messages.
11+ - Fix can't see "All Folders" options.
12+ - Implement multi type search.
13+ - Support filter by click count, pinned, is inside folder.
14+ - Support nested folders.
15+
416Version 1.6.7 * (2025-12-29)*
517-----------------------------
618
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 = 35
21- versionName = " 1.6.7 "
20+ versionCode = 36
21+ versionName = " 2.0.0 "
2222 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2323
2424 ksp {
You can’t perform that action at this time.
0 commit comments