Skip to content

Releases: brokenhandsio/SteamPress

1.0.0 Alpha 2

16 Dec 21:51
f72fdff
Compare
Choose a tag to compare
1.0.0 Alpha 2 Pre-release
Pre-release

SteamPress 1.0.0 Alpha 2

Changes in this release:

  • password is now public in BlogUser so Fluent can see it to create columns etc
  • Removed getUser(name:on:) from BlogUserRepository - since name can't be unique I'm not sure why this was added, nothing was using it anyway

1.0.0 Alpha 1

13 Dec 16:59
13277a0
Compare
Choose a tag to compare
1.0.0 Alpha 1 Pre-release
Pre-release

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

11 Nov 16:42
c0253ba
Compare
Choose a tag to compare

SteamPress 0.16.1

Contains a number of bug fixes and code improvements:

0.16.0

27 Sep 23:39
Compare
Choose a tag to compare

SteamPress 0.16.0

#24 - Add support for Swift 4!

0.15.0

21 Sep 23:49
Compare
Choose a tag to compare

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

20 Sep 09:57
Compare
Choose a tag to compare

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

10 Sep 21:24
Compare
Choose a tag to compare

SteamPress 0.13.1

#22 - Fixes an issue where the URLs passed to the Leaf templates where reported as HTTP when running behind a reverse proxy which terminated the HTTPS connection. These should be now be reported correctly!

0.13.0

27 Aug 13:27
Compare
Choose a tag to compare

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

02 Aug 22:30
Compare
Choose a tag to compare

SteamPress 0.12.1

The Properties of all the models are now public so that sites integrating SteamPress that want to filter on certain properties can use those instead of using magic strings

0.12.0

02 Aug 19:28
Compare
Choose a tag to compare

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).