Skip to content

Releases: nobe4/gh-not

v0.2.5

06 Jul 08:55
05c0562
Compare
Choose a tag to compare

What's Changed

  • docs(readme): add ci and docs badge by @nobe4 in #79
  • feat(dependabot): create dependabot config by @nobe4 in #80
  • chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #81
  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #84
  • chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.5 by @dependabot in #82
  • chore(deps): bump github.com/itchyny/gojq from 0.12.15 to 0.12.16 by @dependabot in #83
  • feat(jq,rule): tests and advanced filters by @nobe4 in #87
  • fix(cmd): run manager.save only on commands that load and change it by @nobe4 in #90
  • chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 by @dependabot in #88

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

23 Jun 13:09
2c55ec8
Compare
Choose a tag to compare

What's Changed

  • fix(config): write only config's data to disk by @nobe4 in #76
  • refactor(commands): various small improvements for the commands organization by @nobe4 in #77
  • fix(config): struct annotation correction by @nobe4 in #78

Full Changelog: v0.2.3...v0.2.4

v0.2.3

23 Jun 00:04
1090ba8
Compare
Choose a tag to compare

What's Changed

  • tests(gh): write some tests around HTTP handling by @nobe4 in #70
  • feat(gh): protect against all decoding errors by @nobe4 in #71
  • feat(view): fixed size view by @nobe4 in #72
  • docs(config): add documentation for various types by @nobe4 in #73

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Jun 10:30
5b6bf40
Compare
Choose a tag to compare

What's Changed

  • fix(actors): add space after the actor's verb by @nobe4 in #68
  • feat(config): use viper for configuration with default values by @nobe4 in #69

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Jun 08:39
6b03b2f
Compare
Choose a tag to compare

What's Changed

  • fix(views): add conditional preventing failure on missing config by @nobe4 in #60
  • feat(gh): don't enrich Done notifications by @nobe4 in #65
  • feat(manager): don't apply rules on Done notifications by @nobe4 in #66

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jun 11:32
16b4824
Compare
Choose a tag to compare

What's Changed

  • refactor(log): simplify logging and notification debug rendering by @nobe4 in #56
  • refactor(notifications): rename ToDelete to Done by @nobe4 in #57

Breaking Change

  • Meta.ToDelete is now Meta.Done

Full Changelog: v0.1.5...v0.2.0

v0.1.5

15 Jun 09:54
916afa6
Compare
Choose a tag to compare

What's Changed

  • feat(version): improve version display by @nobe4 in #52
  • feat(ci): check for deadcode by @nobe4 in #53
  • feat(notifications): implement a better sync'ing logic by @nobe4 in #55

Full Changelog: v0.1.4...v0.1.5

v0.1.4

12 Jun 23:14
4c5f866
Compare
Choose a tag to compare

Thanks @offbyone for reporting #42

What's Changed

  • feat(repl): add paginator view by @nobe4 in #40
  • Update issue templates by @nobe4 in #43
  • refactor(keymap): simplify the keymap by using the name as help by @nobe4 in #45
  • feat(ci): create ci workflow by @nobe4 in #46
  • fix(ci): fix CI using GitHub's editor by @nobe4 in #47
  • feat(ci): run on ubuntu only by @nobe4 in #49
  • feat(config,cache): ensure parent folder exists by @nobe4 in #44

Full Changelog: v0.1.3...v0.1.4

v0.1.3

12 Jun 08:36
1622ac1
Compare
Choose a tag to compare

What's Changed

  • docs(README): add section about running sync automatically by @nobe4 in #30
  • feat(config): add --init flag by @nobe4 in #32
  • feat(notifications): add read status in output by @nobe4 in #33
  • feat(gh,config): config for all notifications and retry/page count by @nobe4 in #34
  • feat(config, repl): configurable keymap by @nobe4 in #37
  • docs(config): simplify documentation and init flag by @nobe4 in #39

Full Changelog: v0.1.2...v0.1.3

v0.1.2

11 Jun 18:01
902b57e
Compare
Choose a tag to compare

What's Changed

  • refactor: use io.Writer in actors by @nobe4 in #26
  • feat(actor,notifications): open notification from the subject URL by @nobe4 in #29

Full Changelog: v0.1.1...v0.1.2