Skip to content

Releases: ssddanbrown/rss

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

v1.0.5

07 Jul 15:36
d9f007c
Compare
Choose a tag to compare
  • Increased feed/image fetching time-outs.
  • Changed HTML head scanning, for post image, to look across 1MB of data instead of 100k, since some platforms like Reddit had a whole lot of head content.
  • Added user-agent to feed/image fetching since some services, like NY times, would block requests without it.

v1.0.4

05 Jul 11:10
2d51bc9
Compare
Choose a tag to compare
  • Fixed issue with incorrectly trimming UT8 encoded strings which could prevent all posts being visible.

v1.0.3

04 Jul 20:10
54322cd
Compare
Choose a tag to compare
  • Fixing issue of ARM images overwriting AMD64 images

v1.0.2

04 Jul 19:17
d52cac3
Compare
Choose a tag to compare
  • Added app icon to show in browser tab.
  • Fixed search and next/prev links not being correct relative to any non-root page.
  • Removed some dev libraries from the docker builds.

v1.0.1 - Add ARM64 Container

03 Jul 20:08
609eb90
Compare
Choose a tag to compare

Added ARM64 container image. Should be no changes for AMD64 images.

v1.0.0 - Initial Release

03 Jul 16:15
5e500ed
Compare
Choose a tag to compare

🥳 Initial release!

v0.1.0 - Initial Beta

02 Jul 20:14
8b6377e
Compare
Choose a tag to compare

Initial beta release, docker setup needs much more testing.