File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1- # goclockify
1+ # CHANGELOG
2+
3+ ## [ v1.1.0] - 2020-07-28
4+
5+ ### Fixed
6+ - AUR build script (#1 )
7+
8+ ### Added
9+ - Ability to define custom key mapping
10+
11+ Please see [ upgrade notes] ( UPGRADE.md#from-100-to-110 ) .
212
313## [ v1.0.0] - 2020-07-17
414
515### Added
6- - Basic functionality.
16+ - Basic functionality
Original file line number Diff line number Diff line change 1+ # UPGRADE
2+
3+ ## From 1.0.0 to 1.1.0
4+
5+ ### Config
6+
7+ The old configuration file is not valid. Please remove it and restart ` goclockify `
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323// Version Application Version
2424const (
2525 AppName = "goclockify"
26- Version = "1.0 .0"
26+ Version = "1.1 .0"
2727)
2828
2929// FilePath Configuration file path
You canβt perform that action at this time.
0 commit comments