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: yasirkula/UnitySimpleFileBrowser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JoeyTeng/UnitySimpleFileBrowser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 8, 2023

  1. Change Shift Key Behaviour: Select all in order

    Previous behaviour: select clicked items first, then fill in all in between items.
    Current Behaviour: select all items from previous selected and current clicked in order.
    JoeyTeng committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    781d76a View commit details
    Browse the repository at this point in the history
  2. Use Command on macOS/iOS instead of ctrl.

    1. Change ctrlKey to actionKey
    2. use compile time branches to use Command on macOS/iOS.
    JoeyTeng committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    73c7106 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    6ebf9fe View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    bee7e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c24b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    423472a View commit details
    Browse the repository at this point in the history
Loading