Releases: mstruebing/tldr
Releases · mstruebing/tldr
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
[1.2.0] - 2020-03-06
Added
- Added docker container #50 (@mstruebing)
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
[1.1.1] - 2019-02-19
Changed
- the chache directory now follows the XDG-standard (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
Fixed
- only consider markdown files as pages (as there was an
index.json
-file added)
v1.1.0
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
- fix bug regarding to many open files
- reduce cyclomatic complexity
v1.0.5
- 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
- remove zip dependency - thx to @gavinwade12
- re-add status messages while updating/installing the cache files
- docs update
- different platform builds (see downloads)