-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d6dfbd
commit bd51ebd
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] | ||
### Added | ||
- Restart option to menu | ||
- Global settings (not working yet though) | ||
- Error dialog (so errors show to user, not just in devTools) | ||
- infoObj property to sounds ('key' or 'playlist') | ||
- Screenshot to ReadMe | ||
|
||
### Changed | ||
- Sound names on keys are slightly smaller | ||
- HTML gets app version from package.json | ||
- ReadMe information update | ||
- More thoroughly documented previous code | ||
|
||
### Fixed | ||
- Color setting is hidden for playlist items | ||
- App quits when window is closed | ||
- Errors no longer thrown for trying to play/open settings on key with no sound | ||
- Cleaned ' out of sound ids (was breaking playlist) | ||
|
||
|
||
|
||
## [0.1.0] - 2017-01-11 | ||
- init |