Skip to content

Releases: makedeb/mist

v0.12.0

12 Jul 21:21
ff9eaeb
Compare
Choose a tag to compare

Fixed

  • Remove Gzip processor from MPR package downloader.

v0.11.0

03 Jul 18:14
1e7a88f
Compare
Choose a tag to compare

Changed

  • Return non-zero exit code when no packages are found for search and list commands.
  • Internal performance improvements.
  • Use rustls instead of openssl for network requests.

v0.10.0

01 Oct 05:24
9e70736
Compare
Choose a tag to compare

Changed

  • Don't allow running install or upgrade commands as root.

v0.9.9

26 Sep 10:16
d9f88b8
Compare
Choose a tag to compare

Changed

  • Pass in each file manually to ${EDITOR} during file review.

Fixed

  • Fix issues with MPR dependency resolver.

v0.9.8

26 Sep 08:19
5132bb8
Compare
Choose a tag to compare

Fixed

  • Fix panics when using the -i flag with mist list.
  • Fix panics when installing MPR packages.
  • Fix /var/cache/mist/pkglist.gz being read in completions even when it doesn't exist.

v0.9.7

26 Sep 07:23
ba80230
Compare
Choose a tag to compare

Fixed

  • Ensure Mist's cache directory in ${HOME} is owned by the current user when Mist has to create it.

v0.9.6

26 Sep 06:47
22f251e
Compare
Choose a tag to compare

Fixed

  • Ensure virtual packages don't get included in package results.

v0.9.5

26 Sep 05:00
e257561
Compare
Choose a tag to compare

Security

  • Ensure sudo binary used for permission checks isn't one supplied by the user in the PATH variable.

v0.9.4

25 Sep 08:52
09b9e5e
Compare
Choose a tag to compare

Fixed

  • Ensure cache directories exist before they're used.

v0.9.3

25 Sep 08:22
c4ae92e
Compare
Choose a tag to compare

Fixed

  • Add postinst script during deployments.