Skip to content

Commit 89e24d9

Browse files
committed
Move changelog to a dedicated file
1 parent b0c5da3 commit 89e24d9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)