fileman: Mark this as 0.04
parent
8055959192
commit
28cb54323f
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue