update archive

This commit is contained in:
lxsang 2020-06-22 13:12:33 +02:00
parent ef5bb0d4b1
commit 8cc0bc5c19
9 changed files with 12 additions and 6 deletions

View File

@ -9,5 +9,8 @@ Small application for zip file manager
## Changle log
### v0.0.2-a
* Adapt to the new AntOS string API
### v0.0.1-a
* First release

View File

@ -9,5 +9,8 @@ Small application for zip file manager
## Changle log
### v0.0.2-a
* Adapt to the new AntOS string API
### v0.0.1-a
* First release

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@lxsang.me"
},
"version":"0.0.1-a",
"version":"0.0.2-a",
"category":"Other",
"iconclass":"fa fa-archive",
"mimes":["application/zip"],

Binary file not shown.

View File

@ -114,7 +114,7 @@ class Archive extends this.OS.application.BaseApplication
refreshTreeFile: () ->
return unless @zip
treedata = {
text: @currfile.filename.trimRight(".zip"),
text: @currfile.filename.trimFromRight(".zip"),
type: "dir"
path: "",
open: true,

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@lxsang.me"
},
"version":"0.0.1-a",
"version":"0.0.2-a",
"category":"Other",
"iconclass":"fa fa-archive",
"mimes":["application/zip"],

View File

@ -6,7 +6,7 @@ Blackend for my blog at https://blog.iohub.dev
## Change logs
### v0.2.x-a
* Patch 3: Correct JSON text decoding in
* Patch 3: Correct JSON text decoding
* Patch 2: Bug fix rendering content
* Patch 0-1 Important change: Store raw post content to the database instead of base64 string as before

View File

@ -23,7 +23,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Archive/README.md",
"category": "Other",
"author": "Xuan Sang LE",
"version": "0.0.1-a",
"version": "0.0.2-a",
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Archive/build/release/Archive.zip"
},
{