Skip to content

Latest commit

 

History

History
238 lines (127 loc) · 11.4 KB

File metadata and controls

238 lines (127 loc) · 11.4 KB

Changelog

1.4.0 (2026-04-06)

Features ✨

  • Add aliases configuration for environment (7393cbd)

Other

  • deps: bump semver from 1.0.27 to 1.0.28 (31d2914)

1.3.4 (2026-03-17)

Changes

  • Use std::sync::Lazy instead of the one from one_cell (5e91b96)

Other

  • deps: bump actions/checkout from 4 to 6 (1dc7f23)
  • deps: bump clap from 4.5.60 to 4.6.0 (42a1f56)
  • deps: bump console from 0.16.2 to 0.16.3 (41457c6)
  • deps: bump once_cell from 1.21.3 to 1.21.4 (ec937a5)
  • deps: bump which from 8.0.0 to 8.0.1 (bea9237)
  • deps: bump which from 8.0.1 to 8.0.2 (e1ffd08)
  • deps: bump yaml_serde from 0.10.3 to 0.10.4 (d5ed0ec)

1.3.3 (2026-03-01)

Bug Fixes 🐞

Documentation

  • Update installation section (572ed52)

Other

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)

1.3.1 (2025-11-21)

Bug Fixes 🐞

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

Other

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)

1.2.2 (2025-10-07)

Bug Fixes 🐞

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

Other

  • update pre-commit hooks (e56420f)

1.2.1 (2025-09-18)

Bug Fixes

  • Allow changing disk with cmd (e3f6d41)

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)

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)

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)

0.3.2 (2025-04-22)

Bug Fixes

  • clink: Do not add empty lines (cc78257)

0.3.1 (2025-03-29)

Bug Fixes

  • posh: Fix powershell manifest (79b61c3)

0.3.0 (2025-03-29)

Features

  • Add a new settings to change the terminal title or not (1690486)
  • Add pattern matching for environment (428a596)
  • Move to YAML for the config file (f9a8e7e)
  • posh: Add Powershell integration via a module (c62ec9e)
  • Use partial keys for environment (367b101)

Bug Fixes

  • clink: Use console.settitle instead of collaing TITLE... (32c95ab)
  • Remove unused dependency (fa6bff4)

0.2.0 (2025-03-19)

Features

  • Add some coloring and better console output (61ed79a)
  • Add the final information (9e1cafa)
  • clink: Add clink completion script (976784e)
  • clink: Add clink integration (bb831d5)
  • clink: Set the terminal title (ec4a047)
  • cmd: Set the terminal title (73315bb)

Bug Fixes

  • Fix example config file json (1bd7fe7)

0.1.0 (2025-03-19)

Features

  • Add batch file to use an env. (6a1b8a6)
  • Add Cargo.lock to the repository (c239b6b)
  • Add logger using log crate (c875977)
  • Check the config file (41b2c25)
  • Handle command line parameters (3a4e7a7)
  • Merge environments before printing (63dbaf9)
  • Print the resulting environment (75a9faa)
  • Read the config file (868c1e3)
  • Return the list of environment for a given name (bd2e62a)

Bug Fixes