Skip to content

Releases: dimusic/active-win-pos-rs

0.9.0

31 Dec 18:52
Compare
Choose a tag to compare

Breaking changes:

  • Use DmwGetWindowAttribute on Windows (#34) - @zcanann
    Windows version now uses DmwGetWindowAttribute instead of GetWindowRect, improving window position accuracy.

0.8.4

20 Dec 00:24
Compare
Choose a tag to compare

0.8.3

29 Nov 23:14
Compare
Choose a tag to compare
  • Fix window titles with UTF-8 characters on Linux (#27)

0.8.2

20 Sep 04:31
Compare
Choose a tag to compare
  • Fix build issue when using new MacOS 14 SDK (#24)

0.8.0

18 May 00:25
Compare
Choose a tag to compare

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

20 Sep 01:26
Compare
Choose a tag to compare
  • Fixed wrong x/y coordinates on linux (#11)

0.7.0

12 Sep 03:45
Compare
Choose a tag to compare

What's Changed

Added process_name to the output

0.6

11 Aug 02:41
Compare
Choose a tag to compare
0.6

Changes

  • Added window title to the output
  • Bug fixes

Contributors

@gertdreyer
@MrSupiri
@omerdn1
@tillcarlos

Full Changelog: 0.5.0...0.6