|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Unreleased |
| 4 | + |
| 5 | +In the previous releases 3.3 and 4.0 on windows the console windows would show. |
| 6 | +This was unintentional and is now fixed. |
| 7 | + |
| 8 | +Thanks so much for [the contribution](https://github.com/Byron/open-rs/pull/69). |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | + |
| 12 | + - <csr-id-bc75d847c6c89cdd835f4220d6a0ed9a6985b41e/> hide the console window in Windows |
| 13 | + |
| 14 | +### Commit Statistics |
| 15 | + |
| 16 | +<csr-read-only-do-not-edit/> |
| 17 | + |
| 18 | + - 2 commits contributed to the release. |
| 19 | + - 10 days passed between releases. |
| 20 | + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). |
| 21 | + - 0 issues like '(#ID)' were seen in commit messages |
| 22 | + |
| 23 | +### Commit Details |
| 24 | + |
| 25 | +<csr-read-only-do-not-edit/> |
| 26 | + |
| 27 | +<details><summary>view details</summary> |
| 28 | + |
| 29 | + * **Uncategorized** |
| 30 | + - Merge pull request #69 from amrbashir/hide-console ([`8cf21e0`](https://github.com/Byron/open-rs/commit/8cf21e0d23f0d18e503f4a056762d1efd733f99d)) |
| 31 | + - Hide the console window in Windows ([`bc75d84`](https://github.com/Byron/open-rs/commit/bc75d847c6c89cdd835f4220d6a0ed9a6985b41e)) |
| 32 | +</details> |
| 33 | + |
3 | 34 | ## 4.0.0 (2023-03-10)
|
4 | 35 |
|
5 | 36 | ### Bug Fixes
|
|
12 | 43 |
|
13 | 44 | See also:
|
14 | 45 | * https://doc.rust-lang.org/std/os/windows/process/trait.CommandExt.html#tymethod.raw_arg
|
15 |
| - * https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmd |
16 |
| - * https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/start |
17 |
| - |
18 |
| - Related https://github.com/Byron/open-rs/issues/67. |
| 46 | +* https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmd |
| 47 | +* https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/start |
19 | 48 |
|
20 | 49 | ### New Features (BREAKING)
|
21 | 50 |
|
|
29 | 58 |
|
30 | 59 | <csr-read-only-do-not-edit/>
|
31 | 60 |
|
32 |
| - - 4 commits contributed to the release. |
| 61 | + - 5 commits contributed to the release. |
33 | 62 | - 3 days passed between releases.
|
34 | 63 | - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
|
35 | 64 | - 0 issues like '(#ID)' were seen in commit messages
|
|
41 | 70 | <details><summary>view details</summary>
|
42 | 71 |
|
43 | 72 | * **Uncategorized**
|
| 73 | + - Release open v4.0.0 ([`f36f37a`](https://github.com/Byron/open-rs/commit/f36f37a7a2ac8f417cd14f900de795a144748264)) |
44 | 74 | - Windows URL encoding for multiple query params ([`9ceb0a4`](https://github.com/Byron/open-rs/commit/9ceb0a4b707022a6ce8046d3512be7c7a51d77a4))
|
45 | 75 | - Refactor ([`9a1178a`](https://github.com/Byron/open-rs/commit/9a1178a9d32c2b4da12cdb8542b3b36806825d7d))
|
46 | 76 | - Set minimal required Rust version of 1.62. ([`0cd6f98`](https://github.com/Byron/open-rs/commit/0cd6f98d0a97ac3ddcecefc5d33952e7632298a5))
|
47 | 77 | - Fix Windows URL encoding for multiple query params ([`e4856ac`](https://github.com/Byron/open-rs/commit/e4856acd170cdea5b06a947c7e7e9cdd36f0b392))
|
48 | 78 | </details>
|
49 | 79 |
|
| 80 | +<csr-unknown> |
| 81 | +Related https://github.com/Byron/open-rs/issues/67.<csr-unknown/> |
| 82 | + |
50 | 83 | ## 3.4.0 (2023-03-06)
|
51 | 84 |
|
52 | 85 | <csr-id-7e2a9c645cd4ff5f86ece7cdc220e18c1b4ac1b5/>
|
|
0 commit comments