|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 5.0.2 (2024-02-28) |
| 4 | + |
| 5 | +### Other |
| 6 | + |
| 7 | + - <csr-id-a583658a2f2cfea64c3be6e12cef159f5cbc7fbf/> use PATH to find launcher |
| 8 | + Redox has moved the launcher from /ui/bin to /usr/bin. Just use the PATH to locate it, so any future changes in location don't break this crate. |
| 9 | + |
| 10 | +### Commit Statistics |
| 11 | + |
| 12 | +<csr-read-only-do-not-edit/> |
| 13 | + |
| 14 | + - 2 commits contributed to the release. |
| 15 | + - 97 days passed between releases. |
| 16 | + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). |
| 17 | + - 0 issues like '(#ID)' were seen in commit messages |
| 18 | + |
| 19 | +### Commit Details |
| 20 | + |
| 21 | +<csr-read-only-do-not-edit/> |
| 22 | + |
| 23 | +<details><summary>view details</summary> |
| 24 | + |
| 25 | + * **Uncategorized** |
| 26 | + - Merge pull request #89 from jackpot51/patch-1 ([`0a25651`](https://github.com/Byron/open-rs/commit/0a25651fa04b9a696356a5980ede105f6923ce91)) |
| 27 | + - Use PATH to find launcher ([`a583658`](https://github.com/Byron/open-rs/commit/a583658a2f2cfea64c3be6e12cef159f5cbc7fbf)) |
| 28 | +</details> |
| 29 | + |
3 | 30 | ## 5.0.1 (2023-11-22)
|
4 | 31 |
|
5 | 32 | <csr-id-dca688bf473169b6d779695e35cb05596d094ba1/>
|
|
12 | 39 |
|
13 | 40 | <csr-read-only-do-not-edit/>
|
14 | 41 |
|
15 |
| - - 5 commits contributed to the release over the course of 21 calendar days. |
| 42 | + - 6 commits contributed to the release over the course of 21 calendar days. |
16 | 43 | - 150 days passed between releases.
|
17 | 44 | - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
|
18 | 45 | - 1 unique issue was worked on: [#85](https://github.com/Byron/open-rs/issues/85)
|
|
26 | 53 | * **[#85](https://github.com/Byron/open-rs/issues/85)**
|
27 | 54 | - Open paths with given applications with whitespace in their paths on windows. ([`15eedee`](https://github.com/Byron/open-rs/commit/15eedee81d851dd26e78984030020ba252812419))
|
28 | 55 | * **Uncategorized**
|
| 56 | + - Release open v5.0.1 ([`4a2a5b1`](https://github.com/Byron/open-rs/commit/4a2a5b104bb0aa8f2a42dc3e505c773fd8f5f45c)) |
29 | 57 | - Prepare changelog ([`2735009`](https://github.com/Byron/open-rs/commit/2735009c771056fbb65120a439e34c6a3f2038f3))
|
30 | 58 | - Wrap provided app in quotes on Windows ([`e1b74d8`](https://github.com/Byron/open-rs/commit/e1b74d8e171ce63ddf4cad212a94b8238ae66be7))
|
31 | 59 | - Merge pull request #84 from nomyfan/readme-version ([`a33caba`](https://github.com/Byron/open-rs/commit/a33caba441354a14bd55a16ad4a5e8bc793819f0))
|
|
0 commit comments