Releases: Byron/open-rs
Releases · Byron/open-rs
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
ShellExecuteExW
to 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-windows
feature.
That way, it's possible to toggle on a feature that might
cause issues in some dependency trees that containflate2
withzlib-ng
backend.
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
ShellExecuteW
for 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
Commit Details
v5.0.2
Other
- use PATH to find launcher
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.
Commit Statistics
- 2 commits contributed to the release.
- 97 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v5.0.1
Bug Fixes
- open paths with given applications with whitespace in their paths on windows.
Commit Statistics
- 5 commits contributed to the release over the course of 21 calendar days.
- 150 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #85