Monologue 0.1.1 released (edit: 0.1.2 too)
I just released a minor version of Monologue which contains a few small features and few bug fixes. There is a “breaking” change about the URL patterns, but a migration is included. Do not forget to run a “db:migrate
”.
Upgrade informations are here.
Changelog
- the “comment” link in admin now works as expected and shows all comments from your Disqus account;
- changed URL pattern, now without mount point (say “/” or “/blog”) (fix for https://github.com/jipiboily/monologue/issues/64 by https://github.com/jipiboily/monologue/issues/59);
- you can now use your main_app layout with Monologue (https://github.com/jipiboily/monologue/issues/54) (use config: Monologue.layout. See wiki for more information/example);
- added Open Graph tags;
- posts published with a date in the future are not displayed anymore;
- multiple bug fixes;
Edit: there was a regression with RSS feed URLs. It is now fixed and there is a test assuring this bug will never come back. It is part of the new 0.1.2 version. Sorry!