dsh-clean-desktop-shell 0.1.11 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CONTRIBUTORS.md CHANGED
@@ -1,19 +1,25 @@
1
- # Contributors
2
-
3
- This project welcomes contributions — especially around platforms that the
4
- maintainer does not use daily.
5
-
6
- ## Author
7
-
8
- - **Icather** — Windows side, plugin architecture, backend lifecycle, CI setup.
9
-
10
- ## Looking for help
11
-
12
- - **macOS maintainer / co-developer**: validate the .dmg install flow,
13
- test Apple Silicon + Intel builds, set up code signing + notarization,
14
- and ideally add a launch-at-login menu item in the tray.
15
- - **Linux maintainer**: validate the runtime provisioning and tray behavior
16
- on major distributions.
17
-
18
- If you open a PR or verified issue that moves macOS support forward, add your
19
- name here.
1
+ # Contributors
2
+
3
+ This project welcomes contributions — especially around platforms that the
4
+ maintainer does not use daily.
5
+
6
+ ## Author
7
+
8
+ - **Icather** — Windows side, plugin architecture, backend lifecycle, CI setup.
9
+
10
+ ## Contributors
11
+
12
+ - **[@lispv](https://github.com/lispv)** DSH 0.1.2 launch-token authentication on plugin cold start (the host half mints the process's launch URL and hands it to Electron), the desktop titlebar inset contract, preserving loaded pages during backend outages, and the macOS titlebar drag-strip hit area. His commit authorships are preserved in the merged history (#5, #6).
13
+ - **[@lzd-loostone](https://github.com/lzd-loostone)** capturing the full launch-token URL instead of only host:port, so a shell-started backend stops landing on the 401 page (#4).
14
+ - **[@e16a](https://github.com/e16a)** the issue that pinned the black-window root cause precisely (the dropped `?token=` and `probe()` scoring a 401 as healthy); the fix followed that diagnosis directly (#2).
15
+
16
+ ## Looking for help
17
+
18
+ - **macOS maintainer / co-developer**: validate the .dmg install flow,
19
+ test Apple Silicon + Intel builds, set up code signing + notarization,
20
+ and ideally add a launch-at-login menu item in the tray.
21
+ - **Linux maintainer**: validate the runtime provisioning and tray behavior
22
+ on major distributions.
23
+
24
+ If you open a PR or verified issue that moves macOS support forward, add your
25
+ name here.