Tldr Node Client Versions Save

Node.js command-line client for tldr pages

v3.4.0

6 months ago

[!WARNING]
Breaking change: This release drops support for Node 14 and lower.

[!NOTE]
The default branch of this repository has been updated to main.

Added

  • Support to download cache only for English and specific languages based on the system's locale configuration (#420) (thanks @vivekjoshi556)
  • Support for Android and BSD platforms (#421) (thanks @kbdharun)
  • New -p and --platform option replacing -o and --os option (#421) (thanks @kbdharun)

Fixed

  • Escaping in Zsh autocompletion (#384) (thanks @nonZero)
  • Variable assignment in Zsh (#386) (thanks @JakobMiksch)
  • URL encoded email address rendering (#421) (thanks @kbdharun)

Enhancements

  • Added Funding information to package.json (#401) (thanks @kbdharun)
  • Moved to v2 format for package-lock.json (#409) (thanks @MasterOdin)
  • Update homepage link to https://tldr.sh in package.json (#421) (thanks @kbdharun)
  • The Client Specification version is now displayed when checking the version (#421) (thanks @kbdharun)

Full Changelog: https://github.com/tldr-pages/tldr-node-client/compare/v3.3.8...v3.4.0

v3.3.8

2 years ago

Added

Fixes

v3.3.7

3 years ago

Fixes

  • Make version flag spec compliant

Chores

  • Dependency upgrades

v3.3.6

3 years ago

Fixes

Fixed a bug where invoking tldr without arguments would display an error

v3.3.5

3 years ago

Improvements

  • Replaced request with axios for faster cold boot times.
  • Improved bash completion

Fixes

  • Improved a lot of error handling

v3.3.4

3 years ago

Fixes

  • Replace deprecated os-homedir with the native os package.
  • Upgrade vulnerable dependencies.

Improvements

  • Remove snap installation steps. Snap installs are no longer supported.
  • Add coverage tests and make general improvements to tests.

v3.3.2

4 years ago

Fixes

  • Handle undefined LANG variable

v3.3.1

4 years ago

Fixes

  • The new targets field was not being accessed while searching.

v3.3.0

4 years ago

Fixes

  • Improve the error message when an invalid theme is passed.
  • Remove some unnecessary global variables.
  • Change cache and tldr to be a class

Features

Language support :tada:

An environment variable LANG needs to contain a GNU posix locale for it to pick up the right language file.

v3.2.7

5 years ago

Fixes

  • Showing homepage links in the heading
  • Add ellipsis to progress messages
  • Make contribution prompt more explicit