Skip to content

Releases: eberkund/foreplay

v0.4.1

23 Sep 06:19
Compare
Choose a tag to compare

Changelog

798fe93 Add CI badge
99402d8 Add GitHub Actions
8dd6886 Add SVG
d7ad814 Add Windows install instructions
4fb1f1d Add Windows install instructions
5bb5a76 Add back parallel run
555fc1c Add badge
6cb06f1 Add colors
275cfaf Add comment, used named return
1e24b6b Add deb
01cec6a Add goreleaser
00489f8 Add license
62b5ba8 Add missing comments
2b56e54 Add more commands
179118d Add parameter for codecov
eea9709 Add remove cmd (#15)
c52c8d8 Add scoop package
07754ad Add spinners to table
c2b7c4c Add test (#6)
6358d97 Add test assertion
f47ef8c Add version to snap (#11)
4718f02 Check for cygwin
b047f9d Check multiple shells to find one to execute in, use type alias instead of string
e6a5295 Cleanup
99e63a7 Cleanup
7c50e4b Cleanup README
20c9cc3 Cleanup commands
454c328 Code coverage
98a0d40 Code coverage
a78cca4 Code coverage (#2)
8ab8d00 Delete debug command
6cba0ac Delete test
9b9e619 Final println
221be90 First commit
5393b01 Fix Windows escape sequences, add test
2c41a57 Fix Windows issues
fd4d9b6 Fix homebrew release
f05f643 Fix linter
dc24038 Fix missing screenshot.png
09a7ff8 Fix spinner
8d95f40 Fix version
52334a0 Fixed spinner
d16436c Getting pwd unnecessary
6bf9e47 Hide the cursor
bc9b80c Ignore keyboard input while spinning (#18)
f9e9013 Increase code coverage
edadf55 Investigate windows (#3)
2d2e077 Make spinners optional (#1)
a88aded Merge branch 'master' of github.com:eberkund/foreplay
276f10f Merge branch 'master' of github.com:eberkund/foreplay
93567ca Merge branch 'master' of github.com:eberkund/foreplay
7788d39 Multispinner
242630a Packaging scripts (#10)
3e77b0d Publishing fixes
328daba Rearrange stuff (#12)
bef86f5 Rearrange variable
88b0fff Remove os.Exit mock
1167c9d Remove snap build from GH actions
dfba5ed Remove unused file
a03630b Remove unused function
b2c9cd9 Spinner test coverage (#5)
d5c00d4 Table output
e4c845c Test
8e0c44b Test FOREPLAY_SKIP_HOOKS
b54bb0d Test cannot find shell
98111d9 Test commands (#8)
acadc20 Test commit
69f2ef1 Test coverage and replace log.Panic with log.Fatal
c9d2153 Test root command
e504dc2 Update .foreplay.yml
3fa0145 Update README
e579105 Update README.md
bfdcc75 Update README.md
9b5c3fc Update README.md
cc18d07 Update README.md
65f1b7c Update animation
b954154 Update gitignore
d3fa932 Update init content
11d251b Update schema
0197b2e Update shell integration, fix linting errors
af333e5 Update snapcraft.yaml
53c7426 Update strings
b37748b Update token
0e16959 Use GitHub in module path (#16)
d7def1c Use core20 base
e317538 Use errgroup
43e3587 Use interactive terminal for Git Bash on Windows (#13)
9b6fb73 Use require instead of assert, remove check for impossible error
ff04531 Working

v0.4.0

23 Sep 05:58
Compare
Choose a tag to compare

Changelog

798fe93 Add CI badge
99402d8 Add GitHub Actions
8dd6886 Add SVG
d7ad814 Add Windows install instructions
4fb1f1d Add Windows install instructions
5bb5a76 Add back parallel run
555fc1c Add badge
6cb06f1 Add colors
275cfaf Add comment, used named return
1e24b6b Add deb
01cec6a Add goreleaser
00489f8 Add license
62b5ba8 Add missing comments
2b56e54 Add more commands
179118d Add parameter for codecov
eea9709 Add remove cmd (#15)
c52c8d8 Add scoop package
07754ad Add spinners to table
c2b7c4c Add test (#6)
6358d97 Add test assertion
f47ef8c Add version to snap (#11)
4718f02 Check for cygwin
b047f9d Check multiple shells to find one to execute in, use type alias instead of string
e6a5295 Cleanup
99e63a7 Cleanup
7c50e4b Cleanup README
20c9cc3 Cleanup commands
98a0d40 Code coverage
454c328 Code coverage
a78cca4 Code coverage (#2)
8ab8d00 Delete debug command
6cba0ac Delete test
9b9e619 Final println
221be90 First commit
5393b01 Fix Windows escape sequences, add test
2c41a57 Fix Windows issues
fd4d9b6 Fix homebrew release
dc24038 Fix missing screenshot.png
09a7ff8 Fix spinner
8d95f40 Fix version
52334a0 Fixed spinner
d16436c Getting pwd unnecessary
6bf9e47 Hide the cursor
bc9b80c Ignore keyboard input while spinning (#18)
f9e9013 Increase code coverage
edadf55 Investigate windows (#3)
2d2e077 Make spinners optional (#1)
276f10f Merge branch 'master' of github.com:eberkund/foreplay
a88aded Merge branch 'master' of github.com:eberkund/foreplay
93567ca Merge branch 'master' of github.com:eberkund/foreplay
7788d39 Multispinner
242630a Packaging scripts (#10)
3e77b0d Publishing fixes
328daba Rearrange stuff (#12)
bef86f5 Rearrange variable
88b0fff Remove os.Exit mock
1167c9d Remove snap build from GH actions
dfba5ed Remove unused file
a03630b Remove unused function
b2c9cd9 Spinner test coverage (#5)
d5c00d4 Table output
e4c845c Test
8e0c44b Test FOREPLAY_SKIP_HOOKS
b54bb0d Test cannot find shell
98111d9 Test commands (#8)
acadc20 Test commit
69f2ef1 Test coverage and replace log.Panic with log.Fatal
c9d2153 Test root command
e504dc2 Update .foreplay.yml
3fa0145 Update README
cc18d07 Update README.md
e579105 Update README.md
bfdcc75 Update README.md
9b5c3fc Update README.md
65f1b7c Update animation
b954154 Update gitignore
d3fa932 Update init content
11d251b Update schema
0197b2e Update shell integration, fix linting errors
af333e5 Update snapcraft.yaml
53c7426 Update strings
b37748b Update token
0e16959 Use GitHub in module path (#16)
d7def1c Use core20 base
e317538 Use errgroup
43e3587 Use interactive terminal for Git Bash on Windows (#13)
9b6fb73 Use require instead of assert, remove check for impossible error
ff04531 Working

v0.3.0

06 Jun 06:55
eea9709
Compare
Choose a tag to compare

Changelog

eea9709 Add remove cmd (#15)
cc18d07 Update README.md
d3fa932 Update init content
af333e5 Update snapcraft.yaml

v0.2.0

15 May 03:41
43e3587
Compare
Choose a tag to compare

Changelog

d7ad814 Add Windows install instructions
4fb1f1d Add Windows install instructions
275cfaf Add comment, used named return
f47ef8c Add version to snap (#11)
a88aded Merge branch 'master' of github.com:eberkund/foreplay
93567ca Merge branch 'master' of github.com:eberkund/foreplay
328daba Rearrange stuff (#12)
bef86f5 Rearrange variable
d7def1c Use core20 base
43e3587 Use interactive terminal for Git Bash on Windows (#13)

v0.1.1

03 May 21:01
Compare
Choose a tag to compare

Changelog

c52c8d8 Add scoop package
fd4d9b6 Fix homebrew release
e579105 Update README.md

v0.1.0

03 May 02:16
Compare
Choose a tag to compare

Changelog

8dd6886 Add SVG
1e24b6b Add deb
00489f8 Add license
62b5ba8 Add missing comments
c2b7c4c Add test (#6)
b047f9d Check multiple shells to find one to execute in, use type alias instead of string
7c50e4b Cleanup README
d16436c Getting pwd unnecessary
242630a Packaging scripts (#10)
3e77b0d Publishing fixes
88b0fff Remove os.Exit mock
1167c9d Remove snap build from GH actions
a03630b Remove unused function
b2c9cd9 Spinner test coverage (#5)
8e0c44b Test FOREPLAY_SKIP_HOOKS
b54bb0d Test cannot find shell
98111d9 Test commands (#8)
69f2ef1 Test coverage and replace log.Panic with log.Fatal
c9d2153 Test root command
65f1b7c Update animation
b37748b Update token
9b6fb73 Use require instead of assert, remove check for impossible error

v0.0.2

30 Apr 18:48
Compare
Choose a tag to compare

Changelog

6358d97 Add test assertion

v0.0.1

28 Apr 21:27
Compare
Choose a tag to compare

Changelog

Initial release