Skip to content

Commit c1dea5b

Browse files
committed
Update version and changelogs
1 parent 3f98cdc commit c1dea5b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change 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+
412
Version 2.0.6 *(2026-02-01)*
513
-----------------------------
614

app/build.gradle.kts

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

0 commit comments

Comments
 (0)