This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: kisslinux/kiss
Releases · kisslinux/kiss
0.11.0
- Removed usage of
file
,readelf
is used instead.file
was only used in thepkg_strip
function which depends onstrip
frombinutils
,readelf
is also inbinutils
.
0.10.0
- Removed
fakeroot
usage. - Fixed cache sometimes not clearing.
0.9.0
kiss update
now installs each package.- Fixed bug in package upgrades.
0.8.1
- Fix missing
sudo
call.
0.8.0
- Fixed bug with temporary file not being removed.
- Optimized package stripping.
- Optimized package conflict checks.
0.7.0
0.6.3
- Fix update args. @sebastianertz
- Add prompt after
kiss build
for installation. - Add
post-install
log message.
0.6.2
- Remove cache log message (for now).
0.6.1
- Faster updates by skipping duplicate
git pull
s. - Added message to indicate when the cache is being cleaned.
0.6.0
- Added dependency on
sudo
.- This allows the package manager to run as a normal user.
- Fixed bug with stray directories being left behind.
- Moved some operators to kiss-utils.