• 0.10.5 8834a65e4c

    jking released this 2024-01-10 18:50:23 -05:00 | 5 commits to master since this release

    Changes:

    • Require PHP 7.3
    • Adapt the Arch package to make using alternative PHP interpreters easier
      (see manual for details)
    • Multiple editorial and stylistic changes to the UNIX manual page
    Downloads
  • 0.10.4 92b1a840a1

    jking released this 2023-01-24 15:19:47 -05:00 | 42 commits to master since this release

    Changes:

    • Support PHP 8.2
    Downloads
  • 0.10.3 a25e777ec6

    jking released this 2022-09-14 08:17:09 -04:00 | 43 commits to master since this release

    Bug fixes:

    • Return all removed articles when multiple statuses are requested in Miniflux
    • Allow multiple date ranges in search strings in Tiny Tiny RSS
    • Honour user time zone when interpreting search strings in Tiny Tiny RSS
    • Perform MySQL table maintenance more reliably
    • Address CVE-2022-31090, CVE-2022-31091, CVE-2022-29248, and CVE-2022-31109
    Downloads
  • 0.10.2 1b0256d6ce

    jking released this 2022-04-04 14:22:19 -04:00 | 101 commits to master since this release

    Changes:

    • Update Guzzle PSR-7 due to CVE-2022-24775
    Downloads
  • 0.10.1 b707ecc942

    jking released this 2022-01-18 16:29:41 -05:00 | 106 commits to master since this release

    Changes:

    • Support PHP 8.1
    Downloads
  • 0.10.0 08250841a0

    jking released this 2021-07-11 17:31:09 -04:00 | 117 commits to master since this release

    New features:

    • Complete Unix manual page
    • Support for running service as a forking daemon
    • Respond to TERM and HUP signals when possible

    Changes:

    • Packages for Debian and related are now available (see manual for details)
    Downloads
  • 0.9.2 b5bbdc2bc6

    Version 0.9.2 Stable

    jking released this 2021-05-25 17:27:15 -04:00 | 213 commits to master since this release

    Bug fixes:

    • Do not fail adding users to an empty database (regression since 0.9.0)
    • Cleanly ignore unknown configuration properties
    • Set access mode to rw-r---- when creating SQLite databases

    Changes:

    • Packages for Arch Linux are now available (see manual for details)
    • Numerous improvements to the manual
    Downloads
  • 0.9.1 fa4ab3218a

    Version 0.9.1 Stable

    jking released this 2021-03-18 10:48:43 -04:00 | 268 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 | 271 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 | 484 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