pace v0.14.0 released #81
Pinned
simonsan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Added
(ux) warn the user if multiple config files are found and inform that we are using the first in the list.
(config) [breaking] change config fields to use kebab-case and use shorter names for general config. Please rename your old config and regenerate your config with
pace setup config
. Or replace_
with-
and rename the following fields accordingly:activity_log_path
=>path
activity_log_storage
=>storage-kind
activity_log_format
=>format-kind
(review) add case-sensitive flag and implement filtering by categories
(review) split categories into (sub-)categories and deduplicated based on that
(review) the duration of running activities is taken at the time of the review, so running activities don't show up as 0 duration anymore
(review) deduplicate activities within a category by description
(commands) add
setup show
subcommand to show the currently loaded configuration(insights) Show amount and duration of intermissions in insights
Fixed
Other
Install pace-rs 0.14.0
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/pace-rs/pace/releases/download/pace-rs-v0.14.0/pace-rs-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
Download pace-rs 0.14.0
Beta Was this translation helpful? Give feedback.
All reactions