From e1071bda236e7bf9321af5d9312583e5d1b34ec8 Mon Sep 17 00:00:00 2001 From: Haobo Gu Date: Sun, 18 Feb 2024 18:16:38 +0800 Subject: [PATCH] doc(readme): update readme for version 0.1.4 Signed-off-by: Haobo Gu --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33657aac..b658f6c7 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ Keyboard firmware with layer/dynamic keymap/[vial](https://get.vial.today) suppo ## News -- [2024.01.26] 🎉[rmk-template](https://github.com/HaoboGu/rmk-template) is released! Now you can create your own keyboard firmware with a single command: `cargo generate --git https://github.com/HaoboGu/rmk-template` +- [2024.02.18] Version `0.1.4` is just released! This release contains a new [build script](https://github.com/HaoboGu/rmk/blob/main/boards/stm32h7/build.rs) for generating vial config, minor API update and a brand new [user documentation page](https://haobogu.github.io/rmk).
Click to checkout more news +- [2024.01.26] 🎉[rmk-template](https://github.com/HaoboGu/rmk-template) is released! Now you can create your own keyboard firmware with a single command: `cargo generate --git https://github.com/HaoboGu/rmk-template` + - [2024.01.18] RMK just released version `0.1.0`! By migrating to [Embassy](https://github.com/embassy-rs/embassy), RMK now has better async support, more supported MCUs and much easier usages than before. For examples using Embassy, check [`boards`](https://github.com/HaoboGu/rmk/tree/main/boards) folder!