Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv authored Jun 4, 2024
1 parent cd910df commit b890997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

# 0.2.1
## Changed
all: Use serde(default) to make the serialized strings less verbose
- all: Use serde(default) to make the serialized strings less verbose

## Added
all: Serialized tokens can be less verbose because serde aliases were added
win, macOS: Allow marking events that were created by enigo. Have a look at the additional field of the `Settings` struct and the new method `get_marker_value` of the `enigo` struct (only available on Windows and macOS)
all: The enums `Button`, `Direction`, `Axis` and `Coordinate` implement `Default`
- all: Serialized tokens can be less verbose because serde aliases were added
- win, macOS: Allow marking events that were created by enigo. Have a look at the additional field of the `Settings` struct and the new method `get_marker_value` of the `enigo` struct (only available on Windows and macOS)
- all: The enums `Button`, `Direction`, `Axis` and `Coordinate` implement `Default`

## Fixed
windows: The `move_mouse` function moves the mouse to the correct absolute coordinates again
- windows: The `move_mouse` function moves the mouse to the correct absolute coordinates again

# 0.2.0

Expand Down

0 comments on commit b890997

Please sign in to comment.