Releases: nVentiveUX/docker-ttrss
Releases · nVentiveUX/docker-ttrss
v2023.03.04
Upstream changes
- tags display: instead of limiting to 5 tags, limit by container width %
- Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
- require PHP to have support for flock()
- API: add getFeedIcon endpoint, bump version
v2023.02.25
Upstream changes
- Merge pull request 'add override links to utility views' (#102) from levito/tt-rss:add-override-links-to-util-views into master
- add override links to utility views
- Merge pull request 'Handle fetch issues in 'RSSUtils::update_basic_info'.' (#101) from wn/tt-rss:bugfix/handle-failed-basic-info-fetch into master
- Handle fetch issues in 'RSSUtils::update_basic_info'.
v2023.02.18
Upstream changes
- Merge pull request 'Fix calculating average color for *.ico' (#100) from yan12125/tt-rss:fix-ico-avg-color into master
- Fix calculating average color for *.ico
v2023.02.04
Upstream changes
- Merge pull request 'Attempt calculating custom favicon avg color, only try calculating once' (#99) from wn/tt-rss:feature/custom-favicon-detect-color into master
- Minor tweak to favicon avg color debug log message.
- Don't set 'favicon_avg_color' on feed obj unless it's valid.
- Fix logging favicon-related bools in 'RSSUtils::update_rss_feed()'.
- Persist failure to detect favicon average color.
- Ensure custom favicon color detection happens.
v2022.12.31
Upstream changes
- deal with type errors in batch feed editor properly, un-deprecate PDO wrapper functions and document them for posterity
- batch feed editor: silence some more php8.1 undefined field warnings
- batch feed editor: - fix some field changes not applying because of DB type errors - rework to use bound vars instead of sql query concatenation deprecate: checkbox_to_sql_bool(), bool_to_sql_bool()
- CI: use local registry php image
- show full commit timestamp with version information in prefs footer
- Merge branch 'weblate-integration'
- Translated using Weblate (German)
- Merge pull request 'Fix getting active feeds with errors.' (#97) from wn/tt-rss:bugfix/feeds-with-errors-default-interval into master
- Fix getting active feeds with errors.
v2022.12.24
Upstream changes
- Merge pull request 'Only count updating (i.e. enabled) feeds when determining active feeds with errors.' (#96) from wn/tt-rss:feature/only-warn-for-updating-feeds into master
- Only count updating (i.e. enabled) feeds when determining active feeds with errors.
- Merge pull request 'Only touch on send for expirable cache files.' (#95) from wn/tt-rss:bugfix/local-cache-feed-icons-ts into master
- Only touch on send for expirable cache files.
- make phpstan happy
-
- bring back cache-busting for feed icons based on timestamp * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
- limit tree expando white color to prefs
v2022.12.17
Upstream changes
- move af_readability out of master tree
- Merge pull request 'Bump af_readability 'html5-php' dependency to latest.' (#94) from wn/tt-rss:feature/bump-af_readability-masterminds-html5 into master
- Add af_readability 'html5-php' Jenkinsfile.
- Bump af_readability 'html5-php' dependency to latest.
- phpstan: exclude tests in lib/
v2022.12.04
Upstream changes
- Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
- fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed icons
- Merge pull request 'Consistently get the self URL.' (#92) from wn/tt-rss:bugfix/config-self-url-consistency into master
- Consistently get the self URL.
- get_self_url: strip all trailing slashes
- DiskCache: enforce basename() on filenames passed to cache adapter
v2022.11.26
Upstream changes
- migrate favicons directly to new cache
- rework favicon storage to use DiskCache
- DiskCache: tweak how expiration is invoked
- deprecate DiskCache->touch()
- update_rss_feed: use DiskCache to store feed data
-
- split local cache implementation into a separate class * allow custom implementations provided by plugins
- Merge branch 'weblate-integration'
- Translated using Weblate (Galician)
- Translated using Weblate (Galician)
- Translated using Weblate (Chinese (Traditional))
v2022.11.14
Upstream changes
- Merge pull request 'Address upcoming string interpolation deprecation (PHP 8.2)' (#90) from wn/tt-rss:feature/php82-str-intrp-deprecation into master
- Address upcoming string interpolation deprecation.