Skip to content

Releases: kniebes/simple-rss-reader

2026.06.14.0

14 Jun 16:46
c3e8285

Choose a tag to compare

What's Changed

  • Singe User Authentication with log live cookie by @kniebes in #3

Full Changelog: 2026.06.13.0...2026.06.14.0

2026.06.13.0

13 Jun 07:54
b1881d7

Choose a tag to compare

What's Changed

  • Load Full Content by @kniebes in #2

    • Load conditionally full article from permalink using j0k3r/graby
    • Use attribute truncated="true" on OPML outline-elements to load the full article from the permalink.
    • Native PHP cURL replaced by guzzlehttp/guzzle
    • Some Styling
    • Some Code Cleanup
    • Use ALTER TABLE simple_rss_reader_posts ADD COLUMN full_content MEDIUMTEXT NULL AFTER content; if you would rather not recreate the table.

Full Changelog: 2026.06.04.0...2026.06.13.0

2026.06.04.0

04 Jun 15:32
ebad33c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/kniebes/simple-rss-reader/commits/2026.06.04.0