update blogger

This commit is contained in:
lxsang 2020-06-18 00:39:10 +02:00
parent c7f125939d
commit 91dd396d32
8 changed files with 11 additions and 9 deletions

View File

@ -5,8 +5,9 @@ Blackend for my blog at https://blog.iohub.dev
## Change logs
### v0.2.1-a
* Important change: Store raw post content to the database instead of base64 string as before
### v0.2.2-a
* patch 2: Bug fix rendering content
* patch 0-1 Important change: Store raw post content to the database instead of base64 string as before
### v0.1.4-a
* Minor bug fix

View File

@ -5,8 +5,9 @@ Blackend for my blog at https://blog.iohub.dev
## Change logs
### v0.2.1-a
* Important change: Store raw post content to the database instead of base64 string as before
### v0.2.2-a
* patch 2: Bug fix rendering content
* patch 0-1 Important change: Store raw post content to the database instead of base64 string as before
### v0.1.4-a
* Minor bug fix

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.2.1-a",
"version":"0.2.2-a",
"category":"Internet",
"iconclass":"fa fa-book",
"mimes":["none"]

Binary file not shown.

View File

@ -432,7 +432,7 @@ class Blogger extends this.OS.application.BaseApplication
replace = []
while (found = re.exec text) isnt null
replace.push found
return text.asBase64() unless replace.length > 0
return text unless replace.length > 0
ret = ""
begin = 0
for it in replace

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.2.1-a",
"version":"0.2.2-a",
"category":"Internet",
"iconclass":"fa fa-book",
"mimes":["none"]

View File

@ -32,7 +32,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Blogger/README.md",
"category": "Internet",
"author": "Xuan Sang LE",
"version": "0.2.1-a",
"version": "0.2.2-a",
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Blogger/build/release/Blogger.zip"
},
{