Releases: feediron/ttrss_plugin-feediron
Version 1.32
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
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
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
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
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
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
Version 1.1.0
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:
- Major Readme Re-Design with a snazzy Icon
- Optional Readability.php install using composer
- Tidy source html
- Tidy processed html
- Trigger rule according to rss author tag
- Add HTML5 details tag to logger
- Test view error check
- Enable recusive fetching of multipage
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