Skip to content

Releases: dhth/act3

v1.1.3

20 Aug 19:32
Compare
Choose a tag to compare

Changelog

  • 7ac07ae feat: retain workflow order from config

v1.1.2

20 Aug 15:14
Compare
Choose a tag to compare

Includes a minor fix to show correct date for workflows in tabular and HTML output format.

Changelog

  • cd4c3c9 fix: use correct date format

v1.1.1

18 Aug 14:12
Compare
Choose a tag to compare

Includes a minor wording change in act3's help text.

Changelog

  • 28981de fix: -f value in help text

v1.1.0

18 Aug 14:01
Compare
Choose a tag to compare

Changes

  • 🆕 - a new feature
  • 🔄 - change in behaviour

  • 🆕 - Tabular output using -f table
  • 🔄 - Check suite state/conclusion is listed for non-successful runs

Changelog

  • ec8aa2a feat: add tabular output (#7)
  • 3d79542 feat: show check suite state in tabular view
  • 703ace1 fix: use correct env var for deploy-docs
  • cd56118 style: align check suite state in tabular view

v1.0.0

17 Aug 12:46
8feffa8
Compare
Choose a tag to compare

Changes

  • ‼️ - breaking change
  • 🆕 - a new feature
  • 🔄 - change in behaviour

  • ‼️ - act3 now relies on gh for authentication, which means authenticating via the environment variable ACT3_ACCESS_TOKEN is no longer necessary. If gh is not available, authenticating via an env variable is still supported (via GH_TOKEN).
  • ‼️ - act3 now uses the repo associated with the current directory by default. Previous functionality (for fetching results for preset workflows configured via a config file) can still be achieved using the -g (stands for global) flag.
    Thanks to @slavaGanzin for the idea!
  • 🆕 - fetch results for a specific repository using -r
  • 🔄 - better highlighting for workflow runs, based on run conclusion

Changelog

  • ff6dbdc build: dependency upgrades
  • 0102ae6 build: update dependencies
  • 8f3ce8a build: upgrade to go 1.22.5
  • fdae7a0 chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#1)
  • bd557d8 chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 (#2)
  • 8feffa8 feat: use current repo by default (#5)

v0.4.0

28 Mar 17:29
Compare
Choose a tag to compare

Changelog

  • ce5fc26 feat: add support for custom urls

v0.3.0

28 Mar 15:10
Compare
Choose a tag to compare

Changelog

  • 3520c4c chore: clean up unused parts of graphql response

v0.2.1

27 Mar 17:32
Compare
Choose a tag to compare

Changelog

  • b2b78cb fix: use absolute date for HTML output

v0.2.0

27 Mar 16:26
Compare
Choose a tag to compare

Changelog

  • 57a0209 feat: more contextual output

v0.1.0

26 Mar 23:26
Compare
Choose a tag to compare

Changelog

  • d5c8fbc refactor: directory structure