Skip to content

Releases: ssddanbrown/rss

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

v1.2.0

07 Feb 15:18
91ee5a2
Compare
Choose a tag to compare
  • Added linux/arm/v7 platform support to docker image build system.
  • Updated app PHP and JavaScript packages.

v1.1.0 - Time to Prune

26 Aug 10:19
1a0f03f
Compare
Choose a tag to compare

This release adds the ability to prune old post (and thumbnail) data to reclaim space where desired.
This can be configured as an environment variable as follows:

# The number of days to wait before a post should be pruned.
# Uses the post published_at time to determine lifetime.
# Setting this to false disables any auto-pruning.
# If active, pruning will auto-run daily.
# Defaults to false (No pruning) 
APP_PRUNE_POSTS_AFTER_DAYS=30