Releases: nVentiveUX/docker-ttrss
Releases · nVentiveUX/docker-ttrss
v2022.06.25
Upstream changes
- schema: don't use 'create index if not exists' syntax because mysql doesn't support it
- experimental, af_psql_trgm: attempt to pseudo-normalize returned mysql score values by dividing by match length
- implement native fulltext search on mysql
- schema: add fulltext indexes for mysql to support af_psql_trgm and possibly future fulltext search
- af_psql_trgm: add support for querying against mariadb FULLTEXT indexes
- Merge branch 'weblate-integration'
- Translated using Weblate (Ukrainian)
v2022.06.18
Upstream changes
- Merge branch 'weblate-integration'
- Translated using Weblate (Chinese (Simplified))
- fix rendering of articles with titles containing extremely long words
- userhelper: fix optional parameter being declared before a required one
- Translated using Weblate (Galician)
- Translated using Weblate (Italian)
- Translated using Weblate (French)
- Update translation files
v2022.06.11
Upstream changes
- UserHelper, CLI: add a method to check user password
- phpstan: limit concurrency
- CLI: properly deal with --force-yes on schema update
- CLI: exit with error status when operation has failed
- add UserHelper methods to manipulate user database (add, modify, delete) * expose said methods via CLI (update.php) * fix several invocations of deprecated functions * set stricter type hints on several method arguments
- throttle updates if received HTTP 429 (Too Many Requests)
- Revert "minor: Support html content in mailer.php"
- Revert "trivia: coding style"
- feeds-tree: move external onClick dojo/method to PrefFeedTree class
- filter-tree: move external dojo/method to PrefFilterTree class
- rebase translations
- prefs: move external filter tree onload method (which checks for inactive feeds, etc.) to FilterTree class
- pref-filters: add a button to hide or show rules in the filter list
- gulp task: add flatpak node16 sdk to path because it doesn't inherit launch environment
- fix PHP8 undefined array key warning when resetting prefs to defaults
v2022.06.04
Upstream changes
- bookmarklets: fix wiki URL
- fix custom-set site URLs never used while updating feeds
- Merge branch 'weblate-integration'
- when determining feed-specific favicon, instead of using first match or generic fallback, go through entire list of determined favicon URLs
- Translated using Weblate (Belarusian)
v2022.05.14
Upstream changes
- make phpstan stfu about unmatcher ignored errors (seriously)
- add some more phpstan excludes
v2022.04.23
Upstream changes
- enable Belarusian translation (proper UI label pending)
- Merge branch 'weblate-integration'
- Translated using Weblate (Belarusian)
- Translated using Weblate (Belarusian)
- Translated using Weblate (Belarusian)
- Added translation using Weblate (Belarusian)
v2022.04.09
Upstream changes
- disable some pointless startup sanity checks when running under docker
Full Changelog: v2022.04.02...v2022.04.09
v2022.04.02
What's Changed
- feat(ci): auto-update ttrss commit level by @bigbrozer in #23
- Auto update fix & manual run by @bigbrozer in #24
- fix(ci): makes that auto-update works by @bigbrozer in #25
- Auto tagging release by @bigbrozer in #26
Upstream changes
- Merge branch 'master' of git.tt-rss.org:fox/tt-rss
- set last_login_update session variable immediately when logging in
- Merge pull request 'Fix af_comics for explosm after site changes' (#68) from ekalin/tt-rss:fix_explosm into master
- Fix af_comics for explosm after site changes
- rewrite_relative: deal with undefined path warning
- rewrite_relative: use isset() to check for relative path
- add phpunit configuration
- tests: add stub autoloader, add a few more rewrite_relative tests
-
- add phpunit as a dev dependency * add some basic tests for UrlHelper::rewrite_relative() * fix UrlHelper::rewrite_relative() to work better on non-absolute relative URL paths
- af_readability: ask readability-php library to fix relative URLs
Full Changelog: master-2021.11.25...v2022.04.02
master-2021.11.25
Hello 👋,
BREAKING CHANGE
You must migrate existing workload using ARM architecture from image nventiveux/ttrss-arm32v6 to nventiveux/ttrss as soon as possible.
What's Changed
Starting from image tag master-2021.11.25, I'm introducing the multi-arch image (#21) which breaks the image nventiveux/ttrss-arm32v6.
The old image nventiveux/ttrss-arm32v6 will be removed in a future release to let you the time to perform the change ;-)
New Contributors
Full Changelog: https://github.com/nVentiveUX/docker-ttrss/commits/master-2021.11.25