Releases: mob-timer/mob-timer
Releases · mob-timer/mob-timer
v1.11.0
- Fix enable when all disabled (#84)
- Developer happiness with app reloads (#85)
- Update sinon to the latest version 🚀 (#88)
- Update eslint-plugin-node to the latest version 🚀 (#83)
- Upgrade eslint dependency to 6.8 (#91)
- Suggest npm ci over npm install to respect package-lock.json (#99)
- Travis ci build config warnings (#101)
v1.10.0
- Cleaner state (#74)
- Update eslint-plugin-jest to the latest version 🚀 (#78)
- Improve test coverage and simplify main.js (#77)
- Use dialog.showOpenDialog by using promise (#83)
- Avoid side scroll in config window (#82)
- Fix vulnerabilities with 'npm audit fix' (#81)
- Electron 7 (#80)
v1.9.0
- Update eslint-config-prettier to the latest version 🚀 (#58)
- Update eslint to the latest version 🚀 (#61)
- Update eslint-config-prettier to the latest version 🚀 (#63)
- Move script decisions to node and avoid hiding bad exit codes (#64)
- Update electron-packager to the latest version 🚀 (#60)
- Update electron to the latest version 🚀 (#65)
- Update eslint-plugin-node to the latest version 🚀 (#68)
- Ensure release artifacts work for win, linux and mac (#59)
- Fix vulnerability with 'npm audit fix' (#69)
v1.9.0-rc
Use tar -zcf for linux/mac instead of non-working cross-zip command
v1.8.0
- Layout timer window with css grid (#50)
- Test config window initialize (#53)
- Adjust theme (#52)
v1.7.2
- Zip instead of building installer (#49)
This was supposed to be in v1.7.0 but was accidentally not pushed. Tag v1.7.2 was created since v1.7.1 had an intermittent build error resulting in linux artefacts not being attached to the release.
v1.7.0
- Update eslint-plugin-node to the latest version 🚀 (#39)
- Avoid 5 vulnerabilities (#40)
- Increase config window size (#43)
- Move from mocha to jest (#44)
- Move from assert to expect (#46)
- Add generous eslint size rules (#47)
- Use zip instead of .tar.gz and .dmg (#48)
v1.6.0
- Normalize file endings (#32)
- Update mocha for working --watch (#33)
- Update nyc to the latest version 🚀 (#34)
- Co-locate tests (#31)
- Update electron to the latest version 🚀 (#35)
v1.5.0
- Same node version everywhere (#22)
- Configure eslint (#23)
- Solve 🐔 and 🥚 problem with electron node (#28)
- Warn if prettier format not followed (#29)
- Apply prettier (#30)
v1.4.0
- Move window snap details into window-snapper (#21)
- Coveralls (#18)
- Code coverage (#16)