Skip to content

Releases: tldr-pages/tldr-node-client

3.4.0

14 Nov 12:14
v3.4.0
3e65c25
Compare
Choose a tag to compare

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

Enhancements

Full Changelog: v3.3.8...v3.4.0

3.3.8

24 Feb 14:04
v3.3.8
cb42ccb
Compare
Choose a tag to compare

Added

  • Add --windows command line option (#334)
  • Add support to skip update when page not found (#364)
  • Add error message for invalid .tldrrc configuration file (#366)

Fixes

  • Update ambiguous descriptions for help information (#345)
  • Fix bash completion for -v flag (#347)
  • Force HTTPS for tldr.zip (#360)
  • Fix error for missing render path (#354)
  • Add win32 to platform.js (#369)

3.3.7

20 Feb 05:14
Compare
Choose a tag to compare

Fixes

  • Make version flag spec compliant

Chores

  • Dependency upgrades

3.3.6

12 Dec 04:31
Compare
Choose a tag to compare

Fixes

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

3.3.5

20 Nov 05:04
Compare
Choose a tag to compare

Improvements

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

Fixes

  • Improved a lot of error handling

3.3.4

30 May 17:29
4da9d7b
Compare
Choose a tag to compare

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.

3.3.2

27 Nov 06:08
Compare
Choose a tag to compare

Fixes

  • Handle undefined LANG variable

3.3.1

21 Nov 12:02
Compare
Choose a tag to compare

Fixes

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

3.3.0

21 Nov 05:24
f2b1085
Compare
Choose a tag to compare

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 🎉

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

3.2.7

30 Jan 06:09
Compare
Choose a tag to compare

Fixes

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