diff --git a/README.md b/README.md index ec4da03..3aa992c 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,7 @@ Some of the more interesting ones include: # Installation *Note:* master serves as the development branch, things may occasionally break -between releases. Releases can be found in the -[stable](https://github.com/rvaiya/keyd/tree/stable) branch. +between releases. Releases are [tagged](https://github.com/rvaiya/keyd/tags), and should be considered stable. ## From Source diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 48aa2d6..c1efb8a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,14 +1,14 @@ # v2.4.0 - Fix macro timeouts - Allow timeouts to be used in conjunction with + (#181) - Add macro2() to allow for per-macro timeout values (#176) - Add command() to allow for command execution - Add [global] section - Improve unicode support - Add support for older kernels (#163) - Clear oneshot on click - Various bugfixes and enhancements + - Fix macro timeouts + - Allow timeouts to be used in conjunction with + (#181) + - Add macro2() to allow for per-macro timeout values (#176) + - Add command() to allow for command execution + - Add [global] section + - Improve unicode support + - Add support for older kernels (#163) + - Clear oneshot on click + - Various bugfixes and enhancements # v2.3.1-rc