Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cheat/cheat

Tags

4.4.2

Toggle 4.4.2's commit message
4.4.2

- Bump `chroma` to newest version
- Remove `plan9` support due to build failure
- Upgrade to `yaml.v3`

4.4.1

Toggle 4.4.1's commit message
4.4.1

- Update dependencies
- Make minor changes to appease `revive` (linter)

4.4.0

Toggle 4.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.4.0

- 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

Toggle 4.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.3.3

- 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

Toggle 4.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.3.2

- 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

Toggle 4.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.3.1

- 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

Toggle 4.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.3.0

- 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

Toggle 4.2.7's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.2.7

- 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

Toggle 4.2.6's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.2.6

- Work around `more` pager issue on Linux systems.
- Update dependencies.

4.2.5

Toggle 4.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
chrisallenlane Chris Allen Lane
4.2.5

- Upgrade to Go 1.18
- Upgrade dependencies