Skip to content

3.4.4

Latest

Choose a tag to compare

@kbdharun kbdharun released this 07 Feb 18:17
· 1 commit to main since this release
3.4.4
5488545

Changelog

Breaking

  • Drop support for EOL Python 3.9 version (thanks @kyluca).

Bugfixes

  • Fixed unexpected behavior by only raising URLError or HTTPError when there are no results at all (thanks @kyluca).
  • Return exit code 1 when search finds no results (thanks @gowtham1412-p).

Features

  • Added support for Python 3.14 (thanks @kyluca, @kbdharun, @sebastiaanspeck).
  • Allow cache updating and command displaying on the same command (thanks @Managor).
  • Check $XDG_DATA_DIRS/tldr for a cache when user cache misses (thanks @Managor).

What's Changed

  • fix: only raise URLError or HTTPError when there are no results at all by @kyluca in #310
  • chore: update 'requires-python' version specifier to avoid ambiguity by @kyluca in #309
  • build!: drop support for EOL Python 3.9 by @kyluca in #312
  • chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #316
  • chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #315
  • chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in #317
  • chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #319
  • CODEOWNERS: add @sebastiaanspeck, @kbdharun to Dependabot PRs, dependabot: add pip by @sebastiaanspeck in #321
  • chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #322
  • chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #323
  • publish.yml, test.yml: remove extra whitespace by @Managor in #324
  • chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #326
  • chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #325
  • Fix: Return exit code 1 when search finds no results (#318) by @gowtham1412-p in #320
  • chore(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by @dependabot[bot] in #327
  • allow cache updating and command displaying on the same command by @Managor in #328
  • check $XDG_DATA_DIRS for a cache when user cache misses by @Managor in #329
  • test: add Python 3.14 to Windows ARM by @sebastiaanspeck in #331
  • chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 by @dependabot[bot] in #334
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #332
  • chore(deps): bump actions/attest-build-provenance from 3.1.0 to 3.2.0 by @dependabot[bot] in #333
  • chore: release 3.4.4 by @kbdharun in #335
  • fix: markdown headings in CHANGELOG by @kbdharun in #336

New Contributors

Full Changelog: 3.4.3...3.4.4