Releases: pluja/blogo
v2.1.6
v2.1.5
v2.1.4
v2.1.3
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
v2.1.1
v2.1.0 - Pagination
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
What's Changed
- Make feeds auto-discoverable by Feed Readers by @GreenLunar in #3
New Contributors
- @GreenLunar made their first contribution in #3
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
Full Changelog: v1.2.3...v1.2.4