Releases: ssddanbrown/rss
Releases · ssddanbrown/rss
v1.2.0
- Added
linux/arm/v7
platform support to docker image build system. - Updated app PHP and JavaScript packages.
v1.1.0 - Time to Prune
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
- 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
- Fixed issue with incorrectly trimming UT8 encoded strings which could prevent all posts being visible.
v1.0.3
- Fixing issue of ARM images overwriting AMD64 images
v1.0.2
- 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
Added ARM64 container image. Should be no changes for AMD64 images.
v1.0.0 - Initial Release
🥳 Initial release!
v0.1.0 - Initial Beta
Initial beta release, docker setup needs much more testing.