Releases: nobe4/gh-not
Releases · nobe4/gh-not
v0.6.0
What's Changed
- feat: enable all golangci-lint linters by @nobe4 in #229
- fix: enable bodyclose linter by @nobe4 in #230
- fix: enable errorlint linter by @nobe4 in #231
- fix: enable recvcheck linter by @nobe4 in #232
- fix: enable various linters by @nobe4 in #233
- fix: enable more linters by @nobe4 in #234
- chore(deps): bump github.com/charmbracelet/bubbletea from 1.2.1 to 1.2.4 by @dependabot in #219
- feat(gh): allow multiple hosts by @nobe4 in #236
- feat: enable a couple more linters by @nobe4 in #237
- chore: enable yet more linters by @nobe4 in #238
Full Changelog: v0.5.8...v0.6.0
v0.5.8
What's Changed
- typos suggestion by @ccoVeille in #222
- chore(deps): bump github.com/cli/go-gh/v2 from 2.11.0 to 2.11.1 in the go_modules group by @dependabot in #218
- chore(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 by @dependabot in #220
- fix(config): init bootstrap the config folder by @nobe4 in #225
- ci: enable golangci-lint by @ccoVeille in #226
- fix(ci): make code compliant with golangci-lint by @nobe4 in #227
New Contributors
- @ccoVeille made their first contribution in #222
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- Add Assignees, Reviewers and ReviewersTeams by @monrad in #214
- chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.2 to 1.2.1 by @dependabot in #215
New Contributors
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- docs: add demo thanks to vhs by @nobe4 in #207
- docs(README): simplify the installation methods by @nobe4 in #208
- feat(gh): add error information in the output by @nobe4 in #213
- chore(deps): bump github.com/cli/go-gh/v2 from 2.10.0 to 2.11.0 by @dependabot in #209
- chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.1.2 by @dependabot in #211
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0 by @dependabot in #212
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.5.3
v0.5.2
What's Changed
- chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.20.0 by @dependabot in #186
- feat(actions): allow passing string parameters to actions by @nobe4 in #188
- feat(config): enable passing arguments to the rule by @nobe4 in #189
- feat(assign): adds a new assign action by @nobe4 in #191
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix(cache): catch nil wrap expiration date by @nobe4 in #180
- fix(cache): initialize the wrapper explicitly by @nobe4 in #181
- fix(repl): items store their index in the list by @nobe4 in #182
- feat(repl): hide hidden notifications by @nobe4 in #183
- feat(command): use suggestion's text for command by @nobe4 in #184
- docs(README): update basic commands format by @nobe4 in #185
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Breaking change, kinda 🐉
The format for the cache data changed slightly.
It now stores the refreshed_at
time in the JSON object rather than using Filesystem data.
The next time you run gh-not sync
, it will automatically update the format and you shouldn't see any issue.
Until then, the cache will be considered 54 years old.
What's Changed
- feat: add a cache wrapper by @nobe4 in #177
- chore(deps): bump github.com/cli/go-gh/v2 from 2.9.0 to 2.10.0 by @dependabot in #174
- feat(cache): store RefreshedAt information in the Wrapper by @nobe4 in #178
- feat(cache): move the expiration logic out by @nobe4 in #179
Full Changelog: v0.4.10...v0.5.0