Releases: miniben-90/x-win
Releases · miniben-90/x-win
v3.5.0: Merge pull request #92 from miniben-90/issue-89
fix(linux): Issues #89 #90 #91 Correction wrong function called + fix missing attribute for empty info + rework data convert
rust-v5.7.0
What's Changed
- Fix issue #89: wrong method called for
is_installed_extension()on Wayland, which was calling thedisable_extension()method - Fix issue #90: Rework
is_installed_extension()andis_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
getandand_thenmethods 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
What's Changed
- Fix issue #89: wrong method called for
is_installed_extension()on Wayland, which was calling thedisable_extension()method - Fix issue #90: Rework
is_installed_extension()andis_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
getandand_thenmethods 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
fix(node): Remove node v18 EoL
rust-v5.6.1
napi-v3.4.1
rust-v5.6.0
What's Changed
- Replace Unwrap by @miniben-90 in #79
- add helium to browser bundle ids by @Onatcer in #85
New Contributors
Full Changelog: rust-v5.5.0...rust-v5.6.0
napi-v3.4.0
What's Changed
- Replace Unwrap by @miniben-90 in #79
- add helium to browser bundle ids by @Onatcer in #85
New Contributors
Full Changelog: v3.3.0...napi-v3.4.0
v3.3.0
fix(ci-napi): limit upload artifacts for universal darwin node
napi-v3.3.0
What's Changed
- [FEATURE] Migrate napi-rs from v2 to v3 by @miniben-90 in #58
- Update Deps version & clean unsafe decorator by @miniben-90 in #73
Breaking Change
- [win32] Replacing the value of id to use
pwnd.0as the id of the window instead of using the process id (contribution from BharathxD)
Feature
- Add
toObjectfunction toWindowInfoclass
Full Changelog: napi-v3.2.0...napi-v3.3.0