Skip to content

Commit

Permalink
Bumped version t v0.12; updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Prest committed Jul 5, 2015
1 parent 24e8f87 commit 6d1d9ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
___Version 0.12:___ Jul 5, 2015
* Added the ability to set different colors on each label.
* Useful for certain foreign-language keyboards that have multi-colored
legends.
* The first label supplies the 'primary' color; any label that hasn't
overridden the color will use the first one.
* New color picker (more browser support than input type="color").
* Added color picker beside each label field.
* Can also drag from the palette to each of the label fields.
* Added a simple 'Options' dialog; contains options to change the default
move/size/rotate step sizes.
* New keyboard metadata fields: Keyboard Name, Author, and Notes
* Fixed a couple of serialization issues dealing with rotated clusters (#57, #61)
* Updated to newer versions of various libraries (Bootstrap, etc.)
* Some behind-the-scenes refactoring to improve code quality and maintainability.

___Version 0.11:___ Jul 1, 2015
* Added ability to upload & download raw data in JSON format
* This is "real" JSON, not the lenient JSON that the raw-data editor uses
Expand Down
2 changes: 1 addition & 1 deletion kb.js
Expand Up @@ -18,7 +18,7 @@
var serializedTimer = false;

// The application version
$scope.version = "0.11";
$scope.version = "0.12";

// The selected tab; 0 == Properties, 1 == Kbd Properties, 2 == Raw Data
$scope.selTab = 0;
Expand Down

0 comments on commit 6d1d9ef

Please sign in to comment.