Skip to content

Releases: juanwolf/gomodoro

v0.2.0

04 Mar 23:42
bebc013
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

Features

400d132 ✨(core): Add version flag on root command
7fb7621 ✨(config): Deactivate outputs by removing their section
b486529 ✨(config): Add lock file as config parameter
3b39184 ✨(core): Add stop command
5e86a77 ✨(output): Set expiration on slack status
6216455 ✨(core): Add message flag
8599ec4 ✨(output): Add slack output
2abc47a ✨(core): Add signals handling

Fixes

cd64378 🐛(core): Fix --config parameter
c594996 🐛(core): Fix help using legacy name
d16db48 🐛(output): Fix stdout bar with refresh_rate

Others

586a692 ✅(timer): Add tests
0ffb86e 📝(README): Add more detail in Slack config
ba131c5 👷(): Fix test step
5af48b6 👷(): Remove vendor only

v0.1.1

10 Feb 15:05
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changelog

Features

dc43a91 ✨(cmd): Add break command

Fixes

2eefbc0 🐛(output): Display time left and not time spent.

Others

3eb9527 🔧(makefile): Fix binary name

v0.1.0

09 Feb 23:07
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

Features

6472524 ✨(file): Add file output
dc3b2e7 🎉(): Init project

Others

f724392 📝(license): Add License
e0e57bb 📝(): Add Readme
4a8f728 🔧(git): Add gitignore
fa67956 👷(releaser): Add GoReleaser
dff3aa4 👷(ci): Add drone