24 Commits

Author SHA1 Message Date
renovate[bot]
648161769c chore(deps): update core-graphics to 0.25. Switch from dispatch to dispatch2. (#1116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
2026-01-20 13:49:08 +01:00
sftse
b55f576670 Remove lazy static dependency (#1174)
* deps: remove lazy_static from dependencies

* fix: clippy
2026-01-20 19:21:31 +08:00
github-actions[bot]
3c2b4447aa publish new versions (#1151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-20 08:48:59 -03:00
github-actions[bot]
efc67fbf85 publish new versions (#1149)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-16 07:47:15 -03:00
github-actions[bot]
fda48e80ef publish new versions (#1133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-01 10:17:00 +08:00
Tony
0defcd015c chore: don't publish audit PDF to crates.io (#1132)
* Don't publish audits to crates.io

* Fix crossbeam-channel warning

* Add change file

* Use include instead of exclude

Co-authored-by: Fabian-Lars <github@fabianlars.de>

---------

Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-08-20 22:42:05 +08:00
github-actions[bot]
d454dfed6e publish new versions (#1131)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
2025-08-18 09:26:02 -03:00
Simon Laux
60a47340c9 feat: MacOS: add universal applink support (#1108)
by implementing `application:willContinueUserActivityWithType:` and `application:continueUserActivity:restorationHandler:`,
reusing the existing `Event::Opened { urls }` event for the user facing api.
2025-08-18 08:47:08 -03:00
github-actions[bot]
6cf83e64d0 publish new versions (#1130)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
2025-08-17 11:14:53 -03:00
renovate[bot]
4658ebdbda chore(deps): update rust crate dlopen2 to 0.8.0 (#1117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-14 14:21:23 +02:00
github-actions[bot]
5ac00b57ad publish new versions (#1109)
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com>
2025-06-24 12:15:12 -03:00
github-actions[bot]
986f07aa7e publish new versions (#1101)
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com>
2025-04-07 11:20:05 -03:00
Tony
dae6d8875d chore(deps): update windows to 0.61 (#1100)
* chore(deps): update windows to 0.60

* Should be minor version bump

* rename change file
2025-03-21 06:59:38 +02:00
github-actions[bot]
f4a1d49654 publish new versions (#1092)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
2025-03-07 10:56:31 -03:00
github-actions[bot]
c97080cd0d publish new versions (#1084)
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com>
2025-03-04 11:14:20 +01:00
Fabian-Lars
1be8f76e24 ci: Update lockfile on versioning PRs (#1085) 2025-03-02 02:31:57 +02:00
Amr Bashir
9d1da74bb7 fix(windows): ensure APIs exist before using it (#1080)
* fix(windows): ensure APIs exist before using it

* a few other places

* fix compilation
2025-02-28 14:45:21 +02:00
Amr Bashir
08c9c4c6e4 fix(macos): fix checks for set_focus (#1078) 2025-02-28 08:35:42 +02:00
github-actions[bot]
9367df4dc1 Publish New Versions (#1073)
* publish new versions

* mend

---------

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
Co-authored-by: amrbashir <github@amrbashir.me>
2025-02-26 02:31:37 +02:00
Lucas Nogueira
849abaf0b1 chore: update lockfile 2025-02-24 12:53:59 -03:00
Lucas Fernandes Nogueira
1be722dbc2 fix(macos): window content protection crashing (#1071)
when content protection is used the app is crashing with the following error:
```
invalid message send to -[TaoWindow setSharingType:]: expected argument at index 0 to have type code 'Q', but found 'i'
```

using `ns_window.setSharingType(NSWindowSharingType::<type>)` fixes it

I've also changed other msg_send![] usage to leverage the type safe objc2-app-kit crate instead of using direct objc calls
2025-02-24 12:06:28 -03:00
Tony
28f728c7bf chore(deps): update windows to 0.60 (#1068) 2025-02-22 11:34:33 +01:00
Fabian-Lars
08475f72b1 chore(deps): update objc2 to 0.6 (#1067) 2025-02-22 11:33:09 +01:00
Fabian-Lars
3664513621 chore: Update msrv to 1.74 and test it in CI (#1050) 2025-02-21 19:54:37 +01:00