• 0.9.1 fa4ab3218a

    Version 0.9.1 Stable

    jking released this 2021-03-18 10:48:43 -04:00 | 447 commits to master since this release

    Bug fixes:

    • Respond to PUT requests with 201 rather than 200 in Miniflux

    Changes:

    • Corrected Web server configuration in manual
    Downloads
  • 0.9.0 bff3e21cd2

    Version 0.9.0 Stable

    jking released this 2021-03-06 16:48:21 -05:00 | 450 commits to master since this release

    New features:

    • Support for the Miniflux protocol (see manual for details)
    • Support for API level 15 of Tiny Tiny RSS
    • Support for feed icons in Fever
    • Command-line functionality for managing user metadata
    • Command-line functionality for managing Miniflux login tokens

    Bug fixes:

    • Further relax Fever HTTP correctness, to fix more clients
    • Use icons specified in Atom feeds when available
    • Do not return null as subscription unread count
    • Explicitly forbid U+003A COLON and control characters in usernames, for
      compatibility with RFC 7617
    • Never return 401 in response to an OPTIONS request
    • Accept "t" and "f" as booleans in Tiny Tiny RSS

    Changes:

    • Administrator account requirements for Nextcloud News functionality are
      now enforced
    • E_DEPRECATED is now suppressed for compatibility with PHP 8 until affected
      dependencies can be replaced

    Please see the UPGRADING file for further details.

    Downloads
  • 0.8.5 5a09dcb3ed

    Version 0.8.5 Stable

    jking released this 2020-10-27 11:19:53 -04:00 | 663 commits to master since this release

    Bug fixes:

    • Relax Fever HTTP correctness, to fix some clients
    • Add the QUERY_STRING FastCGI parameter to the sample Nginx configuration

    Please see the UPGRADING file for further details.

    Downloads
  • 0.8.4 9bc1373998

    Version 0.8.4 Stable

    jking released this 2020-09-09 18:24:42 -04:00 | 673 commits to master since this release

    Bug fixes:

    • Don't crash updating feeds cached without ETag (regression since 0.8.3)
    Downloads
  • 0.8.3 9696d55b31

    Version 0.8.3 Stable

    jking released this 2020-02-16 17:43:46 -05:00 | 691 commits to master since this release

    Changes:

    • Officially require PHP 7.1 (accidentally required since version 0.8.0)
    • Various internal changes pursuant to use of PHP 7.1
    Downloads
  • 0.8.2 3ee89bf669

    Version 0.8.2 Stable

    jking released this 2019-12-06 17:46:53 -05:00 | 720 commits to master since this release

    Bug fixes:

    • Enforce foreign key constraints in MySQL
    • Widen most text fields for MySQL
    Downloads
  • 0.8.1 0e5b242c67

    Version 0.8.1 Stable

    jking released this 2019-10-28 11:07:04 -04:00 | 738 commits to master since this release

    Bug fixes:

    • Don't crash updating feeds cached solely via ETag
    • Don't fail importing new folders from OPML files
    • Don't fail adding a feed which collides with another via redirection
    • Don't fail on very long text-search queries containing question marks
      when using PostgreSQL or MySQL
    • Specify HTTP authentication encoding as UTF-8

    Changes:

    • Include a user manual
    • Normalize newsfeed URLs before checking for duplicates
    Downloads
  • 0.8.0 137be8bde2

    Version 0.8.0 Stable

    jking released this 2019-07-26 23:24:29 -04:00 | 865 commits to master since this release

    New features:

    • Support for the Fever protocol (see README.md for details)
    • Command line functionality for clearing a password, disabling the account
    • Command line options for dealing with Fever passwords
    • Command line functionality for importing and exporting OPML
    • Command line documentation of all commands and options

    Bug fixes:

    • Treat command line option -h the same as --help
    • Sort Tiny Tiny RSS special feeds according to special ordering
    • Invalidate sessions when passwords are changed
    • Correct example systemd unit to start after PostgreSQL and MySQL

    Changes:

    • Perform regular database maintenance to improve long-term performance

    Please see the UPGRADING file for further details.

    Downloads
  • 0.7.1 1e83350dd0

    Version 0.7.1 Stable

    jking released this 2019-03-25 11:57:31 -04:00 | 977 commits to master since this release

    Bug fixes:

    • Correctly initialize new on-disk SQLite databases
    • Retry queries on schema changes with PDO SQLite
    • Correctly read author name from database in Tiny Tiny RSS
    • Update internal version number to correct version

    Changes:

    • Improve performance of lesser-used database queries
    Downloads
  • 0.7.0 5efef2c2d0

    Version 0.7.0 Stable

    jking released this 2019-03-02 14:59:44 -05:00 | 983 commits to master since this release

    New features:

    • Support for basic freeform searching in Tiny Tiny RSS
    • Console command to refresh all stale feeds once then exit

    Bug fixes:

    • Ensure updating does not fail with newsfeeds larger than 250 entries
    Downloads