2018-12-07 19:21:44 -05:00
|
|
|
Version 0.5.1 (2018-11-10)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
- Correctly initialize PDO database driver
|
|
|
|
|
2018-11-07 13:06:33 -05:00
|
|
|
Version 0.5.0 (2018-11-07)
|
2018-11-07 10:24:35 -05:00
|
|
|
==========================
|
|
|
|
|
|
|
|
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
|
2018-11-07 13:06:33 -05:00
|
|
|
- Prefer JSON data over GET parameters in NextCloud News
|
2018-11-07 10:24:35 -05:00
|
|
|
|
|
|
|
Changes:
|
|
|
|
- Simplify user management backend to minimize opportunity for bugs
|
2018-11-07 13:06:33 -05:00
|
|
|
- Document previously unknown NextCloud News behaviour
|
2018-11-07 10:24:35 -05:00
|
|
|
|
2018-10-26 14:40:20 -04:00
|
|
|
Version 0.4.0 (2018-10-26)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
New features:
|
2018-10-26 14:57:53 -04:00
|
|
|
- Support for HTTP authentication in Tiny Tiny RSS (see README.md for details)
|
2018-10-26 14:40:20 -04:00
|
|
|
- New userHTTPAuthRequired and userSessionEnforced settings
|
|
|
|
|
2018-07-22 12:30:44 -04:00
|
|
|
Version 0.3.1 (2018-07-22)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2018-03-25 13:25:05 -04:00
|
|
|
Version 0.3.0 (2018-01-12)
|
2018-01-02 16:53:38 -05:00
|
|
|
==========================
|
|
|
|
|
2017-12-31 17:54:26 -05:00
|
|
|
New features:
|
|
|
|
- Support for SQLite3 via PDO
|
2018-01-09 16:44:03 -05:00
|
|
|
- Support for cross-origin resource sharing in all protocols
|
|
|
|
|
2018-01-06 12:02:45 -05:00
|
|
|
Bug fixes:
|
|
|
|
- Correctly handle %-encoded request URLs
|
|
|
|
- Overhaul protocol detection to fix various subtle bugs
|
|
|
|
- Overhaul HTTP response handling for more consistent results
|
2017-12-31 17:54:26 -05:00
|
|
|
|
2018-01-02 16:53:38 -05:00
|
|
|
Changes:
|
|
|
|
- Make date strings in TTRSS explicitly UTC
|
|
|
|
|
2017-12-07 18:24:35 -05:00
|
|
|
Version 0.2.1 (2017-12-07)
|
2017-11-30 19:46:59 -05:00
|
|
|
==========================
|
|
|
|
|
|
|
|
Bug fixes:
|
2017-12-01 22:13:27 -05:00
|
|
|
- Make SQLite timeouts much less likely
|
2017-11-30 19:46:59 -05:00
|
|
|
- Accept base64-encoded passwords from TTRSS clients
|
|
|
|
- Rename feeds correctly via TTRSS protocol
|
2017-12-01 22:13:27 -05:00
|
|
|
- Toggle marks correctly via TTRSS protocol
|
2017-12-07 18:05:34 -05:00
|
|
|
- Sort everything case-insensitively
|
2017-11-30 19:46:59 -05:00
|
|
|
- Be even stricter about output data types in NextCloud News
|
|
|
|
|
2017-12-07 18:05:34 -05:00
|
|
|
Changes:
|
|
|
|
- Do not omit read feeds from TTRSS' getCounters, to fix some clients
|
|
|
|
|
2017-11-29 20:23:04 -05:00
|
|
|
Version 0.2.0 (2017-11-30)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
2017-11-29 23:41:08 -05:00
|
|
|
Changes:
|
|
|
|
- Overhaul input type normalization to minimize bug opportunities
|
|
|
|
|
2017-09-30 12:05:57 -04:00
|
|
|
Version 0.1.1 (2017-09-30)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
- Perform feed discovery like NextCloud News does
|
|
|
|
- Respond correctly to HEAD requests
|
|
|
|
- Various minor fixes
|
|
|
|
|
|
|
|
Version 0.1.0 (2017-08-29)
|
|
|
|
==========================
|
|
|
|
|
2018-03-25 13:25:05 -04:00
|
|
|
Initial release
|