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.1
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.2
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Jul 10, 2026

  1. fix(overlay): gate keyboard copy with modifier detection and setting

    Replace time-based suppression (issue #22) with scheme A: only accept
    
    Mod+C when the modifier key was physically pressed first, blocking
    
    spurious Cmd+C events from macOS input devices.
    
    Add keyboardCopyEnabled setting (scheme C): off by default on macOS,
    
    on elsewhere; toolbar copy always works. Closes #22.
    ifer47 committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    378b154 View commit details
    Browse the repository at this point in the history
  2. chore(release): v1.4.2

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