fileman: Mark this as 0.04

master
Pavel Machek 2025-06-07 13:27:38 +02:00
parent 8055959192
commit 28cb54323f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
0.01: New app! 0.01: New app!
0.02: Improve handling of large amounts of files (fix #579) 0.02: Improve handling of large amounts of files (fix #579)
0.03: Update RegExp use (Was using backreference instead of character code) 0.03: Update RegExp use (Was using backreference instead of character code)
0.04: Add submenu to display free space and to allow quick navigation with many files

View File

@ -2,7 +2,7 @@
"id": "fileman", "id": "fileman",
"name": "File manager", "name": "File manager",
"shortName": "FileManager", "shortName": "FileManager",
"version": "0.03", "version": "0.04",
"description": "Simple file manager, allows user to examine watch storage and display, load or delete individual files", "description": "Simple file manager, allows user to examine watch storage and display, load or delete individual files",
"icon": "icons8-filing-cabinet-48.png", "icon": "icons8-filing-cabinet-48.png",
"tags": "tools", "tags": "tools",