Skip to content

Releases: feediron/ttrss_plugin-feediron

Version 1.32

04 Mar 03:56
4765a5d
Compare
Choose a tag to compare

Changes Round up

This is a round up release of core changes since the v1.31 release primarily dealing with:

  • Php8 compatibility
  • Updating the internal Readability
  • Fixing the use of the composer autoloader for Readability.php

Version 1.31

05 Aug 02:24
3fa61f8
Compare
Choose a tag to compare

Changes Round up

This is a round up release of core changes since the v1.30 release

Contains several Minor bug-fixes and move of recipes from main repository to the new recipe repository.

Recipes were moved to make it simpler to track changes to the actual plugin vs the more transient recipes

Version 1.30

12 Dec 02:52
Compare
Choose a tag to compare

Modularization Release

To better facilitate future development and maintenance a major re-work of the project structure has been done.

Filters are now stored within the filters sub-directory
Filters are now auto-loaded. Future plans are to add a section in configuration to enable filters

All existing configurations should still work with this release.

Please note:

If you were using Readability.php you will need to run composer install inside the filters/fi_mod_readability` folder

Version 1.22

12 Dec 02:30
Compare
Choose a tag to compare

Changes Round up

This is a round up release of core changes since the v1.21 release

Contains several Minor bug-fixes and recipe updates

Version 1.2.1

09 Mar 02:35
Compare
Choose a tag to compare

Bug Fix Release

  • Added Char set maps (currently very limited) and exception catch to prevent the auto tidy (defaults to true) from causing a fatal error

  • Reverted version number as TT-RSS plugins cannot hold Semantic versioning numbers

Version 1.2.0

19 Feb 05:45
2cb11ad
Compare
Choose a tag to compare

Added new Tag Filter option. You can now define article tags based on article contents.

Available Options:

  • Xpath - Fetch tags based on xpath.
  • Regex - Fetch tags based on regular expression.
  • Search - Search based on regular expression and return a pre-defined tag if match found or if match is not found.
  • Split tags based on delimiter.
  • Replace existing tags if desired.

Version 1.1.1

14 Jan 04:30
Compare
Choose a tag to compare

Bug Fix Release

  • TT-RSS JS naming changes caused Testing and config panels to fail 2e83ce0
  • replace continue in switch statement with break #116
  • Switch log exception from Warning to Notice #112

Version 1.1.0

12 Sep 01:21
Compare
Choose a tag to compare

Changes Round up

This is a round up release of core changes since the 2014 1.0.0 release to allow better changes tracking. You can subscribe to the Release RSS feed to keep up to-date.

A big thanks to all the contributions from our community of users.


Added:

Fixes:

  • Fixed POD exception caused by incorrect logging event trigger
  • Add quote escapes to charset detection
  • Skip missing xpath's and proceed with next available xpath
  • Fix extraction of attribute xpath elements
  • Prevent warning Use of undefined constant LOG_NONE
  • Replaces JSON format function
  • Fix bugs related to importing predefined rules
  • Fix 'array_key_exists() expects parameter 2 to be array, null given'
  • json_last_error_msg support for older php versions
  • Fixes extremely specific xpath case