Thanks to visit codestin.com
Credit goes to github.com

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: cjpais/Handy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: cjpais/Handy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 5 commits
  • 15 files changed
  • 5 contributors

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    97f3018 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. feat: SIGUSR2 handling for toggles (#354)

    * feat: SIGUSR2 handling for toggles
    
    * run format
    
    ---------
    
    Co-authored-by: CJ Pais <[email protected]>
    johnpyp and cjpais authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    9c4b1e1 View commit details
    Browse the repository at this point in the history
  2. Improve audio feedback timing using real sound duration and trimmed W…

    …AV files (#349)
    
    * feat: add sound duration retrieval for audio feedback
    
    * Trim trailing silence from pop_start.wav and pop_stop.wav
    
    * refactor: simplify sound file and base directory retrieval
    
    * feat: only delay mute if audio feedback is enabled
    
    * change the logic
    
    * simplify new logic
    
    * simplify get_sound_path and get_sound_base_dir, reorder functions
    
    * add implicit blocking to playTestSound
    
    * modify to my pref style
    
    ---------
    
    Co-authored-by: CJ Pais <[email protected]>
    Maicon-Moreira and cjpais authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    c267263 View commit details
    Browse the repository at this point in the history
  3. Release v0.6.2

    cjpais committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    0c5989d View commit details
    Browse the repository at this point in the history
  4. feat: add conversion between Simplified and Traditional Chinese. (#356)

    * feat: add conversion between Simplified and Traditional Chinese. If the selected language is Simplified or Traditional Chinese, it will convert the text to the selected variant(Simplified or Traditional) after been recognized, depends on opencc, if it is not installed, the conversion will skip.
    
    * Adopting ferrous-opencc makes cross-platform packaging easier.
    figwood authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    ec3b06d View commit details
    Browse the repository at this point in the history
Loading