We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb968c commit 2f55caeCopy full SHA for 2f55cae
README.md
@@ -19,7 +19,7 @@ is an attempt to render these custom keycap sets as accurately as possible
19
History
20
-------
21
22
-___Version 0.10:___ (not yet released)
+___Version 0.10:___ Nov 12, 2013
23
* Added support for rotated key clusters.
24
* Each key has a rotation angle and center-of-rotation.
25
* Keys with the same angle/CoR are grouped together into a "custer" for the
kb.js
@@ -18,7 +18,7 @@
18
var serializedTimer = false;
// The application version
- $scope.version = "0.9";
+ $scope.version = "0.10";
// The selected tab; 0 == Properties, 1 == Kbd Properties, 2 == Raw Data
$scope.selTab = 0;
0 commit comments