Skip to content

Releases: cheat/cheat

4.2.4

04 Jul 21:09
4.2.4
fe8f390
Compare
Choose a tag to compare

Numerous Windows fixes and improvements:

  • Fix an issue whereby the installer installed cheatsheets into the wrong directory on Windows. This occurred because previously path.Join was used where path/filepath.Join should have been used.

This matters, because the former always uses / as the path separator, whereas the latter will use / or \ as is appropriate for the runtime environment.

This should resolve bullet point 4 in #665.

  • Update the default config file to use more instead of less as the default pager, in order to support Windows out-of-the-box. (#655, #665).

  • Use terminal Chroma formatter (rather than terminal16m) in order to accommodate less capable terminal emulators like cmd.exe by default. Similarly, default to colorize: false in configs (changed from true) (#665).

  • Comment out default style in order to avoid printing ANSI color codes into terminals without color support (#665)

  • Attempt to intelligently choose a default editor, rather than rely on a hard-coded vim in the configs. This should make it easier to use cheat immediately without needing to specify configs. It should also improve cheat's Windows compatibility. (#665)

  • Create a docker-run make target for opening a shell in an Alpine container for development.

  • Fix an issue whereby the Windows zip release contained an extraneous (and annoying) dist parent directory.

4.2.3

09 Oct 16:15
4.2.3
12ffa4c
Compare
Choose a tag to compare
  • Windows fixes
  • Android support

4.2.2

09 Jun 01:22
4.2.2
Compare
Choose a tag to compare
  • Update dependencies
  • Fix zsh extensions
  • Create arm64 executable

4.2.1

28 Apr 16:57
4.2.1
1eb44e8
Compare
Choose a tag to compare
  • Update dependencies

  • Fix build errors pertaining to dependencies

4.2.0

28 Nov 16:29
4.2.0
883a170
Compare
Choose a tag to compare
  • Add vendor-update make target
  • Update dependencies
  • Implement --all flag (resolves #548)
  • Improve search output formatting
  • Implicitly pass --all when searching
  • Refactor installer code

4.1.1

03 Nov 23:35
4.1.1
f421483
Compare
Choose a tag to compare
  • Update dependencies
  • Improve test coverage

4.1.0

05 Sep 13:08
4.1.0
82e1c27
Compare
Choose a tag to compare

Support cheat -t as a shorthand for cheat -l -t (#581).

4.0.4

23 Aug 19:29
4.0.4
Compare
Choose a tag to compare

Fix typos (cheetsheets => cheatsheets)

4.0.3

08 Aug 17:48
4.0.3
7467c9f
Compare
Choose a tag to compare

Update dependencies

4.0.2

11 Jul 12:16
4.0.2
ad7ad64
Compare
Choose a tag to compare

Search /etc/cheat for config file.