Skip to content

Releases: miniben-90/x-win

v3.5.0: Merge pull request #92 from miniben-90/issue-89

12 Apr 09:29
12ba347

Choose a tag to compare

fix(linux): Issues #89 #90 #91 Correction wrong function called  + fix missing attribute for empty info + rework data convert

rust-v5.7.0

12 Apr 07:53
12ba347

Choose a tag to compare

What's Changed

  • Fix issue #89: wrong method called for is_installed_extension() on Wayland, which was calling the disable_extension() method
  • Fix issue #90: Rework is_installed_extension() and is_enabled_extension() by using the state value to check whether the extension is installed and enabled
  • Fix issue #91: Replace all recovery logic with the use of get and and_then methods to safely parse values, avoiding panic errors

New Contributors

  • @daniel-sc for reporting the issues and suggesting solutions

Full Changelog: rust-v5.6.1...rust-v5.7.0

napi-v3.5.0

12 Apr 09:23
12ba347

Choose a tag to compare

What's Changed

  • Fix issue #89: wrong method called for is_installed_extension() on Wayland, which was calling the disable_extension() method
  • Fix issue #90: Rework is_installed_extension() and is_enabled_extension() by using the state value to check whether the extension is installed and enabled
  • Fix issue #91: Replace all recovery logic with the use of get and and_then methods to safely parse values, avoiding panic errors

New Contributors

  • @daniel-sc for reporting the issues and suggesting solutions

Full Changelog: napi-v3.4.1...napi-v3.5.0

v3.4.1

02 Apr 08:12

Choose a tag to compare

fix(node): Remove node v18 EoL

rust-v5.6.1

02 Apr 07:55

Choose a tag to compare

What's Changed

  • Fix process name sometimes being wrong for UWP apps by @diogotr7 in #87

New Contributors

Full Changelog: rust-v5.6.0...rust-v5.6.1

napi-v3.4.1

02 Apr 08:06

Choose a tag to compare

What's Changed

  • Fix process name sometimes being wrong for UWP apps by @diogotr7 in #87

New Contributors

Full Changelog: napi-v3.4.0...napi-v3.4.1

rust-v5.6.0

26 Mar 16:55
c307a60

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rust-v5.5.0...rust-v5.6.0

napi-v3.4.0

26 Mar 17:08
c307a60

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...napi-v3.4.0

v3.3.0

22 Jan 10:54

Choose a tag to compare

fix(ci-napi): limit upload artifacts for universal darwin node

napi-v3.3.0

22 Jan 10:40

Choose a tag to compare

What's Changed

Breaking Change

  • [win32] Replacing the value of id to use pwnd.0 as the id of the window instead of using the process id (contribution from BharathxD)

Feature

  • Add toObject function to WindowInfo class

Full Changelog: napi-v3.2.0...napi-v3.3.0