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: rogerdigital/smart-explorer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: rogerdigital/smart-explorer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.1
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on May 14, 2026

  1. Configuration menu
    Copy the full SHA
    7be463d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e74774 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from rogerdigital/chore/release-workflow-no-draft

    chore: publish release directly instead of draft
    rogerdigital authored May 14, 2026
    Configuration menu
    Copy the full SHA
    386e18e View commit details
    Browse the repository at this point in the history
  4. fix: resolve TypeScript warnings in DragSortManager, SmartExplorerVie…

    …w, settings-tab
    
    - Convert drag event handlers to arrow class fields (fix this-scoping)
    - Use activeDocument instead of document for popout window compat
    - Use querySelector generic instead of unnecessary type assertion
    - Avoid passing async callback where void expected
    rogerdigital committed May 14, 2026
    Configuration menu
    Copy the full SHA
    cddf8f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #29 from rogerdigital/fix/resolve-ts-warnings

    fix: resolve TypeScript warnings
    rogerdigital authored May 14, 2026
    Configuration menu
    Copy the full SHA
    4da0151 View commit details
    Browse the repository at this point in the history
  6. feat: add instant hover tooltips for file rows and toolbar buttons

    File rows show filename, created time, and modified time on hover.
    Toolbar buttons show brief descriptions. Uses fixed-position JS tooltip
    to bypass overflow clipping, with zero delay.
    rogerdigital committed May 14, 2026
    Configuration menu
    Copy the full SHA
    29f4db7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #30 from rogerdigital/feat/instant-tooltips

    feat: add instant hover tooltips
    rogerdigital authored May 14, 2026
    Configuration menu
    Copy the full SHA
    b7598bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    835d68b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #31 from rogerdigital/release/0.3.1

    chore: bump version to 0.3.1
    rogerdigital authored May 14, 2026
    Configuration menu
    Copy the full SHA
    d0d1ced View commit details
    Browse the repository at this point in the history
Loading