Skip to content

Releases: dotboris/alt

v1.5.1

24 Feb 15:18
Compare
Choose a tag to compare

Changed

  • Update dependencies

v1.5.0

29 Oct 00:18
Compare
Choose a tag to compare

Added

  • alt scan can now locate binaries from homebrew when it's installed in /opt/homebrew.
    Thank you @Walrusse for #368.

v1.4.0

31 May 20:11
Compare
Choose a tag to compare

Added

  • Add pre-built ARM binaries for Linux
  • Add pre-built ARM binaries for MacOS

v1.3.1

08 Jan 16:12
Compare
Choose a tag to compare

Changed

  • Update [email protected] crate to 0.6.4. The previous version we were using
    has been yanked from crates.io.

v1.3.0

08 Jan 14:00
Compare
Choose a tag to compare

Added

  • Add man pages. Users will now be able to run man alt as well as man alt-{subcommand} in order to get documentation alt and its subcommands.

Changed

  • Migrate to Rust 2021 Edition. This should have no effect on users but may
    affect people building from source.
  • Migrate to clap@v4. This changes the way the help text is rendered. In terms
    of behavior, nothing should change.
  • Change some of the errors management to use the
    anyhow crate. This should make the errors
    affected by this change clearer and give more context.
  • Rewrite how command versions are managed internally. This is a purely internal
    change and should not affect users in any way.

Fixed

  • Ensure alt def always stores the binary path it is given as an absolute
    path. This fixes an issue where alt would fail to run a command version if
    it was defined using a relative path.
    (#274)

v1.2.1

24 Jun 18:22
Compare
Choose a tag to compare

Changed

  • Rename default branch from master to main. This should have no effect on
    users but may affect people building from source.

Fixed

  • Fixed typo in help text for the alt use command.

v1.2.0

06 Dec 16:17
Compare
Choose a tag to compare
Update CI creds

v1.1.1

16 Nov 19:28
Compare
Choose a tag to compare
Bump v1.1.1

v1.1.0

27 Oct 22:21
Compare
Choose a tag to compare
bump v1.1.0

v1.0.6

02 Sep 15:02
Compare
Choose a tag to compare
Bumb version to v1.0.6