Skip to content

Commit f3d4ce0

Browse files
committed
Update metadata
1 parent f0248b1 commit f3d4ce0

File tree

8 files changed

+12
-4
lines changed

8 files changed

+12
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ FileFlow scans your files periodically and organizes them according to your rule
1919
- **Actions** - Choose what to do to your files ⚙
2020
1. Copy, move, or rename files 📁
2121
2. Delete stale files 🗑
22+
3. Create zip archives 🗜
2223
- **Schedule** - Choose when and how often rules run ⏰
2324
- **History** - Recent executions are stored (locally) ⏳
25+
- **Shortcuts** - Execute groups of rules from your homescreen 🚀
2426
- **Free, open-source & private**
2527
- No ads, subscriptions, or in-app purchases 🆓
2628
- Licensed under the [GPLv3](https://github.com/BURG3R5/FileFlow/blob/dev/LICENSE) 📃

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId = "co.adityarajput.fileflow"
2323
minSdk = 29
2424
targetSdk = 36
25-
versionCode = 6
26-
versionName = "1.4.0"
25+
versionCode = 7
26+
versionName = "1.5.0"
2727

2828
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2929
}

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<resources>
22
<string name="app_name" translatable="false">FileFlow</string>
33
<string name="app_name_launcher" translatable="false">FileFlow</string>
4-
<string name="app_version" translatable="false">1.4.0</string>
4+
<string name="app_version" translatable="false">1.5.0</string>
55

66
<!-- region AboutScreen -->
77
<string name="about">About</string>

metadata/en-US/changelogs/7.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
• feat: Add four special references for templates (check project wiki for details)
2+
• feat: Add "ZIP" action
3+
• feat: Add shortcuts that execute groups of rules
4+
• fix: Auto-fetch initial filenames when editing rules
5+
6+
App shortcuts are now supported, enabling quick execution of groups of rules. Head to "Manage groups" under the app settings to set up shortcuts.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>FileFlow scans your files periodically and organizes them according to your rules.</p><p><strong>Features:</strong><ul><li>Rules: Use regex to precisely target files.</li><li>Actions: Choose what to do with the files - copy, move, rename, or delete.</li><li>Schedule: Choose when and how often rules run.</li><li>History: Recent executions are stored (locally).</li><li>Private: Fully offline; your data never leaves your device.</li><li>Lightweight: Runs in the background with minimal battery and memory usage.</li></ul></p>
1+
<p>FileFlow scans your files periodically and organizes them according to your rules.</p><p><strong>Features:</strong><ul><li>Rules: Use regex to precisely target files.</li><li>Actions: Choose what to do with the files - copy, move, rename, zip, or delete.</li><li>Schedule: Choose when and how often rules run.</li><li>History: Recent executions are stored (locally).</li><li>Shortcuts: Execute groups of rules from your homescreen.</li><li>Private: Fully offline; your data never leaves your device.</li><li>Lightweight: Runs in the background with minimal battery and memory usage.</li></ul></p>
25.1 KB
Loading
6.51 KB
Loading
25.1 KB
Loading

0 commit comments

Comments
 (0)