hwt/changelog.md

23 lines
662 B
Markdown
Raw Permalink Normal View History

2022-02-17 00:06:11 +03:00
# Changelog
## Unreleased
2022-02-20 16:59:15 +03:00
- feat(config): add auto restart option ([#14] by [@pleshevskiy])
2022-02-19 23:58:35 +03:00
- feat(win): use modal level for notifier and rest windows ([#13] by
[@pleshevskiy])
2022-02-18 23:47:42 +03:00
- feat(config): use toml config instead of hard-coded env ([#12] by
[@pleshevskiy])
- fix(delegate): propagate close_window cmd event forward ([#11] by
[@pleshevskiy])
## v0.2
2022-02-18 09:05:48 +03:00
- feat(win/status): add reset button ([#9] by [@pleshevskiy])
2022-02-18 00:15:52 +03:00
- feat(comp/timer): start timers manually ([#8] by [@pleshevskiy])
2022-02-17 23:16:56 +03:00
- feat(delegate): quit app after close main win ([#7] by [@pleshevskiy])
2022-02-17 09:39:50 +03:00
- feat(sound): add sounds for each timer ([#3] by [@pleshevskiy])
2022-02-17 00:06:11 +03:00
## v0.1
first public release