• v1.0.0-alpha5 93377ffa0e

    Alpha 5 Pre-Release

    danieljsummers released this 2024-05-01 00:00:48 +00:00 | 15 commits to main since this release

    • Feeds can now be added by providing the URL of the site which has the feed; the application will find the link to the feed and add it from there. (#10)
    • There is now a utility script which can be used to refresh feeds on a schedule; the docs also explain how to set it up. (#11) (This may be moved to a different utility script in an upcoming alpha release.)
    • The application will now purge items based on configured parameters; the default is 30 days. The installation instructions have been updated to describe these options. (#12)
    • BREAKING CHANGE - If upgrading from a prior version, copy the two PURGE variables from user-config.dist.php and place them in your existing user-config.php file.

    Additional Changes:

    • The site now uses htmx to streamline the user interface a bit, including a change to the "Refresh All Feeds" link behavior; it will now be replaced by the text "Refreshing...".
    • Rather than spin through every item in every feed, the application now only considers new or updated items since the last time the feed was checked. In addition to being more efficient, this also keeps deleted items from reappearing, while still allowing them to be truly deleted.
    • User messages are now styled instead of being crammed up against the top menu.
    Downloads