mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-21 00:09:47 +02:00
update blogger
This commit is contained in:
@ -5,22 +5,13 @@ Blackend for my blog at https://blog.iohub.dev
|
||||
|
||||
## Change logs
|
||||
|
||||
### 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.2.x-a
|
||||
* Patch 3: Correct JSON text decoding in
|
||||
* 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
|
||||
* Enhance youtube video embedding feature in markdown
|
||||
|
||||
### v0.1.2-a
|
||||
* Minor bug fix
|
||||
* CV Category now can be created when database is not created yet
|
||||
|
||||
### v0.1.1-a
|
||||
* Minor bug fix
|
||||
* Fix package archive broken
|
||||
|
||||
### v0.1.0-a
|
||||
* Minor bug fix
|
||||
* Change default email of the sender
|
||||
### v0.1.x-a
|
||||
* Patch 3-4: Enhance youtube video embedding feature in markdown
|
||||
* Patch 2: CV Category now can be created when database is not created yet
|
||||
* Patch 1: Fix package archive broken
|
||||
* Patch 0: Change default email of the sender
|
@ -5,22 +5,13 @@ Blackend for my blog at https://blog.iohub.dev
|
||||
|
||||
## Change logs
|
||||
|
||||
### 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.2.x-a
|
||||
* Patch 3: Correct JSON text decoding in
|
||||
* 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
|
||||
* Enhance youtube video embedding feature in markdown
|
||||
|
||||
### v0.1.2-a
|
||||
* Minor bug fix
|
||||
* CV Category now can be created when database is not created yet
|
||||
|
||||
### v0.1.1-a
|
||||
* Minor bug fix
|
||||
* Fix package archive broken
|
||||
|
||||
### v0.1.0-a
|
||||
* Minor bug fix
|
||||
* Change default email of the sender
|
||||
### v0.1.x-a
|
||||
* Patch 3-4: Enhance youtube video embedding feature in markdown
|
||||
* Patch 2: CV Category now can be created when database is not created yet
|
||||
* Patch 1: Fix package archive broken
|
||||
* Patch 0: Change default email of the sender
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.2.2-a",
|
||||
"version":"0.2.3-a",
|
||||
"category":"Internet",
|
||||
"iconclass":"fa fa-book",
|
||||
"mimes":["none"]
|
||||
|
Binary file not shown.
@ -253,7 +253,7 @@ class Blogger extends this.OS.application.BaseApplication
|
||||
return unless sel
|
||||
@blogdb.get Number(sel.id)
|
||||
.then (r) =>
|
||||
@editor.value r.content.unescape()
|
||||
@editor.value r.content
|
||||
@inputtags.value = r.tags
|
||||
(@find "blog-publish").swon = if Number(r.publish) then true else false
|
||||
.catch (e) =>
|
||||
|
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.2.2-a",
|
||||
"version":"0.2.3-a",
|
||||
"category":"Internet",
|
||||
"iconclass":"fa fa-book",
|
||||
"mimes":["none"]
|
||||
|
Reference in New Issue
Block a user