mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 04:08:21 +01:00
update blogger
This commit is contained in:
parent
c7f125939d
commit
91dd396d32
@ -5,8 +5,9 @@ Blackend for my blog at https://blog.iohub.dev
|
|||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
|
|
||||||
### v0.2.1-a
|
### v0.2.2-a
|
||||||
* Important change: Store raw post content to the database instead of base64 string as before
|
* 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
|
### v0.1.4-a
|
||||||
* Minor bug fix
|
* Minor bug fix
|
||||||
|
@ -5,8 +5,9 @@ Blackend for my blog at https://blog.iohub.dev
|
|||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
|
|
||||||
### v0.2.1-a
|
### v0.2.2-a
|
||||||
* Important change: Store raw post content to the database instead of base64 string as before
|
* 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
|
### v0.1.4-a
|
||||||
* Minor bug fix
|
* Minor bug fix
|
||||||
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "xsang.le@gmail.com"
|
"email": "xsang.le@gmail.com"
|
||||||
},
|
},
|
||||||
"version":"0.2.1-a",
|
"version":"0.2.2-a",
|
||||||
"category":"Internet",
|
"category":"Internet",
|
||||||
"iconclass":"fa fa-book",
|
"iconclass":"fa fa-book",
|
||||||
"mimes":["none"]
|
"mimes":["none"]
|
||||||
|
Binary file not shown.
@ -432,7 +432,7 @@ class Blogger extends this.OS.application.BaseApplication
|
|||||||
replace = []
|
replace = []
|
||||||
while (found = re.exec text) isnt null
|
while (found = re.exec text) isnt null
|
||||||
replace.push found
|
replace.push found
|
||||||
return text.asBase64() unless replace.length > 0
|
return text unless replace.length > 0
|
||||||
ret = ""
|
ret = ""
|
||||||
begin = 0
|
begin = 0
|
||||||
for it in replace
|
for it in replace
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "xsang.le@gmail.com"
|
"email": "xsang.le@gmail.com"
|
||||||
},
|
},
|
||||||
"version":"0.2.1-a",
|
"version":"0.2.2-a",
|
||||||
"category":"Internet",
|
"category":"Internet",
|
||||||
"iconclass":"fa fa-book",
|
"iconclass":"fa fa-book",
|
||||||
"mimes":["none"]
|
"mimes":["none"]
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Blogger/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Blogger/README.md",
|
||||||
"category": "Internet",
|
"category": "Internet",
|
||||||
"author": "Xuan Sang LE",
|
"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"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Blogger/build/release/Blogger.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user