Skip to content

Releases: narnaud/use

v0.3.1

29 Mar 12:27
Compare
Choose a tag to compare

0.3.1 (2025-03-29)

Bug Fixes

  • posh: Fix powershell manifest (79b61c3)

v0.3.0

29 Mar 08:35
Compare
Choose a tag to compare

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)

v0.2.0

19 Mar 19:12
Compare
Choose a tag to compare

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)

v0.1.0

19 Mar 19:06
Compare
Choose a tag to compare

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 paramters (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