Releases: Byron/open-rs
Releases · Byron/open-rs
v5.3.3
Documentation
- point to webbrowser crate for users that seek this specific functionality.
Bug Fixes
- pass canonicalized path to
ILCreateFromPathW
Other
- remove whitespace.
Commit Statistics
- 8 commits contributed to the release.
- 316 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #116 from Legend-Master/canonicalize-ILCreateFromPathW (a1ca334)
- Fix CI by using a more recent Windows image (c84cade)
- Pass canonicalized path to
ILCreateFromPathW(abcd0f4) - Merge pull request #111 from bjones1/docs (335146b)
- Remove whitespace. (314d80a)
- Point to webbrowser crate for users that seek this specific functionality. (07b246c)
- Merge pull request #110 from bjones1/codespaces (1c4a952)
- Add Codespaces setup. (43b6a2d)
v5.3.2
Bug Fixes
- fix
that_detachedfor UNC path of a directory
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 51 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.3.1
On Windows, respect the expand to open folder setting.
Commit Statistics
- 3 commits contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.3.0
New Features
- add GNU/Hurd support
Handle it like most of the other Unix platforms (e.g. Linux, BSDs, etc).
Commit Statistics
- 2 commits contributed to the release.
- 7 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.2.0
New Features
- Add AIX support
Commit Statistics
- 2 commits contributed to the release.
- 27 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.1.4
This release adds vision-os support, by means of ios simulation.
See the PR for a little more context.
Commit Statistics
- 3 commits contributed to the release over the course of 5 calendar days.
- 19 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.1.3
Bug Fixes
- use
ShellExecuteExWto avoid freeze when opening directories
Commit Statistics
- 5 commits contributed to the release over the course of 68 calendar days.
- 70 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #94
Commit Details
v5.1.2
Bug Fixes
- link using "system" ABI
Commit Statistics
- 2 commits contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.1.1
Bug Fixes
- add
shellexecute-on-windowsfeature.
That way, it's possible to toggle on a feature that might
cause issues in some dependency trees that containflate2
withzlib-ngbackend.
Commit Statistics
- 3 commits contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.1.0
New Features
- use
ShellExecuteWfor detached spawning on Windows
Commit Statistics
- 3 commits contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages