Skip to content

Releases: cheat/cheat

4.4.2

15 Dec 17:55
Compare
Choose a tag to compare
  • Bump chroma to newest version
  • Remove plan9 support due to build failure
  • Upgrade to yaml.v3

4.4.1

13 Dec 14:24
2294f40
Compare
Choose a tag to compare
  • Update dependencies
  • Make minor changes to appease revive (linter)

4.4.0

05 Nov 17:14
4.4.0
0d9c92c
Compare
Choose a tag to compare
  • Update dependencies
  • Remove errant yaml.v1 dependency, and use yaml.v2 everywhere.
  • Add experimental support for the following platforms:
    • aix
    • dragonfly
    • illumos
    • ios
    • netbsd
    • openbsd
    • plan9
    • solaris

4.3.3

28 Aug 02:10
4.3.3
bd9fa1b
Compare
Choose a tag to compare
  • fix(Sheets): .gitignore in cheatpath (#699)
  • feat(installer): use go-git to clone
  • refactor(repo): create repo package
  • chore: bump version to 4.3.3

4.3.2

26 Aug 18:09
4.3.2
db3d7e5
Compare
Choose a tag to compare
  • chore(deps): update dependencies
  • Do not strip leading or trailing newlines. Doing so had interferred with users' intended cheatsheet layouts. (#663 )
  • Move Frontmatter.Parse to Sheet.parse, and delete the frontmatter package. Sheet.parse more accurately describes the parser's behavior.
  • Update INSTALLING.md with more package information. (#677)
  • Fix an issue whereby make clean filed to remove assets created by make generate.
  • Fix a subsequent issue whereby make generate was being run too late in the make build target, which resulted in a build failure.
  • Improve the configuration documentation in configs/conf.yml (#656).
  • Resolve an issue whereby cheatsheets contained within git submodules were ignored due to a regression introduced in 4.3.1. (#694 )
  • chore: bump version to 4.3.2

4.3.1

09 Aug 01:05
4.3.1
0b80a60
Compare
Choose a tag to compare
  • fix(Sheets): cheatsheets in hidden directories (#690)
  • fix: no colorization on default install (#687)
  • feat(installer): set default editor
  • fix(installer): always use more pager on Windows
  • chore: bump version to 4.3.1

4.3.0

07 Aug 18:55
4.3.0
b53a14b
Compare
Choose a tag to compare
  • Upgrade to Go 1.19
  • Upgrade dependencies
  • Fix colorization without pager (#687)
  • Add the --conf command to show config file path
  • Bump version to 4.3.0

4.2.7

05 Aug 11:05
4.2.7
73f80bd
Compare
Choose a tag to compare
  • perf(Sheets): do not walk hidden directories
  • chore: various lint corrections
  • fix: escape sequences in search output (#687)
  • chore: bump version to 4.2.7

4.2.6

03 Aug 00:42
4.2.6
cfd1702
Compare
Choose a tag to compare
  • Work around more pager issue on Linux systems (#681).
  • Update dependencies.

4.2.5

05 Jul 02:40
4.2.5
1cb5369
Compare
Choose a tag to compare
  • Upgrade to Go 1.18
  • Upgrade dependencies