antosdk-apps/Blogger
DanyLE 23b64bef4a
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
Merge branch 'origin/2.0.x' to master
2024-04-29 11:43:45 +02:00
..
api fix: relese regen 2023-06-07 15:04:55 +02:00
build Blogger: fix blog saving bug 2023-07-08 13:34:27 +02:00
build.json libantosdk: linux worker is renamed to backend, linux-exec job renamed to cmd-exec, add lua-exec job for backend lua script execution 2023-06-01 12:24:34 +02:00
dialogs.ts feat(Blogger): support blog posts TF-IDF analyse 2023-04-24 16:41:26 +02:00
main.css update to latest backend changes 2023-02-17 12:37:26 +01:00
main.ts Blogger: fix blog saving bug 2023-07-08 13:34:27 +02:00
package.json Blogger: fix blog saving bug 2023-07-08 13:34:27 +02:00
README.md Blogger: fix blog saving bug 2023-07-08 13:34:27 +02:00
scheme.html Blogger: migrate code to typescript,use SQLiteDB as database access API 2023-02-23 16:59:33 +01:00
tags.ts Blogger: migrate code to typescript,use SQLiteDB as database access API 2023-02-23 16:59:33 +01:00

Blogger

Blackend for my blog at https://blog.iohub.dev

Change logs

v0.2.x-a

  • Patch 13: fix bug on blog save
  • Patch 12: support send mail via SSL
  • Patch 11: Add TFIDF analyse functionality
  • Patch 10: Migrate code to typescript, use SQLiteDB lib for database access
  • Patch 9: Update to use the new MDE library
  • Patch 8: Support for antOS 2.0.x
  • Patch 7: Fix sendmail API security bug
  • Patch 6: Chage libraries load order
  • Patch 5: Add user photo to portfolio
  • Patch 4: Add package dependencies
  • 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

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