Skip to content

Releases: fumeapp/taskin

v0.1.8

28 Aug 00:38
a8b279a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

27 May 00:52
2e6119e
Compare
Choose a tag to compare

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

20 May 23:40
867de39
Compare
Choose a tag to compare

What's Changed

  • ⬆️ fix mergo conflict and update deps by @acidjazz in #7

Full Changelog: v0.1.5...v0.1.6

v0.1.5

20 May 22:48
1871e59
Compare
Choose a tag to compare

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:

image

After:

image

v0.1.4

11 May 00:33
76c8c2f
Compare
Choose a tag to compare

What's Changed

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

v0.1.3 - no progress bars for CI

08 May 02:30
446700b
Compare
Choose a tag to compare

What's Changed

  • 💚 kill progress bars for actions by @acidjazz in #3

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

v0.1.2

06 May 08:29
Compare
Choose a tag to compare
  • 💚 Updated all tests

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

Github Action Friendly

06 May 06:40
Compare
Choose a tag to compare

✅ Support for Github Actions by only painting upon completion/failure

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 May 02:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/fumeapp/taskin/commits/v0.1.0