• 0.6.1 500851f161

    Version 0.6.1 Stable

    jking released this 2019-01-23 16:34:54 -05:00 | 1014 commits to master since this release

    Bug Fixes:

    • Unify SQL timeout settings
    • Correctly escape shell command in subprocess service driver
    • Correctly allow null time intervals in configuration when appropriate

    Changes:

    • Change PicoFeed dependency to maintained version (Thanks, Aaron Parecki!)
    • Remove non-functional cURL service driver
    Downloads
  • 0.6.0 05aadfe7c7

    Version 0.6.0 Stable

    jking released this 2019-01-21 10:40:39 -05:00 | 1022 commits to master since this release

    New features:

    • Support for PostgreSQL databases
    • Support for MySQL databases
    • Validation of configuration parameters

    Bug fixes:

    • Use a general-purpose Unicode collation with SQLite databases
    • Use the correct SQLite schema change procedure for 3.25 and later

    Changes:

    • Improve performance of common database queries by 80-90%
    • Make configuration defaults consistent with their defined types

    Please see the UPGRADING file for further details.

    Downloads
  • 0.5.1 c63d24e125

    Version 0.5.1 Stable

    jking released this 2018-11-09 23:57:33 -05:00 | 1111 commits to master since this release

    Bug fixes:

    • Correctly initialize PDO database driver
    Downloads
  • 0.5.0 467cc66cc8

    Version 0.5.0 Stable

    jking released this 2018-11-07 13:06:33 -05:00 | 1119 commits to master since this release

    New features:

    • Command line functionality for listing, removing, and changing the password
      of users as well as testing authentication

    Bug fixes:

    • Print command-line error messages more sensibly
    • Allow exporting default configuration to standard output
    • Fail correctly on authentication failure
    • Prefer JSON data over GET parameters in NextCloud News

    Changes:

    • Simplify user management backend to minimize opportunity for bugs
    • Document previously unknown NextCloud News behaviour
    Downloads
  • 0.4.0 0be9dcb5a8

    Version 0.4.0 Stable

    jking released this 2018-10-26 16:27:18 -04:00 | 1148 commits to master since this release

    New features:

    • Support for HTTP authentication in Tiny Tiny RSS (see README.md for details)
    • New userHTTPAuthRequired and userSessionEnforced settings
    Downloads
  • 0.3.1 e4d64424c7

    Version 0.3.1 Stable

    jking released this 2018-07-22 12:30:44 -04:00 | 1156 commits to master since this release

    Bug fixes:

    • Correctly read the configuration file on start-up
    • Minor fixes to code and documentation

    Changes:

    • Disable memory and time limits to avoid deadlocks with NextCloud News
    Downloads
  • 0.3.0 cbc9491f75

    Version 0.3.0 Stable

    jking released this 2018-01-12 09:48:33 -05:00 | 1161 commits to master since this release

    New features:

    • Support for SQLite3 via PDO
    • Support for cross-origin resource sharing in all protocols

    Bug fixes:

    • Correctly handle %-encoded request URLs
    • Overhaul protocol detection to fix various subtle bugs
    • Overhaul HTTP response handling for more consistent results

    Changes:

    • Make date strings in TTRSS explicitly UTC

    Please see the UPGRADING file for further details.

    Downloads
  • 0.2.1 f100cab558

    Version 0.2.1 Stable

    jking released this 2017-12-07 18:24:35 -05:00 | 1217 commits to master since this release

    Bug fixes:

    • Make SQLite timeouts much less likely
    • Accept base64-encoded passwords from TTRSS clients
    • Rename feeds correctly via TTRSS protocol
    • Toggle marks correctly via TTRSS protocol
    • Sort everything case-insensitively
    • Be even stricter about output data types in NextCloud News

    Changes:

    • Do not omit read feeds from TTRSS' getCounters, to fix some clients

    Please see the UPGRADING file for further details.

    Downloads
  • 0.2.0 760b13993b

    Version 0.2.0 Stable

    jking released this 2017-11-29 23:45:27 -05:00 | 1237 commits to master since this release

    New features:

    • Support for the Tiny Tiny RSS protocol (see README.md for details)
    • Support for HTTP OPTIONS requests in all protocols

    Bug fixes:

    • Perform feed discovery correctly
    • Expose the incorrectDbCharset boolean in the NextCloud News server status
    • Give NextCloud News articles' guidHash attribute the correct type (string)

    Changes:

    • Overhaul input type normalization to minimize bug opportunities

    Please see README.md and UPGRADING files for further details.

    Downloads
  • 0.1.1 bf35e0ecc8

    Version 0.1.1 Stable

    jking released this 2017-09-30 12:09:36 -04:00 | 1330 commits to master since this release

    Bug fixes:

    • Perform feed discovery like NextCloud News does
    • Respond correctly to HEAD requests
    • Various minor fixes
    Downloads