Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Byron/open-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.0
Choose a base ref
...
head repository: Byron/open-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.2
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on May 24, 2023

  1. doc: Improve documentation about shortcomings particularly on console…

    …-only UNIX platforms. (#8)
    
    Co-authored-by: Bart Massey <bart.massey@gmail.com>
    Byron and BartMassey committed May 24, 2023
    Configuration menu
    Copy the full SHA
    323b8ea View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix: use SHOpenFolderAndSelectItems for folders

    To respect 'expand to open folder' setting
    Fixes #103
    Legend-Master committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7595da7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from Legend-Master/shopenfolderandselectitems

    fix(windows): use `SHOpenFolderAndSelectItems` for folders to respect expand to open folder setting fixes #103
    Byron authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d149825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e565e2 View commit details
    Browse the repository at this point in the history
  4. Release open v5.3.1

    Byron committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    10c3f0d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Merge pull request #79 from Byron/better-docs

    improve docs
    Byron authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    2646ff8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. fix(windows): fix that_detached for UNC path of a directory

    closes #106
    
    This PR also fallsback to `ShellExecuteExW` if `SHOpenFolderAndSelectItems` fails
    amrbashir committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    c452a8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from amrbashir/fix/windows/remove-unc-and-fal…

    …lback-on-error
    
    fix(windows): fix `that_detached` for UNC path of a directory
    Byron authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    472ce26 View commit details
    Browse the repository at this point in the history
  3. Release open v5.3.2

    Byron committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    f196640 View commit details
    Browse the repository at this point in the history
Loading