Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.1.11] - 2021-03-08
Not sure why but I keep receiving requests with an invalid page
parameter
which is handled correctly by the pagy
gem and raises an exception every time,
resulting in a lot exception emails, I decided handle those exceptions in the
code and ignore the page parameter in that case (and not raise an error instead).
[0.1.10] - 2021-01-07
- hide tagcloud on small screens
- add middleware to ignore invalid encoding errors when parsing parameters. These invalid urls
are not by casual surfers but from bots/machines.
[0.1.9] - 2020-10-10
Fixed
- improved metatags for better SEO
- add opengraph tags for articles
- give better/unique page titles
[0.1.8] - 2020-09-29
Fixed
- removed link to twitter account (deleted: you should delete your social media accounts too?)
- show better/relevant view count per post
- backend improvements
[0.1.7] - 2020-06-17
Added
- add functional archive
- add changelog (this!)
- improve blog page a little
Removed
- link to "Terms of use" --was never filled in and is not really applicable here imho
[0.1.6] - 2020-06-16
Fixed
- autosave in backend was broken
[0.1.5] - 2020-06-13
Added
- show current year in footer
- add a privacy statement
- improve styling of home-page/posts
[0.1.4] - 2020-01-27
Added
- backend improvements:
- posts have versions
- add autosave
- allow to set/edit tags and category
- we can publish posts (doh!! :P :)
- small cosmetic improvements
[0.1.3] - 2019-12-19
Added
- backend improvements: improved pagination, preview, editing ...
[0.1.2] - 2019-09-29
Added
- had some performance issues due to visiting/spurious bots: attempted to fix that
- make dixis logo work on all screen sizes
[0.1.1] - 2019-07-10
Added
- block sign-up of new users (doh!)
- use impressionist gem to track usage/analytics
- add exception notification gem
- show version in footer
[0.1.0] - 2019-07-03
Added
- Ported my original Wordpress site to a custom rails website