Skip to content

Releases: ssddanbrown/rss

v2.0.0 - Moved to Codeberg

02 Aug 17:15
b6ef210
Compare
Choose a tag to compare

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

01 Aug 14:55
49758b9
Compare
Choose a tag to compare
  • Bumped up PHP & JS package versions.

v1.5.0

09 Apr 18:47
1ccaf37
Compare
Choose a tag to compare
  • Updated framework from Laravel 10 to 11
  • Updated PHP version to PHP 8.3

v1.4.5

21 Jan 12:07
59dbeac
Compare
Choose a tag to compare
  • Bumped up PHP package versions.
  • Updated cron/schedule system to use same user as app, to avoid file permission issues leading to app errors. #24

v1.4.4

29 Dec 23:30
458e855
Compare
Choose a tag to compare
  • 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

29 Dec 00:11
50bbe99
Compare
Choose a tag to compare
  • Bumped up PHP packages and tagging new release for updated container.

v1.4.2

29 Sep 01:10
6c6e829
Compare
Choose a tag to compare
  • Fixed sub-path handling in reverse proxy setups.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

28 Sep 23:46
2ac4cc7
Compare
Choose a tag to compare
  • 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

17 Jul 14:40
df86f10
Compare
Choose a tag to compare
  • 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

05 May 21:09
5998dac
Compare
Choose a tag to compare
  • 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