Skip to content

Commit

Permalink
Merge pull request #15 from hovancik/feature/0.1.0
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
hovancik authored Sep 25, 2016
2 parents 55b26fa + 2bf44da commit 8a474bb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

## [0.1.0] - 2016-09-26
### Added
- update npm packages
- rename strechly to stretchly (grammar, yay!)
- allows only one instance of app
- settings for microbreak (duration, interval)
- 5 color scheme

## 0.0.1 - 2016-09-06
## [0.0.1] - 2016-09-06
### Added
- simple electron app with break reminder after 10 minutes
- randomized reminders (without repetition)
- startup window
- resume/pause functionality for reminder
- scripts for creating installers for OS X, Windows, Linux

[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.0.1...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/hovancik/stretchly/compare/v0.0.1...v0.1.0
[0.0.1]: https://github.com/hovancik/stretchly/compare/1a4817679dc840716ae7694c1bbb1f357a571097...v0.0.1
2 changes: 1 addition & 1 deletion app/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>About stretchly v0.0.1</title>
<title>About stretchly v0.1.0</title>
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.0.1",
"version": "0.1.0",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.0.1",
"version": "0.1.0",
"description": "break time reminder app",
"scripts": {
"start": "electron ./app --enable-logging --remote-debugging-port=9222",
Expand Down Expand Up @@ -30,8 +30,8 @@
"homepage": "https://hovancik.net/stretchly",
"devDependencies": {
"chai": "^3.5.0",
"electron": "^1.3.4",
"electron-builder": "^5.34.1",
"electron": "^1.4.1",
"electron-builder": "^7.9.0",
"mocha": "^3.0.2"
},
"build": {
Expand Down

0 comments on commit 8a474bb

Please sign in to comment.