Skip to content

Releases: mstruebing/tldr

1.3.1

21 Jun 20:09
1056dfd
Compare
Choose a tag to compare

[1.3.1] - 2021-06-21

1.3.0

05 Oct 06:42
1766737
Compare
Choose a tag to compare

[1.3.0] - 2020-10-05

  • Add history function for the past page view. #53 (@wudong)

1.2.2

16 Sep 19:07
2039581
Compare
Choose a tag to compare

[1.2.2] - 2020-09-16

Fixed

1.2.1

29 Jul 06:07
6c123be
Compare
Choose a tag to compare

[1.2.1] - 2020-07-29

  • Only check remote is reachable when ttl timeout. #52 (@wudong)

1.2.0

06 Mar 12:18
fdb4aa4
Compare
Choose a tag to compare

[1.2.0] - 2020-03-06

Added

Changed

  • Only load new cache when connected to the internet and remote host is reachable #49 (@mstruebing)
  • Switched to go mod 47 (@mstruebing)

Fixed

  • golang ci errors

v1.1.1

19 Feb 05:52
Compare
Choose a tag to compare

[1.1.1] - 2019-02-19

Changed

Fixed

  • only consider markdown files as pages (as there was an index.json-file added)

v1.1.0...v1.1.1

v1.1.0

28 Oct 15:44
Compare
Choose a tag to compare

FEATURES:

  • autocompletion for zsh
  • autocompletion for bash
  • --random|-r flag to print random page
  • configurable installation directory via environment variable (INSTALL_DIR=<path> make install)

BUGFIXES:

  • --list-all|-a flag now correctly gives a list of all pages

INTERNAL:

  • CONTRIBUTING.MD, ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE are now present
  • code of conduct added
  • test setup is configured and runs via travis and can be run locally via make test
  • some documentation improvements

v1.0.6

21 Oct 06:27
Compare
Choose a tag to compare
  • fix bug regarding to many open files
  • reduce cyclomatic complexity

v1.0.5

20 Oct 16:51
Compare
Choose a tag to compare
  • fix(color): use correct reset color sequence instead of setting it to black
  • fix(security): call filepath.Abs to usr.HomeDir
  • chore: compress all binaries via makefile
  • fix(naming): correct imports after name change

v1.0.4

20 Oct 04:57
Compare
Choose a tag to compare
  • remove zip dependency - thx to @gavinwade12
  • re-add status messages while updating/installing the cache files
  • docs update
  • different platform builds (see downloads)