Skip to content

Releases: pluja/blogo

v2.1.5

03 May 15:00
62942a6
Compare
Choose a tag to compare

What's Changed

  • Simplify Self-Host Deployment by @ItsRaelx in #12
  • Small updates on post UI

Full Changelog: v2.1.4...v2.1.5

v2.1.4

22 Apr 16:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

15 Mar 07:11
Compare
Choose a tag to compare

Fixes

  • Fix article "humanized" date not being updated on post page due to it being written into a static html file. Changed to the date string in YY/MM/DD format.

Full Changelog: v2.1.0...v2.1.3

v2.1.2

01 Mar 18:22
08d2e8a
Compare
Choose a tag to compare
add raw to feature list

v2.1.1

01 Mar 18:11
Compare
Choose a tag to compare

This release introduces a bug fix that was causing draft articles to be pushed to RSS feeds

v2.1.0 - Pagination

21 Feb 18:11
Compare
Choose a tag to compare

v2.1.0 - Pagination

This release adds pagination, right now it's 10 posts per page, and can't be changed, but I will introduce some env variable in a future release if it is desired by users.

The index page will show the 10 newest posts, and a button to see older is shown.

Other changes

  • Improve styling
  • Remove unused npm dependencies
  • Update npm dependencies
  • Update golang deps

Full Changelog: v2.0.1...v2.1.0

v2.0.1

20 Feb 19:17
ff4ab4f
Compare
Choose a tag to compare

What's Changed

  • Make feeds auto-discoverable by Feed Readers by @GreenLunar in #3

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Feb 18:24
Compare
Choose a tag to compare

Blogo v2

This new version comes with big speed improvements, Blogo is now 2 times faster than it was before, and it does not need Redis to work!

⚠️ docker-compose.yml changes

  • You can remove the redis service and volumes
  • You can remove the redis related variables

You can check out the docker-compose.yml file. No other action is needed, just pull and restart. Leaving the redis container and variables will have no impact, blogo will just ignore it and you will have a useless container.

Changes

  • Migrate to BadgerDB backend instead of Redis.
  • Improve logic and make it more efficient
  • Remove unused code
  • Other minor changes

What's next?

In the next release I want to introduce pagination for the main page, so that if you have many posts it is not rendered as a large list.

v1.2.4

24 Oct 20:36
Compare
Choose a tag to compare

Full Changelog: v1.2.3...v1.2.4

v1.2.3

24 Oct 17:13
Compare
Choose a tag to compare

What's Changed

  • add /raw endpoint for posts: /p/<slug>/raw to get the raw Markdown.
  • Up golang build version