Skip to content

Releases: futrime/lip

v0.3.2

23 Jan 08:37
eb0496c
Compare
Choose a tag to compare

What's Changed

  • build: add multi-platform building by @futrime in #12
  • build: some changes by @PA733 in #15
  • build(actions): add multiple platform support by @futrime in #17

Added

  • "Add to PATH" option in setup utility.
  • Mac OS, Linux and OpenBSD support.
  • Arm64 support.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Jan 12:30
Compare
Choose a tag to compare

What's Changed

  • feat(build): nsis installer by @PA733 in #10
  • build: add build scripts for setup by @futrime in #11

Added

  • Setup utility to install Lip.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Jan 09:47
278d385
Compare
Choose a tag to compare

What's Changed

Added

  • Possession keeping support when force-reinstalling or upgrading.
  • --force-reinstall flag and --upgrade flag support.

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

17 Jan 13:26
acf539a
Compare
Choose a tag to compare

What's Changed

Fixed

  • Failing to fetch tooth whose version has suffix +incompatible.
  • Failing to parse wildcards.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Jan 08:56
ef73ef6
Compare
Choose a tag to compare

What's Changed

Added

  • Possession field in tooth.json to specify directory to remove when uninstalling a tooth.

Fixed

  • Fix failing to fetch tooth when the repository does not contain go.mod file.
  • Fix failing to parse tooth file when the tooth is downloaded via GOPROXY.
  • Fix failing to parse tooth when tooth.json is the only file in the tooth.

Changed

  • Change extension name of tooth files to .tth

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Jan 02:31
175394e
Compare
Choose a tag to compare

What's Changed

Added

  • Basic functions: cache, install, list, show, tooth init, and uninstall.

New Contributors

Full Changelog: https://github.com/LiteLDev/Lip/commits/v0.1.0