You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+38-4Lines changed: 38 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
3
+
## 5.3.2 (2025-01-05)
4
+
5
+
### Bug Fixes
6
+
7
+
- <csr-id-c452a8c4e56c3726431d8a4a77ad910bc8ae3ecb/> fix `that_detached` for UNC path of a directory
8
+
9
+
### Commit Statistics
10
+
11
+
<csr-read-only-do-not-edit/>
12
+
13
+
- 3 commits contributed to the release over the course of 1 calendar day.
14
+
- 51 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 #107 from amrbashir/fix/windows/remove-unc-and-fallback-on-error ([`472ce26`](https://github.com/Byron/open-rs/commit/472ce262c8f3c02f089f881387616df2303f48f8))
26
+
- Fix `that_detached` for UNC path of a directory ([`c452a8c`](https://github.com/Byron/open-rs/commit/c452a8c4e56c3726431d8a4a77ad910bc8ae3ecb))
27
+
- Merge pull request #79 from Byron/better-docs ([`2646ff8`](https://github.com/Byron/open-rs/commit/2646ff820c2ab965a636d57753a10c56501f4163))
28
+
</details>
29
+
3
30
## 5.3.1 (2024-11-14)
4
31
5
32
On Windows, respect the `expand to open folder` setting.
@@ -8,7 +35,7 @@ On Windows, respect the `expand to open folder` setting.
8
35
9
36
<csr-read-only-do-not-edit/>
10
37
11
-
-3 commits contributed to the release.
38
+
-4 commits contributed to the release.
12
39
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
13
40
- 0 issues like '(#ID)' were seen in commit messages
14
41
@@ -19,6 +46,7 @@ On Windows, respect the `expand to open folder` setting.
19
46
<details><summary>view details</summary>
20
47
21
48
***Uncategorized**
49
+
- Release open v5.3.1 ([`10c3f0d`](https://github.com/Byron/open-rs/commit/10c3f0d8c9a229522c217b38ecb6c257d925105a))
22
50
- Prepare changelog prior to release ([`6e565e2`](https://github.com/Byron/open-rs/commit/6e565e2271f05a80b4360d5e0dbff8b05483efb0))
23
51
- Merge pull request #104 from Legend-Master/shopenfolderandselectitems ([`d149825`](https://github.com/Byron/open-rs/commit/d14982521423e67c3dd0fde115bc64bee7f7fb45))
24
52
- Fix: use SHOpenFolderAndSelectItems for folders To respect 'expand to open folder' setting Fixes #103 ([`7595da7`](https://github.com/Byron/open-rs/commit/7595da7d655e910f3cb9d26b96d3947f2acf2522))
@@ -324,6 +352,10 @@ See [the PR](https://github.com/Byron/open-rs/pull/99) for a little more context
324
352
325
353
## 4.2.0 (2023-06-21)
326
354
355
+
### Other
356
+
357
+
- <csr-id-323b8ea2aba9b0661bf3af6bd48ccef53197b0bf/> Improve documentation about shortcomings particularly on console-only UNIX platforms.
358
+
327
359
### New Features
328
360
329
361
- <csr-id-7ad9cb373eb7e999f7e79705db891fd24a4d4bd2/> add `that_detached()` and `with_detached()` functions.
@@ -334,17 +366,19 @@ See [the PR](https://github.com/Byron/open-rs/pull/99) for a little more context
334
366
335
367
<csr-read-only-do-not-edit/>
336
368
337
-
-4 commits contributed to the release.
369
+
-5 commits contributed to the release over the course of 28 calendar days.
338
370
- 55 days passed between releases.
339
-
-1 commit was understood as [conventional](https://www.conventionalcommits.org).
340
-
-0 issues like '(#ID)' were seen in commit messages
371
+
-2 commits were understood as [conventional](https://www.conventionalcommits.org).
372
+
-1 unique issue was worked on: [#8](https://github.com/Byron/open-rs/issues/8)
0 commit comments