Releases: brokenhandsio/SteamPress
1.0.0 Alpha 2
SteamPress 1.0.0 Alpha 2
Changes in this release:
password
is now public inBlogUser
so Fluent can see it to create columns etc- Removed
getUser(name:on:)
fromBlogUserRepository
- since name can't be unique I'm not sure why this was added, nothing was using it anyway
1.0.0 Alpha 1
SteamPress 1.0.0 Alpha 1
(Finally!) Initial support for Vapor 3. Everything should be implemented, however this now needs to be integrated and tested (and Fluent adaptors written) so there will likely be breaking changes until the final release is tagged.
0.16.1
0.16.0
0.15.0
SteamPress 0.15.0
Search comes to SteamPress! There is a new search page, which you can send a GET request to with a query with the name term
, which will return all of the posts with title or contents that contain the search term.
** Note ** this contains a breaking change in that it requires a new Leaf time at blog/search.leaf
to be added. See the README for parameter details.
0.14.0
SteamPress 0.14.0
RSS and Atom Feed support 🎉
Now people can subscribe to your blog with their favourite RSS reader! Supports both Atom 1.0 and RSS 2.0 feed types, with two new endpoints in your blog path: atom.xml
and rss.xml
. These are generated dynamically so you don't need to do anything.
The title, description, image, copyright are all configurable, see the README for details on how to configure.
0.13.1
0.13.0
SteamPress 0.13.0
This release adds some niceties, including:
- Integrated support for Google Analytics - #21
user
property passed to all pages - #19- Password requirements have been modernised - #20
Breaking Changes
- Note that the 'My Profile' section of the Admin area has now been removed as it wasn't really useful and you can just use the Author's page anyway.
0.12.1
0.12.0
SteamPress 0.12.0
This release fixes a dependency issue that I have no idea how it was working before!
BlogTag
and BlogUser
are now public so that integrating sites can call them to display on the homepage etc.
Finally the admin user is now inserted as a preparation instead of being added when the admin page is first visited. This should have no effect on anyone who already has an admin (or other users).