Releases: uni-linux/uni
Releases · uni-linux/uni
UNI v0.7.0
API
- Added
uni --help
to provide available use options in CLI #2 - Added
uni --recipes
to show available recipes indaltonmenezes
README page at recipes repository #2 - Updated the API to work using flags as alias
CORE
- Updated
uni bake
anduni bake how
to assume default recipe owner asdaltonmenezes
if not provided for ease typing #2
DOCS
- Updated the README and API docs with #2 additions.
- Updated the README badges
UNI v0.5.0
API
- Added
uni bake how
. It allows to know what one or more recipes does internally before it is allowed to cook - Added
uni remove
for uninstalling packages and update uni to work with it
CORE
- Added
get_recipe_author
to improve and show author info without url and special chars and split header text to header var for make it more readable in the code - Added styles script to format and colorize outputs
- Updated
bake
to work with multiple recipes at one time - Updated
uni add
anduni install
to work with multiple recipes at one time - Updated outputs to formatted and colorized styles
- Updated how
bake
get the recipe info and add some styles in output - Updated variables in all printf with more than one variables to parameter expansions
- Updated
bake
to get recipe info from github and put the response in a temporary file called.bake_temp.txt
, this makes the parsing more faster since the information is locally and will not need to be catched from the internet again in the current recipe session - Updated the nonexistent recipe message in
bake
to show which recipe name was typed. This is more useful when the user try to cook more than one recipe at one time. So each error message will show which recipe is failed - Updated
uni
to works withbake how
and update variables in all printf to parameter expansion - Updated the code style and the include files for late inclusion. This removes unnecessary file loadings in uni commands that don't require most of these inclusions
UNI v0.2.1
UNI v0.2.0
UNI v0.1.0
First release
0.0.1 Update API.md