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: Dhahd/ClipPocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2
Choose a base ref
...
head repository: Dhahd/ClipPocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.1
Choose a head ref
  • 8 commits
  • 31 files changed
  • 2 contributors

Commits on Nov 20, 2025

  1. autoshow-hide

    Now you can enable autoshow or autohide from the settings
    Dhahd committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    c78c76f View commit details
    Browse the repository at this point in the history
  2. added delay control for show-hide

    Add configurable show/hide delays for auto-show on edge feature
    
    - Added show delay setting (0-2s, default 0.3s) to prevent accidental triggers
    - Added hide delay setting (0-2s, default 0.5s) for smoother dismissal
    - Both delays configurable via sliders in Settings UI
    - Settings persist between app launches
    - Improved user experience with customizable timing controls
    Dhahd committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    253dd28 View commit details
    Browse the repository at this point in the history
  3. Release v2.5.0 - Auto-show/hide timing improvements

    Features:
    - Added configurable show delay (0-2s, default 0.3s) for edge-triggered opens
    - Added configurable hide delay (0-2s, default 0.5s) for edge-triggered hides
    - Added fixed 2s auto-hide timer for manual opens (menu/keyboard shortcut)
    - UI sliders in settings for delay customization
    - Proper timer isolation between manual and edge-triggered behavior
    
    This prevents accidental triggers and ensures users have enough time to reach
    the window when opening from the menu bar, regardless of hide delay settings.
    
    Version bumped from 2.1.1 to 2.5.0 (Build 6)
    Dhahd committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    034c300 View commit details
    Browse the repository at this point in the history
  4. Release v2.5.0 - Auto-show/hide timing improvements

    Features:
    - Added configurable show delay (0-2s, default 0.3s) for edge-triggered opens
    - Added configurable hide delay (0-2s, default 0.5s) for edge-triggered hides
    - Added fixed 2s auto-hide timer for manual opens (menu/keyboard shortcut)
    - UI sliders in settings for delay customization
    - Proper timer isolation between manual and edge-triggered behavior
    
    This prevents accidental triggers and ensures users have enough time to reach
    the window when opening from the menu bar, regardless of hide delay settings.
    
    Version bumped from 2.1.1 to 2.5.0
    Dhahd committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    482adce View commit details
    Browse the repository at this point in the history
  5. Final v2.5.0 release build

    Changes:
    - Set auto-hide delay minimum to 0.1s (was 0.0s)
    - Added debug logging for manual vs edge-triggered opens
    - Converted distribution README from .md to .txt format
    - Rebuilt release binary with all fixes
    
    The manual open timer now correctly uses fixed 2s delay, while edge-triggered
    opens use the configurable delay from settings (0.1-2s).
    Dhahd committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    660df1c View commit details
    Browse the repository at this point in the history
  6. Release v2.5.0 - Auto-show/hide timing improvements

    Features:
    - Added configurable show delay (0-2s, default 0.3s) for edge-triggered opens
    - Added configurable hide delay (0-2s, default 0.5s) for edge-triggered hides
    - Added fixed 2s auto-hide timer for manual opens (menu/keyboard shortcut)
    - UI sliders in settings for delay customization
    - Proper timer isolation between manual and edge-triggered behavior
    
    This prevents accidental triggers and ensures users have enough time to reach
    the window when opening from the menu bar, regardless of hide delay settings.
    
    Version bumped from 2.1.1 to 2.5.0
    Dhahd committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    15f71bc View commit details
    Browse the repository at this point in the history
  7. intel support

    Dhahd committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    466680c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Bump version to 2.5.1 and replace CI workflows with universal binary …

    …build
    
    Replaces 4 broken GitHub Actions workflows with a single working one that
    builds a universal binary (Intel + Apple Silicon) and creates a DMG release.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Dhahd and claude committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    167296e View commit details
    Browse the repository at this point in the history
Loading