Skip to content

Releases: wwsean08/gh-gh-status

v0.3.0

19 May 22:29
Compare
Choose a tag to compare

Changelog

  • 4f58e67 feat: handle networking failures gracefully instead of crashing

v0.2.1

19 May 04:49
Compare
Choose a tag to compare

Changelog

  • d07140d Bump github.com/pterm/pterm from 0.12.59 to 0.12.61
  • 166cfba Merge pull request #5 from wwsean08/dependabot/go_modules/github.com/pterm/pterm-0.12.61

v0.2.0

15 May 20:25
842a5b5
Compare
Choose a tag to compare

Changelog

  • 5283c4e Bump github.com/stretchr/testify from 1.8.0 to 1.8.2
  • 880b604 Create dependabot.yml
  • 952dc63 Merge pull request #2 from wwsean08/dependabot/go_modules/github.com/stretchr/testify-1.8.2
  • 47add2f Merge pull request #3 from wwsean08/unit-tests
  • 842a5b5 Merge pull request #4 from wwsean08/wordwrap-incident-url
  • 70a229c add unit tests and output coverage in CI
  • def97e4 chore: reorder imports to separate stdlib from non-stdlib
  • f426b76 feat: initial attempt at adding the incident URL and word wrapping
  • f877837 fix naming of pr workflow
  • 15fd164 fix: clear the incident url after incident is completed

v0.1.3

11 May 05:32
20822ec
Compare
Choose a tag to compare

Changelog

  • 20822ec Merge pull request #1 from wwsean08/user-agent
  • 949c8f3 add unit tests, create a pull request workflow, add custom user agent, and some other minor tweaks

v0.1.2

11 May 01:22
Compare
Choose a tag to compare

Changelog

  • 2267ee1 only go to full screen in watch mode

v0.1.1

11 May 01:00
Compare
Choose a tag to compare

Changelog

  • 348ea63 actually handle whether or not to watch the status

v0.1.0

11 May 00:52
Compare
Choose a tag to compare

Changelog

  • d1fd621 Setup CI
  • 43a8595 add the other two possible statuses according to the api and handle unknown
  • 44e8d8d convert timestamps to local time
  • 3a6b021 initial commit
  • edab510 minor refactor
  • 5e9f664 remove the word "at"
  • d9362b0 remove viper
  • 3a51938 sorta working app
  • 18409c3 wip: setup objects and query the status api