mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
90 lines
2.5 KiB
Text
90 lines
2.5 KiB
Text
Version 0.5.0 (2018-11-07)
|
|
==========================
|
|
|
|
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
|
|
|
|
Version 0.4.0 (2018-10-26)
|
|
==========================
|
|
|
|
New features:
|
|
- Support for HTTP authentication in Tiny Tiny RSS (see README.md for details)
|
|
- New userHTTPAuthRequired and userSessionEnforced settings
|
|
|
|
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
|
|
|
|
Version 0.3.0 (2018-01-12)
|
|
==========================
|
|
|
|
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
|
|
|
|
Version 0.2.1 (2017-12-07)
|
|
==========================
|
|
|
|
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
|
|
|
|
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)
|
|
|
|
Changes:
|
|
- Overhaul input type normalization to minimize bug opportunities
|
|
|
|
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)
|
|
==========================
|
|
|
|
Initial release
|