diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d775a9d9..5c3574006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ This log follows the conventions of version 0.2.0, thus covering only a fraction of the project’s history. ## [Unreleased] +Nothing yet. +## [Version 0.7.0] - 2021-04-10 ### Changed - Switched the default build target (with GNU Make) from the DMOTE to the Dactyl-ManuForm. @@ -617,7 +619,8 @@ configuration files. Salient points: - 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.6.0...HEAD +[Unreleased]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.7.0...HEAD +[Version 0.7.0]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.6.0...dmote-v0.7.0 [Version 0.6.0]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.5.1...dmote-v0.6.0 [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 diff --git a/README.md b/README.md index f5928b2a3..a9fd5c134 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ files of parameters, you can change: Here are two of the application’s bundled designs for concave, columnar, ergonomic keyboards, as examples of what you can do: -[![Image of the second working Concertina](https://viktor.eikman.se/image/concertina-2-front-view/display)](https://viktor.eikman.se/gallery/the-concertina/) +[![Image of the second working +Concertina](https://viktor.eikman.se/image/concertina-2-front-view/display)](https://viktor.eikman.se/gallery/the-concertina/) ⤤ The [Concertina](https://viktor.eikman.se/article/the-concertina/), a diploid keyboard with 20 thumb keys and 3 assortment drawers. diff --git a/project.clj b/project.clj index a41f5240a..af90ce6c3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dactyl-keyboard "0.7.0-SNAPSHOT" +(defproject dactyl-keyboard "0.7.0" :description "A parametrized keyboard design tool" :url "https://viktor.eikman.se/article/the-dmote/" :license {:name "GNU Affero General Public License"