Skip to content

Commit

Permalink
⚾ v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emsk committed Sep 10, 2016
1 parent 54e3fcc commit 227be1c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 0.7.0 (2016-09-10)

### Production

* Enable to store a lot of settings
* Change timing of clearing sub notification
* Update animated GIF of Windows installer
* Fix whitespace in the settings window title
* Fix redundant save message
* Change CSS properties in alphabetical order
* Update to Electron 1.3.5
* Update notie dependency to 3.9.4
* Update node-notifier dependency to ^4.6.1

### Development

* Add version to suffix of installer filename
* Update electron-prebuilt dependency to 1.3.5
* Update electron-builder dependency to ~6.6.1
* Update spectron dependency to ~3.3.0
* Update mocha dependency to ^3.0.2
* Update eslint dependency to ^3.5.0
* Update csslint dependency to ^1.0.2
* Update textlint dependency to ^7.1.1

## 0.6.0 (2016-07-10)

### Production
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redmine-notifier",
"productName": "Redmine Notifier",
"version": "0.6.0",
"version": "0.7.0",
"description": "Redmine Notifier",
"main": "main.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bin/pack-mac.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd $(dirname $0)/..
$(npm bin)/build --mac --x64
mv './dist/mac/Redmine Notifier-0.6.0.dmg' ./dist/mac/RedmineNotifierSetup-0.6.0.dmg
mv './dist/mac/Redmine Notifier-0.7.0.dmg' ./dist/mac/RedmineNotifierSetup-0.7.0.dmg
2 changes: 1 addition & 1 deletion bin/pack-win.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd $(dirname $0)/..
$(npm bin)/build --win --x64
mv './dist/win/Redmine Notifier Setup 0.6.0.exe' ./dist/win/RedmineNotifierSetup-0.6.0.exe
mv './dist/win/Redmine Notifier Setup 0.7.0.exe' ./dist/win/RedmineNotifierSetup-0.7.0.exe
Binary file modified examples/redmine_notifier_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redmine-notifier",
"version": "0.6.0",
"version": "0.7.0",
"scripts": {
"start": "electron ./app/main.js",
"prepare": "./bin/prepare.sh",
Expand Down

0 comments on commit 227be1c

Please sign in to comment.