Skip to content

Releases: Byron/open-rs

v5.3.1

14 Nov 18:20
10c3f0d
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Prepare changelog prior to release (6e565e2)
    • Merge pull request #104 from Legend-Master/shopenfolderandselectitems (d149825)
    • Fix: use SHOpenFolderAndSelectItems for folders To respect 'expand to open folder' setting Fixes #103 (7595da7)

v5.3.0

10 Jul 05:12
c26d98c
Compare
Choose a tag to compare

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

view details
  • Uncategorized

v5.2.0

02 Jul 07:36
3cf72fd
Compare
Choose a tag to compare

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

view details

v5.1.4

04 Jun 20:03
644f186
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Prepare changelog prior to release (5967b66)
    • Merge pull request #99 from eugenehp/visionos (1efa4cb)
    • Added visionos support (df28e8b)

v5.1.3

16 May 19:26
6e396da
Compare
Choose a tag to compare

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

view details
  • #94
    • Clarify docs of shellexecute-on-windows feature (7652a30)
  • Uncategorized
    • Merge pull request #98 from amrbashir/fix/windows/shell-execute-freeze (d152c8e)
    • Use cfg_attr (c8840af)
    • Update src/windows.rs (75c7ea0)
    • Use ShellExecuteExW to avoid freeze when opening directories (43d8d88)

v5.1.2

07 Mar 17:23
a65b733
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Merge branch 'fix/shell-execute-w-link' (50b7a96)
    • Link using "system" ABI (2a62e84)

v5.1.1

03 Mar 07:41
0c916ae
Compare
Choose a tag to compare

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 contain flate2
    with zlib-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

view details
  • Uncategorized
    • Merge branch 'validate-linkage' (59886df)
    • Add shellexecute-on-windows feature. (74fd8ec)
    • Try to validate linkage on all platforms (8f26da4)

v5.1.0

01 Mar 06:29
21a73ee
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Merge pull request #91 from amrbashir/feat/windows/detachded-using-shellexecutew (b268647)
    • Split into two functions for better readability (4506b2f)
    • Use ShellExecuteW for detached spawning on Windows (191cb0e)

v5.0.2

28 Feb 05:58
f4ef7c9
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Merge pull request #89 from jackpot51/patch-1 (0a25651)
    • Use PATH to find launcher (a583658)

v5.0.1

22 Nov 19:54
4a2a5b1
Compare
Choose a tag to compare

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

Commit Details

view details
  • #85
    • Open paths with given applications with whitespace in their paths on windows. (15eedee)
  • Uncategorized
    • Prepare changelog (2735009)
    • Wrap provided app in quotes on Windows (e1b74d8)
    • Merge pull request #84 from nomyfan/readme-version (a33caba)
    • Update version to v5 (dca688b)