Skip to content

Releases: pace-rs/pace

pace_time-v0.1.2

24 Mar 15:01
e04f32c
Compare
Choose a tag to compare

Added

  • (template) implement html and markdown templating for reflections (#105)

pace_core-v0.19.0

24 Mar 20:09
aff742b
Compare
Choose a tag to compare

Other

  • remove pace_testing crate and migrate it to integration test (#108)

pace_core-v0.18.0

24 Mar 15:02
e04f32c
Compare
Choose a tag to compare

Added

  • (template) implement html and markdown templating for reflections (#105)
  • (commands) set short version of time zone arguments and case-sensitive

0.15.2 - 2024-03-24

24 Mar 20:20
aff742b
Compare
Choose a tag to compare

Release Notes

Added

  • (completions) add nushell completions

Other

  • remove pace_testing crate and migrate it to integration test (#108)
  • ignore tests that use utc locally and only run them in ci

Install pace-rs 0.15.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/pace-rs/pace/releases/download/pace-rs-v0.15.2/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.15.2/pace-rs-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

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

Download pace-rs 0.15.2

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

0.15.1 - 2024-03-24

24 Mar 15:13
e04f32c
Compare
Choose a tag to compare

Release Notes

Added

  • (template) implement html and markdown templating for reflections (#105)
  • (commands) set short version of time zone arguments and case-sensitive

Other

  • (deps) update rust crate rayon to 1.10.0 (#106)
  • update user docs pdf
  • update readme for docs directory
  • add documentation and embed in dist package + add updater command in justfile

Install pace-rs 0.15.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/pace-rs/pace/releases/download/pace-rs-v0.15.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.15.1/pace-rs-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

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

Download pace-rs 0.15.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

pace_time-v0.1.1

23 Mar 12:59
a9146ca
Compare
Choose a tag to compare

Other

  • add more tests including journey test (#102)

pace_testing-v0.2.0

23 Mar 18:19
699e112
Compare
Choose a tag to compare

Added

  • (timezone) improve ux and time zone handling (#100)
  • (timezone) [breaking] improves how pace handles timezones

Other

  • update manifests
  • cleanup imports

pace_server-v0.1.3

23 Mar 18:19
699e112
Compare
Choose a tag to compare

Other

  • update manifests

pace_core-v0.17.0

23 Mar 18:18
699e112
Compare
Choose a tag to compare

Added

  • (display) implement time zone display for activity (#103)
  • (timezone) improve ux and time zone handling (#100)
  • (commands) impl getters and setters for config values
  • (commands) add rather bare bones settings command for now
  • add arg-group to make tz args mutually exclusive
  • add timezone args also to other commands
  • set visible aliases
  • (setup) implement time zone prompt for setup config
  • (commands) rename review to reflect
  • get local time offset
  • (timezone) [breaking] improves how pace handles timezones

Fixed

  • (deps) update rust crate toml to 0.8.12 (#99)
  • (deps) update rust crate diesel to 2.1.5 (#98)
  • (deps) update rust crate wildmatch to 2.3.3 (#95)
  • clippy lints
  • (deps) update rust crate wildmatch to 2.3.2 (#94)
  • (deps) update rust crate thiserror to 1.0.58 (#93)
  • (deps) update rust crate wildmatch to 2.3.1 (#92)
  • (deps) update rust crate toml to 0.8.11 (#91)
  • (deps) update rust crate strum_macros to 0.26.2 (#86)
  • (deps) update rust crate strum to 0.26.2 (#85)

Other

  • add more tests including journey test (#102)
  • update manifests
  • cleanup imports

pace_cli-v0.4.5

23 Mar 18:19
699e112
Compare
Choose a tag to compare

Added

  • (timezone) improve ux and time zone handling (#100)
  • (commands) impl getters and setters for config values
  • (setup) implement time zone prompt for setup config

Other

  • update manifests
  • cleanup imports