Skip to content

Releases: tversteeg/emplace

v0.2.12

29 Feb 15:56
Compare
Choose a tag to compare

Fixed

  • Packages names will now be extracted from git URLs, for example when cargo install --git https://github.com/tversteeg/emplace is passed, emplace will be matched as the package name

Changed

v0.2.11

21 Feb 13:08
Compare
Choose a tag to compare

Added

  • Cargo also matches cargo install --git https://example.com

Changed

v0.2.10

02 Jan 15:11
Compare
Choose a tag to compare

Fixed

  • Bash init script returns the last exit code properly

Changed

v0.2.9

17 Dec 19:53
Compare
Choose a tag to compare

Changed

  • Messages are logged with timestamps

Fixed

  • Handling of . characters in APT

v0.2.8

06 Dec 15:16
Compare
Choose a tag to compare

Added

  • Fish shell support

v0.2.7

30 Nov 16:58
858b484
Compare
Choose a tag to compare

Fixed

  • emplace clean removes the proper files instead of everything else

v0.2.6

29 Nov 19:23
Compare
Choose a tag to compare

Added

  • emplace clean subcommand to remove packages from the repository

Changed

  • Removed subcommands from completions thare are only used internally

Fixed

  • Cargo mismatching --force install

v0.2.5

25 Nov 16:42
Compare
Choose a tag to compare

Added

  • Cargo.lock for NixOS (thanks @filalex77!)

Changed

  • Already mirrored packages are ignored

v0.2.4

23 Nov 15:38
Compare
Choose a tag to compare

Added

  • Shell completions for the CLI

Fixed

  • Better error handling using anyhow

v0.2.3

08 Nov 14:40
Compare
Choose a tag to compare

Fixed

  • Bash filtering for emplace executable
  • Command checking mechanism simplified, fixing Snap & Npm catches