|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 5.1.0 (2024-03-01) |
| 4 | + |
| 5 | +### New Features |
| 6 | + |
| 7 | + - <csr-id-191cb0e2201c911d1bf0df3ba03062c6d9b6e738/> use `ShellExecuteW` for detached spawning on Windows |
| 8 | + |
| 9 | +### Commit Statistics |
| 10 | + |
| 11 | +<csr-read-only-do-not-edit/> |
| 12 | + |
| 13 | + - 3 commits contributed to the release. |
| 14 | + - 2 days passed between releases. |
| 15 | + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). |
| 16 | + - 0 issues like '(#ID)' were seen in commit messages |
| 17 | + |
| 18 | +### Commit Details |
| 19 | + |
| 20 | +<csr-read-only-do-not-edit/> |
| 21 | + |
| 22 | +<details><summary>view details</summary> |
| 23 | + |
| 24 | + * **Uncategorized** |
| 25 | + - Merge pull request #91 from amrbashir/feat/windows/detachded-using-shellexecutew ([`b268647`](https://github.com/Byron/open-rs/commit/b268647bd2684ee13f55eb3c976e71949c321bc3)) |
| 26 | + - Split into two functions for better readability ([`4506b2f`](https://github.com/Byron/open-rs/commit/4506b2f8ac51579932b76884a11133ce5c49c21f)) |
| 27 | + - Use `ShellExecuteW` for detached spawning on Windows ([`191cb0e`](https://github.com/Byron/open-rs/commit/191cb0e2201c911d1bf0df3ba03062c6d9b6e738)) |
| 28 | +</details> |
| 29 | + |
3 | 30 | ## 5.0.2 (2024-02-28)
|
4 | 31 |
|
| 32 | +<csr-id-a583658a2f2cfea64c3be6e12cef159f5cbc7fbf/> |
| 33 | + |
5 | 34 | ### Other
|
6 | 35 |
|
7 | 36 | - <csr-id-a583658a2f2cfea64c3be6e12cef159f5cbc7fbf/> use PATH to find launcher
|
|
11 | 40 |
|
12 | 41 | <csr-read-only-do-not-edit/>
|
13 | 42 |
|
14 |
| - - 2 commits contributed to the release. |
| 43 | + - 3 commits contributed to the release. |
15 | 44 | - 97 days passed between releases.
|
16 | 45 | - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
|
17 | 46 | - 0 issues like '(#ID)' were seen in commit messages
|
|
23 | 52 | <details><summary>view details</summary>
|
24 | 53 |
|
25 | 54 | * **Uncategorized**
|
| 55 | + - Release open v5.0.2 ([`f4ef7c9`](https://github.com/Byron/open-rs/commit/f4ef7c9de95fd503871028f100db28ef0287fbc4)) |
26 | 56 | - Merge pull request #89 from jackpot51/patch-1 ([`0a25651`](https://github.com/Byron/open-rs/commit/0a25651fa04b9a696356a5980ede105f6923ce91))
|
27 | 57 | - Use PATH to find launcher ([`a583658`](https://github.com/Byron/open-rs/commit/a583658a2f2cfea64c3be6e12cef159f5cbc7fbf))
|
28 | 58 | </details>
|
|
0 commit comments