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: kh4f/manual-sorting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.2
Choose a base ref
...
head repository: kh4f/manual-sorting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.3
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 25, 2025

  1. chore(dev-deps): bump typescript-eslint from 8.50.0 to 8.50.1

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    ac44ca4 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. fix(dnd): prevent drag activation on right click

    Check for left mouse button in `mouseDownHandler` to avoid triggering drag logic when opening context menu.
    
    Refs #114
    kh4f committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    5ceadc4 View commit details
    Browse the repository at this point in the history
  2. fix(dnd): ensure drop zones are cleared when releasing mouse

    Previously, if a mouse button was released outside the Obsidian window or in a context menu on Mac, drop zone indicators would remain visible. Now the listener is attached to the window object to catch all mouseup events.
    
    Refs #114
    kh4f committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    9576442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f6c7e View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.2.3

    kh4f committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    1fdc82e View commit details
    Browse the repository at this point in the history
Loading