File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed
Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88### Added
9+
10+ ## [ 0.1.0] - 2016-09-26
11+ ### Added
12+ - update npm packages
913- rename strechly to stretchly (grammar, yay!)
1014- allows only one instance of app
1115- settings for microbreak (duration, interval)
1216- 5 color scheme
1317
14- ## 0.0.1 - 2016-09-06
18+ ## [ 0.0.1] - 2016-09-06
1519### Added
1620- simple electron app with break reminder after 10 minutes
1721- randomized reminders (without repetition)
1822- startup window
1923- resume/pause functionality for reminder
2024- scripts for creating installers for OS X, Windows, Linux
2125
22- [ Unreleased ] : https://github.com/hovancik/stretchly/compare/v0.0.1...HEAD
26+ [ Unreleased ] : https://github.com/hovancik/stretchly/compare/v0.1.0...HEAD
27+ [ 0.1.0 ] : https://github.com/hovancik/stretchly/compare/v0.0.1...v0.1.0
2328[ 0.0.1 ] : https://github.com/hovancik/stretchly/compare/1a4817679dc840716ae7694c1bbb1f357a571097...v0.0.1
Original file line number Diff line number Diff line change 22< html >
33 < head >
44 < meta charset ="UTF-8 ">
5- < title > About stretchly v0.0.1 </ title >
5+ < title > About stretchly v0.1.0 </ title >
66 < link rel ="stylesheet " type ="text/css " href ="css/app.css ">
77 </ head >
88 < body >
Original file line number Diff line number Diff line change 11{
22 "name" : " stretchly" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " break time reminder app" ,
55 "main" : " main.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " stretchly" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " break time reminder app" ,
55 "scripts" : {
66 "start" : " electron ./app --enable-logging --remote-debugging-port=9222" ,
3030 "homepage" : " https://hovancik.net/stretchly" ,
3131 "devDependencies" : {
3232 "chai" : " ^3.5.0" ,
33- "electron" : " ^1.3.4 " ,
34- "electron-builder" : " ^5.34.1 " ,
33+ "electron" : " ^1.4.1 " ,
34+ "electron-builder" : " ^7.9.0 " ,
3535 "mocha" : " ^3.0.2"
3636 },
3737 "build" : {
You can’t perform that action at this time.
0 commit comments