diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5a7e3eb..e97368425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ version 0.2.0, thus covering only a fraction of the project’s history. ## [Unreleased] Nothing yet. +## [Version 0.5.1] - 2019-10-16 +### Fixed +- Added a parser for one more of `dmote-keycap`’s parameters (`supported`), + thus allowing supports to be turned off for keycap models rendered through + this application. + ## [Version 0.5.0] - 2019-07-21 ### Changed - Secondary aliases (`secondaries`) are now a map and case `tweaks` are @@ -248,7 +254,8 @@ Nothing yet. - Removed a dependency on `unicode-math`. The requisite version of the library had not been deployed to Clojars and its use was cosmetic. -[Unreleased]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.5.0...HEAD +[Unreleased]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.5.1...HEAD +[Version 0.5.1]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.5.0...dmote-v0.5.1 [Version 0.5.0]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.4.0...dmote-v0.5.0 [Version 0.4.0]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.3.0...dmote-v0.4.0 [Version 0.3.0]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.2.0...dmote-v0.3.0 diff --git a/project.clj b/project.clj index 5c72c61d7..e80694d33 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dactyl-keyboard "0.5.0" +(defproject dactyl-keyboard "0.5.1" :description "A parametrized, split-hand, concave, columnar, ergonomic keyboard" :url "http://viktor.eikman.se/article/the-dmote/" :license {:name "GNU Affero General Public License" diff --git a/src/dactyl_keyboard/param/schema.clj b/src/dactyl_keyboard/param/schema.clj index d067d9a32..f2698897c 100644 --- a/src/dactyl_keyboard/param/schema.clj +++ b/src/dactyl_keyboard/param/schema.clj @@ -99,7 +99,8 @@ :bowl-plate-offset num :skirt-length num :skirt-thickness num - :slope num}))) + :slope num + :supported boolean}))) (def named-secondary-positions (map-of