Releases: kojiishi/monitor-input-rs
Releases · kojiishi/monitor-input-rs
v1.2.3
What's Changed
- Add expirations to the Windows toast notifications in #24
- Set
default-features=false
for toast-logger-win
in #25
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- winapp: Show toast notification when
-v
or when error in #22
- cargo update in #23
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Switch to
env_logger
and updated console output in #21
Internal
- internal: Add the "console" feature as the default feature in #20
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Features
- Add the windows subsystem app in #19
Also updated dependencies.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
API
- Change
contains
and contains_backend
to pub(crate)
by @kojiishi in #14
Docs and Tests
- Add doc examples to
input_source
and set_input_source
by @kojiishi in #13
Full Changelog: v1.0.0...v1.1.0