Skip to content

Commit

Permalink
Version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Sep 6, 2016
1 parent 36387cb commit 5dec9e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 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/strechly/compare/1a4817679dc840716ae7694c1bbb1f357a571097...HEAD
[Unreleased]: https://github.com/hovancik/strechly/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/hovancik/strechly/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 strechly v0.0.0</title>
<title>About strechly v0.0.1</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": "strechly",
"version": "0.0.0",
"version": "0.0.1",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strechly",
"version": "0.0.0",
"version": "0.0.1",
"description": "break time reminder app",
"scripts": {
"start": "electron ./app --enable-logging --remote-debugging-port=9222",
Expand Down

0 comments on commit 5dec9e2

Please sign in to comment.