Skip to content

Commit d989d34

Browse files
author
Ian Prest
committed
Bumped version to v0.13; updated CHANGELOG
1 parent 051e29e commit d989d34

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
___Version 0.13:___ Jul 27, 2015
2+
* Big changes to the UI for entering text legends:
3+
* Nobody understood the centering checkboxes... they're gone now.
4+
* You can now put text legends in any position, in any combination.
5+
* You can override the color & font-size on any legend, in any combination.
6+
* The alignment flags are still used in the raw-data; should be fully
7+
backwards-compatible with your old saved layouts.
8+
* Added the ability to make keys into "homing" keys, which usually adds a "nub"
9+
to the key, except in SA/DSA where they render as a deep-dish key.
10+
* SA profile rendering tweaked to be slightly different from DSA (sits higher)
11+
* New OEM profile (renders the same as DCS).
12+
* Experimental SVG export!
13+
* No text labels, no homing-key support, not to scale
14+
* Fixed an issue generating bad permalinks (#83).
15+
* A bunch of under-the-hood changes to the code & engineering process to make
16+
future changes easier.
17+
118
___Version 0.12:___ Jul 5, 2015
219
* Added the ability to set different colors on each label.
320
* Useful for certain foreign-language keyboards that have multi-colored

kb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
var serializedTimer = false;
1919

2020
// The application version
21-
$scope.version = "0.12";
21+
$scope.version = "0.13";
2222

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

0 commit comments

Comments
 (0)