Skip to content

Commit e4d2cf4

Browse files
author
Ian Prest
committed
Bumped version to v0.15; updated CHANGELOG
1 parent 0ab14d8 commit e4d2cf4

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
___Version 0.15:___ Aug 4, 2015
2+
* Now using GitHub Gists for storage:
3+
* In order to save layouts, you now need to sign in to GitHub via OAuth.
4+
* Once signed in, clicking 'Save' will store your layout as a GitHub Gist.
5+
* Unlike before, if you modify your layout and save again, a new
6+
_revision_ of your Gist is created.
7+
* You can now share a link to your layout and it will be stable over time
8+
as you make edits to it.
9+
* All Gists are created as 'Private'; this means that nobody can see it
10+
unless you share the link.
11+
* If you make modifications to another user's layout and try to save, you
12+
will be prompted to create a "fork" under your own account.
13+
* The link between your copy and the original copy is maintained.
14+
* Note that you can only have one fork of any given layout; if you try
15+
to fork it a second time, you will end up overwriting your first fork
16+
(though history is maintained, so you won't lose any data). This appears
17+
to be a limitation in how GitHub Gists work.
18+
* Get a list of all your saved layouts; go to 'My Layouts' in the user menu.
19+
* "Star" & "Unstar" your favorite layouts; go to 'Starred Layouts' in the
20+
user menu to go back to layouts you previously starred.
21+
* New "background" options: (Thanks iandoug!)
22+
* You can now add a background 'texture' to your layout to simulate the
23+
look of various materials (e.g., wood, aluminum, etc.).
24+
* You can now set the corner radius of your layout to better simulate
25+
the look of non-rectangular keyboards.
26+
* You can now add 'decals' to your layout:
27+
* These are purely decorative additions to the layout, and have many uses
28+
(e.g., keyboard logos, 'caps lock' LEDs, labels, etc.)
29+
* They have many of the same formatting options as regular keycaps, but
30+
they don't render any keycap background.
31+
132
___Version 0.14:___ Aug 1, 2015
233
* Custom Styles
334
* You can now define custom styles for your keyboard using CSS

kb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
var customStylesTimer = false;
3030

3131
// The application version
32-
$scope.version = "0.14";
32+
$scope.version = "0.15";
3333

3434
// Github data
3535
$scope.githubClientId = $location.host() === "localhost" ? "8b7b224a9e212c5c17e2" : "631d93caeaa61c9057ab";

0 commit comments

Comments
 (0)