Skip to content

Commit

Permalink
update changelog, todo, and some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover committed May 31, 2024
1 parent 4d879b2 commit 3818876
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## [1.0.0-pre1] - 2024-05-29
## [1.0.0] - 2024-05-30

- [x] move away from `rsautogui` so we can use the mouse better
- [x] generally use windows dependent crates less
- [x] so many more things
- [x] officially support osx and linux

10:56:42 PM, 5/29/2024 (UTC-5)
11:07:34 PM, 5/30/2024 (UTC-5)
28 changes: 28 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LegalCopyright = "Copyright © callmeclover 2024"
OriginalFilename = "stupid robot nuisance"

[dependencies]
enigo = "0.2.1"
enigo = {version = "0.2.1", features = ["x11rb"]}
screenshots = "0.8.6"
tts = { version = "0.26.0", features = ["speech_dispatcher_0_11"], default-features = false }
rand = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- [ ] testing
- [x] windows tests
- [ ] linux tests
- [ ] macos tests
- [x] macos tests
- [ ] platform parity
- [x] windows
- [ ] linux
Expand Down

0 comments on commit 3818876

Please sign in to comment.