We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c5da3 commit 89e24d9Copy full SHA for 89e24d9
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# ChangeLog
2
+This project is now refactored. (from v1.0.0)
3
+
4
+Changes:
5
+- Rewritten in pure C99
6
+- No external dependencies
7
+- Uses a lot less memory & no dynamic memory allocation
8
9
+Breaking Changes:
10
+- `recorder` removed because it's irrelevant. It will become a separate project
11
+- Command chaining and `sleep` are removed because this should be your shell's job
12
+- `ydotool` now must work with `ydotoold`
13
+- Usage of `click` and `key` are changed
14
15
+Good News:
16
+- Some people can finally build this project offline
17
+- `key` now (only) accepts keycodes, so it's not limited to a specific keyboard layout
18
+- Now it's possible to implement support for different keyboard layouts in `type`
0 commit comments