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: ifer47/markeron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.2
Choose a base ref
...
head repository: ifer47/markeron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.3
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 10, 2026

  1. fix(overlay): prevent keyboard copy during modifier draw gestures

    When keyboard copy is enabled, Command/Ctrl+drag for shapes armed the copy
    
    modifier and pen-up spurious Mod+C still fired copy. Disarm on pointer down,
    
    suppress keyboard copy for 800ms after pointer up, block Control+drag
    
    context menu, and guard while isDrawing. Closes #22.
    ifer47 committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    5e9f3c9 View commit details
    Browse the repository at this point in the history
  2. chore(release): v1.4.3

    ifer47 committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    92ce8a9 View commit details
    Browse the repository at this point in the history
Loading