Releases: nVentiveUX/docker-ttrss
Releases · nVentiveUX/docker-ttrss
v2025.01.25
Upstream changes
- Merge branch 'weblate-integration' into 'master'
- fix extra comma
- shorten_expanded: add simple event debounce
- Translated using Weblate (Finnish)
v2025.01.11
Upstream changes
- Merge branch 'feature/copy-filter' into 'master'
- Fix setting a custom title when cloning a single filter.
- Use 'clone' wording for filter duplication.
- Fix a return type warning in 'Pref_Filters'.
- Prompt for the new filter name when only copying one.
- Add the ability to copy an existing filter.
- Merge branch 'af-comics-dumbingofage' into 'master'
- Add processing of dumbingofage.com images
v2025.01.04
Upstream changes
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Italian)
- Translated using Weblate (Belarusian)
- Translated using Weblate (Chinese (Simplified Han script))
v2024.12.28
Upstream changes
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Greek)
v2024.12.21
Upstream changes
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Dutch)
- Translated using Weblate (Latvian)
- Translated using Weblate (Galician)
- Translated using Weblate (Spanish)
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Polish)
- Merge branch 'weblate-integration' into 'master'
- maybe fix integration tests failing by always initializing apitest fields
- Merge branch 'feature/php-misc' into 'master'
- Translated using Weblate (Latvian)
- Merge branch 'weblate-integration' into 'master'
- Merge branch 'feature/smart_date_time_never' into 'master'
- Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.
- Consistently handle the 'smart' display of default/never dates.
- minor PHPDoc cleanup in PluginHost
- Clean up some virtual feed stuff in PluginHost.
- Translated using Weblate (Latvian)
- Translated using Weblate (Italian)
- Deal with FeedEnclosure property accessed before initialization.
- Revert some stuff based upon feedback
- Use a native DNF type for 'PluginHost->get_feed_handler()'.
- Use native typing in more places and clean up 'FeedEnclosure' a bit.
- Remove use of 'ReturnTypeWillChange'.
- Use the spread operator instead of 'array_merge' in more places.
- Update translation files
- rebase translations
- pref feed tree - switch to flexbox for row layout, remove floating param
- show amount of stored article in prefs feed tree
v2024.12.14
Upstream changes
- fix correct font-family not applying for multiple select element
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Estonian)
- Merge branch 'feature/alpine_3.21-and-php_8.4' into 'master'
- Add the 'ca-certificates' package to provide 'update-ca-certificates'.
- minor package installation formatting tweak
- Centralize the PHP version suffix used for packages and paths.
- Bump 'spomky-labs/otphp' to 11.3.x.
- Bump the minimum required PHP version to 8.2.0.
- Merge branch 'weblate-integration' into 'master'
- Translated using Weblate (Finnish)
- Bump to Alpine 3.21 and PHP 8.4.
- Translated using Weblate (Polish)
- Translated using Weblate (Latvian)
- Translated using Weblate (Dutch)
- Translated using Weblate (Galician)
- Translated using Weblate (Spanish)
v2024.11.30
Upstream changes
- Merge branch 'weblate-integration' into 'master'
- Update translation files
- rebase translations
- also deal with The Oatmeal posts, not just comics
- add af_comics filter for The Oatmeal
- Merge branch 'bugfix/feedparser-rdf-type' into 'master'
- Add+use FeedParser::FEED_UNKNOWN
- Fix RDF feed support in FeedParser.
- API: allow catchup for search results (bumps api level to 22)
- Merge branch 'feature/php8-str-funcs' into 'master'
- Use PHP 8 'str_' functions.
- Merge branch 'feature/php8-match' into 'master'
- Use match expressions in some places.
- allow nullable password in auto_create_user for backwards compatibility
- Merge branch 'getfiltertree-eldritch-horrors' into 'master'
- Merge branch 'feature/php8-union-types' into 'master'
- make filter search properly case-insensitive
- Use native union types in most places.
- simplify resulting tree root object
- getfiltertree: switch to ORM and simplify code
- collapse actions summary list in filter tree if 'toggle rule display' is disabled, remove label-specific icon display, simplify markup
- Merge branch 'filter-fixes' into 'master'
- fix text-muted being set to default text foreground color in light mode, adjust styling of filter actions list
- show cumulative score adjustment (if any) and up to 3 actions total in filter tree
- update usage of deprecated function
- bump minimum required php version to 8.0 & remove some deprecated code
- use select_many() without _expr
- adjust indent
- switch filters _get_rules_list() to ORM
- pass resulting action description through gettext
- set type hint for $action_descriptions
- fix _get_name failing on filters without any rules because of wrong type of JOIN
- get filter action descriptions on pref_filters class init instead of doing it all the time, use ORM in _get_action_name
- fix action params not hiding in edit action dialog if param-less action was initially selected
- pref_filters - refactor _get_name to use ORM, show cumulative score in tree filter description
v2024.11.23
Upstream changes
- Merge branch 'feature/php-qrcode-5.0.x' into 'master'
- Bump 'chillerlan/php-qrcode' to 5.0.x.
- Merge branch 'wn-master-patch-27216' into 'master'
- Fix array key warning in 'Feeds::_get_headlines()'.
- Merge branch 'feature/replace-get_pref-and-set_pref' into 'master'
- Eliminate use of deprecated 'get_pref()' and 'set_pref()'.
v2024.11.16
Upstream changes
- Merge branch 'feature/phpstan-2.0.x' into 'master'
- Deal with an error showing up in Gitlab PHPStan runs
- Minor
@var
cleanup in Counters - Make the 'requireOnce.fileNotFound' PHPStan error ignore more specific.
- Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'.
- Remove some PHPStan ignores and make others rule-specific.
- Address PHPStan findings as of 2.0.1
- Upgrade PHPStan to 2.0.1
- Merge branch 'feature/search-improvements' into 'master'
- Feeds::_search_to_sql(): updates for clarity and SQL quoting.
- Fix keyword searches with a quoted string value.
v2024.11.09
Upstream changes
- fix get_self_url() misbehaving in plugins/