Releases: dhth/act3
Releases · dhth/act3
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Changes
- 🆕 - a new feature
- 🔄 - change in behaviour
- 🆕 - Tabular output using
-f table
- 🔄 - Check suite state/conclusion is listed for non-successful runs
Changelog
v1.0.0
Changes
‼️ - breaking change- 🆕 - a new feature
- 🔄 - change in behaviour
‼️ -act3
now relies on gh for authentication, which means authenticating via the environment variableACT3_ACCESS_TOKEN
is no longer necessary. Ifgh
is not available, authenticating via an env variable is still supported (viaGH_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)