Skip to content

Releases: mgnsk/FreshRSS-AutoTTL

v0.5.8

25 Oct 08:47
3bf43ca
Compare
Choose a tag to compare

Full Changelog: v0.5.7...v0.5.8

  • Fixed stats table query for PostgreSQL.
  • Fixed config key does not exist errors when user had never saved the config.
  • Added a docker compose file, tested every database (SQLite/MySQL/PostgreSQL).

v0.5.7

23 Oct 09:09
66f7693
Compare
Choose a tag to compare

Full Changelog: v0.5.6...v0.5.7

  • Fixes configuration setup issues (can no longer use FreshRSS_Context in init() functions.
  • Fixes missing parent::__construct() in AutoTTLStats.
  • Displays "no items" in Average TTL column when feed contains no archived items.

v0.5.6

17 Oct 14:27
0cff122
Compare
Choose a tag to compare

Full Changelog: v0.5.5...v0.5.6

  • Added last updated at column to statistics table.
  • Improved display in next update in column in statistics table.
  • Added more debug logging.

v0.5.5

12 Mar 21:34
82c0840
Compare
Choose a tag to compare

Full Changelog: v0.5.4...v0.5.5

v0.5.4

11 Mar 09:25
3354b74
Compare
Choose a tag to compare
  • Fix php type errors.

Full Changelog: v0.5.3...v0.5.4

v0.5.3

09 Mar 14:47
155f107
Compare
Choose a tag to compare

Optimize SQL queries.

Full Changelog: v0.5.2...v0.5.3

v0.5.2

09 Mar 01:11
6b7e4a0
Compare
Choose a tag to compare

Bump version in plugin metadata.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Mar 00:37
dbdfa4c
Compare
Choose a tag to compare

What's Changed

  • Simplify datetime diff calculations by @mgnsk in #14

Full Changelog: v0.5.0...v0.5.1

v0.5.0

09 Mar 00:17
8c15eac
Compare
Choose a tag to compare

What's Changed

  • Handle only feeds which use default TTL by @mgnsk in #12
  • Implement informative stats tables by @mgnsk in #13

Full Changelog: v0.4.3...v0.5.0

v0.4.3

08 Jan 15:30
715ff5f
Compare
Choose a tag to compare

What's Changed

  • Use backticks around case-sensitive columns by @mgnsk in #9
  • Add configuration option to limit the number of rows in stats table by @mgnsk in #10

Full Changelog: v0.4.2...v0.4.3