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: caarlos0/timer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: caarlos0/timer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 13 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 10, 2023

  1. docs: update gif

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f9e86bb View commit details
    Browse the repository at this point in the history
  2. feat: entered the altscreen Altscreen (#49)

    * wip altscreen
    
    refs #46
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    * feat: center the timer in fullscreen mode
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    Co-authored-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    nkxxll and caarlos0 authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    aad3a9c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. docs: fix badge url

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    35f9e65 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. build(deps): Bump github.com/charmbracelet/bubbles from 0.14.0 to 0.1…

    …5.0 (#52)
    
    Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.14.0 to 0.15.0.
    - [Release notes](https://github.com/charmbracelet/bubbles/releases)
    - [Commits](charmbracelet/bubbles@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/bubbles
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4fe692c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. fix: use 100ms interval if timer < 1m (#51)

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1f437ba View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. build(deps): Bump github.com/charmbracelet/bubbletea (#56)

    Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.23.1 to 0.23.2.
    - [Release notes](https://github.com/charmbracelet/bubbletea/releases)
    - [Commits](charmbracelet/bubbletea@v0.23.1...v0.23.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/bubbletea
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    931d20b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. build(deps): Bump golang.org/x/text from 0.3.7 to 0.3.8 (#59)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.7...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e5b135c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. build(deps): Bump sigstore/cosign-installer from 2.8.1 to 3.0.1 (#60)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.8.1 to 3.0.1.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@v2.8.1...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3adccab View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

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

Commits on Mar 17, 2023

  1. build(deps): Bump actions/setup-go from 3 to 4 (#63)

    * build(deps): Bump actions/setup-go from 3 to 4
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
    dependabot[bot] and caarlos0 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c9265a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. build(deps): Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#64)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.6.1...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d94bd2a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. build(deps): Bump sigstore/cosign-installer from 3.0.1 to 3.0.2 (#65)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@v3.0.1...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    50561bc View commit details
    Browse the repository at this point in the history
Loading