Releases: uni-linux/uni
Releases · uni-linux/uni
UNI v0.7.0
API
- Added
uni --helpto provide available use options in CLI #2 - Added
uni --recipesto show available recipes indaltonmenezesREADME page at recipes repository #2 - Updated the API to work using flags as alias
CORE
- Updated
uni bakeanduni bake howto assume default recipe owner asdaltonmenezesif 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 removefor uninstalling packages and update uni to work with it
CORE
- Added
get_recipe_authorto 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
baketo work with multiple recipes at one time - Updated
uni addanduni installto work with multiple recipes at one time - Updated outputs to formatted and colorized styles
- Updated how
bakeget the recipe info and add some styles in output - Updated variables in all printf with more than one variables to parameter expansions
- Updated
baketo 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
baketo 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
unito works withbake howand 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