File tree 2 files changed +18
-1
lines changed 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
___ Version 0.12:___ Jul 5, 2015
2
19
* Added the ability to set different colors on each label.
3
20
* Useful for certain foreign-language keyboards that have multi-colored
Original file line number Diff line number Diff line change 18
18
var serializedTimer = false ;
19
19
20
20
// The application version
21
- $scope . version = "0.12 " ;
21
+ $scope . version = "0.13 " ;
22
22
23
23
// The selected tab; 0 == Properties, 1 == Kbd Properties, 2 == Raw Data
24
24
$scope . selTab = 0 ;
You can’t perform that action at this time.
0 commit comments