Skip to content

Releases: nobe4/gh-not

v0.6.0

08 Jan 12:37
v0.6.0
97bf1da
Compare
Choose a tag to compare

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

07 Dec 14:31
v0.5.8
2817e50
Compare
Choose a tag to compare

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

Full Changelog: v0.5.7...v0.5.8

v0.5.7

12 Nov 08:24
v0.5.7
d2de386
Compare
Choose a tag to compare

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

04 Nov 11:45
v0.5.6
0e84be6
Compare
Choose a tag to compare

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

10 Oct 10:30
v0.5.5
c7ef0a4
Compare
Choose a tag to compare

What's Changed

  • fix(manager): relax enrichment failure by @nobe4 in #205

Full Changelog: v0.5.4...v0.5.5

v0.5.4

08 Oct 07:32
v0.5.4
9e2382b
Compare
Choose a tag to compare

What's Changed

  • feat(tag): add tag action by @nobe4 in #202
  • feat(root): display tags and filter by tag by @nobe4 in #203
  • fix(gh): accept url.Error to retry by @nobe4 in #204

Full Changelog: v0.5.3...v0.5.4

v0.5.3

03 Oct 21:08
v0.5.3
b8a2ea5
Compare
Choose a tag to compare

What's Changed

  • feat(json): implement json action for the REPL by @nobe4 in #193
  • feat(type): add discussion type for pretty rendering by @nobe4 in #194
  • fix(open): don't open if there's no HtmlUrl by @nobe4 in #195

Full Changelog: v0.5.2...v0.5.3

v0.5.2

02 Oct 19:13
v0.5.2
090e4b5
Compare
Choose a tag to compare

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

29 Sep 22:03
v0.5.1
e457c51
Compare
Choose a tag to compare

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

28 Sep 17:13
v0.5.0
02d04e1
Compare
Choose a tag to compare

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