Releases: out-of-cheese-error/the-way
Releases · out-of-cheese-error/the-way
v0.20.2
- Bug fix for
--stdout
option (Issue #159)
v0.20.1
- Updated dependencies
- Fixes sublime-syntax loading issue (Issue #152)
v0.20.0
- Open search window for
cp
, del
, view
, and edit
subcommands if no index given, and added filter options (Issue #154)
- Add tag/language tab completion (Issue #148)
- Add
tags
and languages
subcommands to list current set of tags and languages and the count of snippets for each (Issue #148)
v0.19.2
Fix the-way sync index bug (Issue #145)
v0.19.1
- Fix config file default location
- Throw errors if the-way gist has duplicates
v0.19.0
- Fix gist syncing bug (Issue #143)
- Upgrade dependencies
v0.18.0
- Add
-p
/--plain
flag to remove ANSI color codes from output. (Issue
#138)
- Migrate from structopt to clap
- Update dependencies
v0.17.1
- Fix shell completion (Issue #135)
- Update dependencies
v0.17.0
Changed
- Don't save environment variable
THE_WAY_GITHUB_TOKEN
to config file
- If
THE_WAY_GITHUB_TOKEN
not set and github_access_token
not in config file, prompt for token and prompt for saving to config file