Skip to content

0.11.1 - 2024-03-01

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 04:52
· 141 commits to main since this release
72fd051

Release Notes

Fixed

  • create parent dir and activity and config file if --activity-log-file/--config is passed to pace but not existing
  • (cli) set aliases to subcommands to visible
  • phrasing in confirmation for not being able to resume ended activity
  • (commands) add short arg -s for begin --start
  • (time) actually test if begin time lies in the future, throwing an error that begin time cannot be after end time
  • (command) only set/override description when it actually contains a value

Other

  • remove version snapshot
  • fix snapshot testing for ci (#62)
  • factor out begin command for keeping it dry
  • fix missing id for upload of snapshots
  • upload insta snapshots from failed ci runs
  • implement snapshot tests for cli output
  • (deps) lock file maintenance (#61)
  • fix test for grouping activities fail on the boundary to midnight

Install pace-rs 0.11.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/pace-rs/pace/releases/download/pace-rs-v0.11.1/pace-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/pace-rs/pace/releases/download/pace-rs-v0.11.1/pace-rs-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install pace-rs/homebrew-tap/pace-rs

Download pace-rs 0.11.1

File Platform Checksum
pace-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
pace-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
pace-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
pace-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
pace-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
pace-rs-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum