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: morington/gnome-timer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: arantebw/gnome-timer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 28, 2025

  1. Add Pomodoro-style repetitions and rest time

    Repetitions:
    Use repX (e.g., rep3 for 3 repetitions).
    Rest Time:
    Use restX with time units (s, m, h) like rest30s, rest1m, rest1h.
    Combining Units
    Example: 2s rep3 rest1m → 2s work, 3 reps, 1m rest.
    
    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    lbgracioso authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    267890d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Update documentation, refactor README.md (#3)

    * refactor(DOCS): Update documentation
    
    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    
    * refactor: Remove additional breaks from CHANGELOG.md
    
    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    
    ---------
    
    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    lbgracioso authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    f383f7e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Create CONTRIBUTING.md

    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    Lucas Gracioso committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    a5fb23e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Change to shell version 48, create pack-to-gnome.sh (#4)

    * feat: create pack-to-gnome.sh to make it easier sending updates to gnome extensions
    
    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    
    * refactor: use english
    
    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    
    ---------
    
    Signed-off-by: Lucas Gracioso <contact@lbgracioso.net>
    lbgracioso authored May 21, 2025
    Configuration menu
    Copy the full SHA
    a5f9ea3 View commit details
    Browse the repository at this point in the history
Loading