This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: kisslinux/kiss
Releases · kisslinux/kiss
0.30.1
- Fixed dependency handling on
kiss update
.
0.30.0
- Smarter dependency handling.
- Pulls in less dependencies where possible.
- Detects dependencies between explicit packages.
KISS_FORCE
now works withkiss install
to force installation.- Overall clean up of code (100~ LOC removed).
0.21.0
- Fixed bug with repository files polluting
/
(harmless but annoying).
0.20.2
- Added progress bar on package installation.
0.20.1
- Don't error on git repository with no remote.
0.20.0
- 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
- 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.
0.11.3
- 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
- Clean up.
0.11.1
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