Releases: ssddanbrown/rss
Releases · ssddanbrown/rss
v2.0.0 - Moved to Codeberg
This project, and the image being hosted, has now moved to Coderberg: https://codeberg.org/danb/rss
Please update your environment to instead use the codeberg.org/danb/rss:latest
image.
This was marked as a v2.0.0 to indicate it as a breaking change due to the added banner and migration to a new image host.
If you instead want to keep using the existing GitHub hosted image, without the banner, you can pin the image version (ghcr.io/ssddanbrown/rss:v1.5.1
) but you won't receive any further updates.
Changes
- Added banner to advise about move to Codeberg.
v1.5.1
- Bumped up PHP & JS package versions.
v1.5.0
- Updated framework from Laravel 10 to 11
- Updated PHP version to PHP 8.3
v1.4.5
v1.4.4
- Bumped up JavaScript packages.
- Updated build system to use NodeJS 20 instead of 18.
- Updated GitHub docker image build system to latest working actions.
v1.4.3
- Bumped up PHP packages and tagging new release for updated container.
v1.4.2
- Fixed sub-path handling in reverse proxy setups.
Full Changelog: v1.4.1...v1.4.2
v1.4.1
- Updated PHP and JS packages.
- Added simple titles to the view change buttons.
- Fixed odd sized thumbnails in list view.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- Added ability to hide feed posts from homepage, by prefixing the feed config line with a
-
. - Updated PHP packages to latest versions.
- Updated docker setup to run PHP queue handler using the same user as the normal PHP process, to help avoid permission conflicts between the two different processes.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- Updated app framework from Laravel 9 to Laravel 10 (via Shift).
- Updated PHPUnit, JS packages & PHP packages.
Full Changelog: v1.2.0...v1.3.0