Releases: miniben-90/x-win
Releases · miniben-90/x-win
v2.1.0: chore(package.json,Cargo.toml): updating deps.
doc(lib.rs): Add information about new param for `subscribeActiveWindow`
napi-v2.1.0
What's Changed
- [FEATURE] add an optional param into subscribeActiveWindow() to control sleep interval. by @youngifif in #45
New Contributors
- @youngifif made their first contribution in #45
Full Changelog: napi-v2.0.3...napi-v2.1.0
rust-v3.0.0
Breaking change
Global
- Minimal Rust version define to
1.60.0
MacOS
- Change
objc
forobjc2
cocoa-foundation
removed
Feature
MacOS
- Add
macos_permission
feature to enablecheck_screen_record_permission
andrequest_screen_record_permission
functions
Full Changelog: rust-v2.0.2...rust-v3.0.0
v2.0.3
fix(ci-napi): Remove prepublishOnly
napi-v2.0.3
What's Changed
- [FIX] Crash when try to recover bundle identifier with Darwin
Full Changelog: v2.0.0...napi-v2.0.3
v2.0.0
BREAKING CHANGE
- The
url
attribute is now a getter. This modification optimizes data retrieval time when using theopenWindows
function.
Fix
- Change build CI to make the Node.js package compatible with
glibc >= 2.18
for GNU version
Changelog
Full Changelog: v1.10.3...v2.0.0
v1.10.3
What's Changed
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #33
- Update deps by @miniben-90 in #34
Full Changelog: v1.10.2...v1.10.3
v1.10.2
Correction to documentations
v1.10.1
What's Changed
- [FEATURE] split napi-rs part and data recovery for Rust project by @miniben-90 in #31
Full Changelog: 1.10.0...v1.10.1
v1.10.0
fix(linux): forget to add get_icon for gnome > 45