|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 5.3.3 (2025-11-17) |
| 4 | + |
| 5 | +### Documentation |
| 6 | + |
| 7 | + - <csr-id-07b246cf98d0486ba2ca570c803ded41283b90ed/> point to webbrowser crate for users that seek this specific functionality. |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | + - <csr-id-abcd0f4810cbcdee4d80dba01a6474ad711efa61/> pass canonicalized path to `ILCreateFromPathW` |
| 12 | + |
| 13 | +### Other |
| 14 | + |
| 15 | + - <csr-id-314d80ac36650f3ff57d62596513e1dcda4870fb/> remove whitespace. |
| 16 | + |
| 17 | +### Commit Statistics |
| 18 | + |
| 19 | +<csr-read-only-do-not-edit/> |
| 20 | + |
| 21 | + - 8 commits contributed to the release. |
| 22 | + - 316 days passed between releases. |
| 23 | + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). |
| 24 | + - 0 issues like '(#ID)' were seen in commit messages |
| 25 | + |
| 26 | +### Commit Details |
| 27 | + |
| 28 | +<csr-read-only-do-not-edit/> |
| 29 | + |
| 30 | +<details><summary>view details</summary> |
| 31 | + |
| 32 | + * **Uncategorized** |
| 33 | + - Merge pull request #116 from Legend-Master/canonicalize-ILCreateFromPathW ([`a1ca334`](https://github.com/Byron/open-rs/commit/a1ca3346ee45cd8c6a651476919f8cd711bdc084)) |
| 34 | + - Fix CI by using a more recent Windows image ([`c84cade`](https://github.com/Byron/open-rs/commit/c84cadebb81e7d214845bb1030e3e44fbf49fd91)) |
| 35 | + - Pass canonicalized path to `ILCreateFromPathW` ([`abcd0f4`](https://github.com/Byron/open-rs/commit/abcd0f4810cbcdee4d80dba01a6474ad711efa61)) |
| 36 | + - Merge pull request #111 from bjones1/docs ([`335146b`](https://github.com/Byron/open-rs/commit/335146bb4a0724fd0a21efcfffbcc6d60707e038)) |
| 37 | + - Remove whitespace. ([`314d80a`](https://github.com/Byron/open-rs/commit/314d80ac36650f3ff57d62596513e1dcda4870fb)) |
| 38 | + - Point to webbrowser crate for users that seek this specific functionality. ([`07b246c`](https://github.com/Byron/open-rs/commit/07b246cf98d0486ba2ca570c803ded41283b90ed)) |
| 39 | + - Merge pull request #110 from bjones1/codespaces ([`1c4a952`](https://github.com/Byron/open-rs/commit/1c4a9523e104758175411cd3d3df5b7f7cf5a897)) |
| 40 | + - Add Codespaces setup. ([`43b6a2d`](https://github.com/Byron/open-rs/commit/43b6a2d254cd823bf02a12bb8086bece16ec965b)) |
| 41 | +</details> |
| 42 | + |
3 | 43 | ## 5.3.2 (2025-01-05) |
4 | 44 |
|
5 | 45 | ### Bug Fixes |
|
10 | 50 |
|
11 | 51 | <csr-read-only-do-not-edit/> |
12 | 52 |
|
13 | | - - 3 commits contributed to the release over the course of 1 calendar day. |
| 53 | + - 4 commits contributed to the release over the course of 1 calendar day. |
14 | 54 | - 51 days passed between releases. |
15 | 55 | - 1 commit was understood as [conventional](https://www.conventionalcommits.org). |
16 | 56 | - 0 issues like '(#ID)' were seen in commit messages |
|
22 | 62 | <details><summary>view details</summary> |
23 | 63 |
|
24 | 64 | * **Uncategorized** |
| 65 | + - Release open v5.3.2 ([`f196640`](https://github.com/Byron/open-rs/commit/f196640a9c0def100401f6e97ebe5dd4b4f2bb0e)) |
25 | 66 | - Merge pull request #107 from amrbashir/fix/windows/remove-unc-and-fallback-on-error ([`472ce26`](https://github.com/Byron/open-rs/commit/472ce262c8f3c02f089f881387616df2303f48f8)) |
26 | 67 | - Fix `that_detached` for UNC path of a directory ([`c452a8c`](https://github.com/Byron/open-rs/commit/c452a8c4e56c3726431d8a4a77ad910bc8ae3ecb)) |
27 | 68 | - Merge pull request #79 from Byron/better-docs ([`2646ff8`](https://github.com/Byron/open-rs/commit/2646ff820c2ab965a636d57753a10c56501f4163)) |
@@ -352,6 +393,8 @@ See [the PR](https://github.com/Byron/open-rs/pull/99) for a little more context |
352 | 393 |
|
353 | 394 | ## 4.2.0 (2023-06-21) |
354 | 395 |
|
| 396 | +<csr-id-323b8ea2aba9b0661bf3af6bd48ccef53197b0bf/> |
| 397 | + |
355 | 398 | ### Other |
356 | 399 |
|
357 | 400 | - <csr-id-323b8ea2aba9b0661bf3af6bd48ccef53197b0bf/> Improve documentation about shortcomings particularly on console-only UNIX platforms. |
|
0 commit comments