mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
update archive
This commit is contained in:
parent
ef5bb0d4b1
commit
8cc0bc5c19
@ -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
|
@ -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
@ -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.
@ -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,
|
||||
|
@ -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"],
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user