Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: kisslinux/kiss

0.30.1

16 Sep 09:00
Compare
Choose a tag to compare
  • Fixed dependency handling on kiss update.

0.30.0

16 Sep 08:50
Compare
Choose a tag to compare
  • Smarter dependency handling.
    • Pulls in less dependencies where possible.
    • Detects dependencies between explicit packages.
  • KISS_FORCE now works with kiss install to force installation.
  • Overall clean up of code (100~ LOC removed).

0.21.0

11 Sep 19:43
Compare
Choose a tag to compare
  • Fixed bug with repository files polluting / (harmless but annoying).

0.20.2

11 Sep 17:32
Compare
Choose a tag to compare
  • Added progress bar on package installation.

0.20.1

11 Sep 15:07
Compare
Choose a tag to compare
  • Don't error on git repository with no remote.

0.20.0

11 Sep 12:22
Compare
Choose a tag to compare
  • Fixed issues with dash.
  • Fixed $KISS_ROOT.
  • Package conflict detection is now a lot faster (28 seconds -> 8 seconds (Python 3 - 8000 files)).
  • Bulk of the program was simplified.

Note: Please report any issues which may arise.

0.12.0

08 Sep 12:51
Compare
Choose a tag to compare
  • Cache directory is now stored in $XDG_CACHE_HOME/kiss (~/.cache/kiss if the environment variable is unset). This is a breaking change and I apologize but it had to be done.

See: https://getkiss.org/news/20190908a/

0.11.3

08 Sep 09:12
Compare
Choose a tag to compare
  • Fixed random tar errors.
  • Added KISS_PID environment variable to preempt build directory.
    • KISS_DEBUG=1 KISS_PID=1 kiss b pkg will always build in /var/cache/kiss/build-1 and keep the files around on error.

0.11.2

02 Sep 12:57
Compare
Choose a tag to compare
  • Clean up.

0.11.1

31 Aug 13:33
Compare
Choose a tag to compare
  • kiss update now handles package manager updates first.
  • KISS_ROOT works again.
  • Added KISS_FORCE to force a package removal.
    • KISS_FORCE=1 kiss remove pkg