Skip to content

Releases: nVentiveUX/docker-ttrss

v2022.06.25

26 Jun 17:19
Compare
Choose a tag to compare

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

18 Jun 20:05
Compare
Choose a tag to compare

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

11 Jun 17:37
Compare
Choose a tag to compare

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

04 Jun 20:06
Compare
Choose a tag to compare

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

14 May 17:46
Compare
Choose a tag to compare

Upstream changes

  • make phpstan stfu about unmatcher ignored errors (seriously)
  • add some more phpstan excludes

v2022.04.23

23 Apr 16:16
Compare
Choose a tag to compare

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

10 Apr 09:59
Compare
Choose a tag to compare

Upstream changes

  • disable some pointless startup sanity checks when running under docker

Full Changelog: v2022.04.02...v2022.04.09

v2022.04.02

02 Apr 09:03
Compare
Choose a tag to compare

What's Changed

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

25 Nov 18:16
Compare
Choose a tag to compare

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

  • @Kwbmm made their first contribution in #14

Full Changelog: https://github.com/nVentiveUX/docker-ttrss/commits/master-2021.11.25