Skip to content

Releases: miniben-90/x-win

v2.1.0: chore(package.json,Cargo.toml): updating deps.

21 Dec 16:28
Compare
Choose a tag to compare
doc(lib.rs): Add information about new param for `subscribeActiveWindow`

napi-v2.1.0

21 Dec 16:22
Compare
Choose a tag to compare

What's Changed

  • [FEATURE] add an optional param into subscribeActiveWindow() to control sleep interval. by @youngifif in #45

New Contributors

Full Changelog: napi-v2.0.3...napi-v2.1.0

rust-v3.0.0

05 Dec 11:09
9b50817
Compare
Choose a tag to compare

Breaking change

Global

  • Minimal Rust version define to 1.60.0

MacOS

  • Change objc for objc2
  • cocoa-foundation removed

Feature

MacOS

  • Add macos_permission feature to enable check_screen_record_permission and request_screen_record_permission functions

Full Changelog: rust-v2.0.2...rust-v3.0.0

v2.0.3

20 Nov 20:36
Compare
Choose a tag to compare
fix(ci-napi): Remove prepublishOnly

napi-v2.0.3

20 Nov 20:30
Compare
Choose a tag to compare

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

25 Oct 06:10
261e339
Compare
Choose a tag to compare

BREAKING CHANGE

  • The url attribute is now a getter. This modification optimizes data retrieval time when using the openWindows 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

01 Oct 15:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.2...v1.10.3

v1.10.2

09 Aug 07:07
Compare
Choose a tag to compare

Correction to documentations

v1.10.1

07 Aug 12:24
Compare
Choose a tag to compare

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

05 Jul 07:46
Compare
Choose a tag to compare
fix(linux): forget to add get_icon for gnome > 45