Skip to content

Releases: pando85/timer

v0.6.1

23 Feb 14:05
v0.6.1
Compare
Choose a tag to compare

Build

  • Update cargo lock file

CI

  • Add renovate.json
  • Change commit message format
  • Update Rust crate time to 0.3.34
  • Update KSXGitHub/github-actions-deploy-aur action to v2.7.0
  • Update Rust crate clap to 4.5
  • Update wagoid/commitlint-github-action action to v1.8.0
  • Update Rust crate regex to 1.10
  • Update actions/stale action to v9
  • Update Rust crate tailcall to v1
  • Update wagoid/commitlint-github-action action to v5

v0.6.0

22 Sep 18:50
v0.6.0
Compare
Choose a tag to compare

Build

  • Upgrade dependencies
  • Remove resolver warning

CI

  • Update to node16 github actions
  • Change rust tools to dtolnay/rust-toolchain action
  • Add stale bot for PRs and issues

Documentation

  • Add play example for HH:MM format less than 10 hours
  • Fix build badge

Fixed

  • Cargo clippy errors
  • Update MacOS workers
  • Upgrade cache action version to v2

Refactor

  • Makefile project_version variable

v0.5.1

27 Oct 18:55
v0.5.1
Compare
Choose a tag to compare

Added

  • Update clap to v4
  • Add clap debug_assert
  • Add git-cliff to update CHANGELOG automatically

Fixed

  • Change clippy params to lint all code

Refactor

  • Replace clap function with command or arg
  • Add tailcall to enable recursion again in countdown

v0.5.0

30 Sep 06:25
v0.5.0
Compare
Choose a tag to compare

Added

  • Add loop option to repeat counter infinitely(#68)

v0.4.0

29 Sep 11:39
v0.4.0
Compare
Choose a tag to compare

Added

  • Add terminal-bell and silence options(#66)

v0.3.5

15 Aug 19:40
v0.3.5
Compare
Choose a tag to compare

Fixed

  • Added pkg-config to AUR build dependencies(#62)

v0.3.4

15 Aug 17:32
v0.3.4
Compare
Choose a tag to compare

Fixed

  • Zero delay when no output stream found in Rodio(#61)

v0.3.3

13 Jun 13:02
v0.3.3
Compare
Choose a tag to compare

Fixed

  • ci: Fix rash install in AUR release

v0.3.2

10 Jun 14:52
v0.3.2
Compare
Choose a tag to compare

Fixed

v0.3.1

05 Jan 18:05
v0.3.1
Compare
Choose a tag to compare

Fixed

  • Replace recursive function with loop