Skip to content

Commit 8a474bb

Browse files
authored
Merge pull request #15 from hovancik/feature/0.1.0
v0.1.0
2 parents 55b26fa + 2bf44da commit 8a474bb

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

app/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -30,8 +30,8 @@
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": {

0 commit comments

Comments
 (0)