Releases: shoppepm/shoppe
Releases · shoppepm/shoppe
shoppe v1.3.0
shoppe v1.2.2
Getting started
wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe
1.2.2
NEW:
- Added commit variable which allows the user to checkout certain commit in git sources
(12e29f5)
FEATURE:
- Deprecated git-tag, now git can take tags (97e2f6a)
IMPROVEMENT/CODE:
- Improved the httpfetch function (multiple commits)
- Improved the checks that figure out if shoppe is in the pkglist or not (ce48c7e)
FIX:
FRONTEND/FIX:
- Fixed zypper query always returning 0 (ef8b387)
shoppe v1.2.1
shoppe v1.2.0
Getting started
wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe
1.2.0
BREAKING (soon):
- Started deprecating '+' switches and cleaned up switch parsing code (b65c929)
NEW:
- Added contentdir and sourcedir variables (372675d)
- Added hybrid repositories (local shoppepkg, non-local content.tar.gz) (7020ab1)
- 'provides' variable (see documentation) (fc78c07)
- Added ability to list information about all installed packages ('info installed') (8df6641)
FEATURE:
- Added support for cygrun as sudo alternative (7810f8d)
- Added switch (-c) for skipping the frontend only for packages which are being manually installed (in the packages variable)
IMPROVEMENT
- Shoppe will now check if command for package exists as fallback when no package manager is found (3abe3f0)
FIX:
shoppe v1.1.1
shoppe v1.1.0
Getting started
wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe
Changelog
NEW:
- Added utilities
- These utilities currently allow users to create a new package, validate a package, add a package to a repository, update a repository's pkglist (restock) and clear the configuration
FEATURE/IMPROVEMENT:
- Bump pkgrel every time the package is built (f4a8761)
- Add better success prompts (4bde466)
- Add shoppe to installed packages every time the installed package list is empty (c4d324e)
FIX:
shoppe v1.0.0 (The Beggining)
1.0.0
New:
- Initial release