Skip to content

Releases: narnaud/use

v1.3.3

01 Mar 09:03

Choose a tag to compare

1.3.3 (2026-03-01)

Bug Fixes 🐞

Documentation

  • Update installation section (572ed52)

Other

v1.3.2

28 Feb 15:21

Choose a tag to compare

1.3.2 (2026-02-28)

Documentation

Other

  • Add release profile for optimized binary size (aaac818)
  • ci: Update build and publish, add dependabot (c7603f5)
  • deps: bump actions/checkout from 4 to 6 (6ef42fa)
  • deps: bump clap from 4.5.53 to 4.5.60 (773d4e3)
  • deps: bump console from 0.16.1 to 0.16.2 (86b45c9)
  • deps: bump regex from 1.12.2 to 1.12.3 (faa37d6)
  • deps: Replace deprecated serde_yaml with yaml_serde (405426d)
  • Update manifest with metadata (2620838)

v1.3.1

22 Nov 18:05

Choose a tag to compare

1.3.1 (2025-11-21)

Bug Fixes 🐞

  • print: Improve readability of the print command (0e5058b)

Other

v1.3.0

17 Nov 19:33

Choose a tag to compare

1.3.0 (2025-11-16)

Features ✨

  • Change config file path to $HOME/.config/use.yaml (0a89acd)

Bug Fixes 🐞

  • cmd: Fix go to use chdir instead of cd (8b6baac)
  • Remove double : in warning and error messages (812b853)

v1.2.2

07 Oct 11:08

Choose a tag to compare

1.2.2 (2025-10-07)

Bug Fixes 🐞

  • cmd: Fix detection of flags in init script (4302cc9)

Other

  • update pre-commit hooks (e56420f)

v1.2.1

19 Sep 08:17

Choose a tag to compare

1.2.1 (2025-09-18)

Bug Fixes

  • Allow changing disk with cmd (e3f6d41)

v1.2.0

12 Sep 16:26

Choose a tag to compare

1.2.0 (2025-09-12)

Features

  • Add env variable substitution (939c195)
  • Resolve dependencies between environment variables (d26271c)

Bug Fixes

  • cmd: Add missing commands to completion (1fad1e9)
  • Order of dependencies is now correct (c0eeb0b)
  • powershell: Add missing commands to completion (f796225)

v1.1.0

09 Sep 18:20

Choose a tag to compare

1.1.0 (2025-09-09)

Features

  • Add config file handling (99b0440)
  • Add finished line to the output (facf312)
  • Add print command (8e2a7bc)

Bug Fixes

  • Fix some rust clippy issues (fc2ef8f)
  • fold environment with a specific shell (21ea69d)

v1.0.0

23 Aug 18:34

Choose a tag to compare

1.0.0 (2025-08-23)

⚠ BREAKING CHANGES

  • use is now generating the shell commands
  • Change settings cli options
  • Integrate shell initialisation in the executable

Features

  • Integrate shell initialisation in the executable (0adebfd)

Bug Fixes

  • Add shell integration scripts into package (06e30b6)
  • Another fix, this time the executable name... (9658269)

Code Refactoring

  • Change settings cli options (f6bfb18)
  • use is now generating the shell commands (b23b39f)

v0.3.2

23 Apr 06:15

Choose a tag to compare

0.3.2 (2025-04-22)

Bug Fixes

  • clink: Do not add empty lines (cc78257)