Releases: fumeapp/taskin
Releases · fumeapp/taskin
v0.1.8
v0.1.7
t.HideView
will clear the stage when you need to do things like prompt the user
Task: func(t *taskin.Task) error {
t.HideView = true
if err := PromptForInput(); err != nil {
t.HideView = false
return err
}
t.HideView = false
t.Title = "Input received"
return nil
}
What's Changed
Full Changelog: v0.1.6...v0.1.7
Dep updates and mergo fix
What's Changed
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
-
🥅 we are not properly rendering errors in CI mode by @acidjazz in #5
-
Properly chain errors from tasks to the main runner
-
Strip all escape codes for CI mode to remove all odd characters
-
make sure tasks render on error and not just on completion
Full Changelog: v0.1.4...v0.1.5
Before:
After:
v0.1.4
v0.1.3 - no progress bars for CI
v0.1.2
- 💚 Updated all tests
Full Changelog: v0.1.1...v0.1.2
Github Action Friendly
✅ Support for Github Actions by only painting upon completion/failure
Full Changelog: v0.1.0...v0.1.1