• 0.12.0 8825ac0c13

    jking released this 2025-04-19 11:00:30 -04:00 | 3 commits to master since this release

    New features:

    • Implementations of previously missing Miniflux features:
      • Custom User-Agent during feed fetching
      • Modifying the URL, username, and password of a feed
    • Updated Miniflux implementation in line with Miniflux 2.2.7 (see manual
      for details)

    Bug fixes:

    • Provide structured error responses in the Nextcloud News protocol
    • Always present enclosures as an array in the Miniflux protocol; this restores
      synchronization with the Newsflash client
    • Relax validation of numeric values in GET queries in the Miniflux protocol
    • Handle errors during article scraping gracefully
    • Use authentication while scraping where appropriate
    • Use User-Agent and cookie settings during faicon fetching

    Changes:

    • Use a simpler User-Agent string to avoid tripping bot defences
    • Remove advisory-only user metadata from command-line interface. Metadata for
      Miniflux not used by The Arsse itself is now stored separately

    Please see the UPGRADING file for further details.

    Downloads
  • 0.11.0 7e3d07dc19

    jking released this 2025-03-18 21:36:07 -04:00 | 141 commits to master since this release

    New features:

    • Support for version 1.3 of the Nextcloud News protocol
    • Support for Nextcloud user metadata fetching
    • Support for form-data input in the Nextcloud News protocol, to improve
      compatibility with the official client

    Please see the UPGRADING file for further details.

    Downloads
  • 0.10.6 7966947022

    jking released this 2024-12-27 14:42:18 -05:00 | 163 commits to master since this release

    Bug fixes:

    • Do not hang when language files are missing or corrupted

    Changes:

    • Support PHP 8.4
    • Support MySQL 9.0
    Downloads
  • 0.10.5 8834a65e4c

    jking released this 2024-01-10 18:50:23 -05:00 | 184 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 | 221 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 | 222 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 | 280 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 | 285 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 | 296 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 | 392 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