Releases: dimusic/active-win-pos-rs
Releases · dimusic/active-win-pos-rs
0.9.0
Breaking changes:
- Use DmwGetWindowAttribute on Windows (#34) - @zcanann
Windows version now uses DmwGetWindowAttribute
instead of GetWindowRect
, improving window position accuracy.
0.8.3
- Fix window titles with UTF-8 characters on Linux (#27)
0.8.2
- Fix build issue when using new MacOS 14 SDK (#24)
0.8.0
Breaking changes:
- Renamed
process_name
field to app_name
and added process_path
to ActiveWindow
struct. (#14 )
Changes:
- Implemented
Clone
, Default
and PartialEq
for ActiveWindow
and WindowPosition
(#17)
- Added support for UWP apps on Windows (#16)
- Updated dependencies
0.7.1
- Fixed wrong x/y coordinates on linux (#11)
0.7.0
What's Changed
Added process_name to the output