Skip to content

v0.5.0

Compare
Choose a tag to compare
@Baarsgaard Baarsgaard released this 26 Oct 08:50
· 68 commits to master since this release

Changes

  • Refactor of WorklogDuration parser, greatly improving readability.
  • Personal-Access-Token/API-token input is now masked instead of hidden.
  • When picking configuration location, it was not clear which entry was global/local.

Fixes

  • Avoid exiting when $BROWSER is unset and instead prompt user.

All changes: v0.4.2...v0.5.0

Upgrading:

For the newest release:

jig upgrade

Installation

Pick between cloud and server (APIs differ)

Linux

# Cloud
wget -O ~/.local/bin/jig "https://github.com/Raunow/jig/releases/download/v0.5.0/jig-cloud-x86_64-unknown-linux-gnu"
# Server
wget -O ~/.local/bin/jig "https://github.com/Raunow/jig/releases/download/v0.5.0/jig-server-x86_64-unknown-linux-gnu"

chmod +x ~/.local/bin/jig

Windows

# cloud
Invoke-WebRequest -Uri "https://github.com/Raunow/jig/releases/download/v0.5.0/jig-cloud-x86_64-pc-windows-msvc.exe" -OutFile "C:\<Somewhere in PATH>"
# server
Invoke-WebRequest -Uri "https://github.com/Raunow/jig/releases/download/v0.5.0/jig-server-x86_64-pc-windows-msvc.exe" -OutFile "C:\<Somewhere in PATH>"

From source

Install Cargo along Rust using rustup: https://www.rust-lang.org/learn/get-started

cargo install --locked --git https://github.com/raunow/jig.git --features <cloud|server>