Changelog
This commit is contained in:
parent
f7107a8ffb
commit
063a24834e
11
1.1.md
11
1.1.md
|
@ -12,8 +12,8 @@
|
|||
|
||||
### Config file
|
||||
|
||||
- Fetch now has a config file that you can share with people and<br \>
|
||||
keep between script versions!
|
||||
- Fetch now has a config file that you can share with people and keep between<br \>
|
||||
script versions!
|
||||
- Added `--config` and `$config_file` to specify a custom config location.
|
||||
- Added `--config off`, `--config none` and `$config` to enable / disable config files<br \>
|
||||
at launch or in script.
|
||||
|
@ -25,12 +25,15 @@ at launch or in script.
|
|||
this allows the script to be easily installed and uninstalled on<br \>
|
||||
systems it isn't packaged for yet!
|
||||
|
||||
**NOTE:** The script will still work just fine on its own, you'll just be missing<br \>
|
||||
the distro ascii art and the automatic creation.
|
||||
|
||||
|
||||
### Info
|
||||
|
||||
**Kernel:**
|
||||
|
||||
- Added `kernel_shorthand` to print less or more kernel info
|
||||
- Added `--kernel_shorthand` and `$kernel_shorthand` to print less or more kernel info
|
||||
|
||||
**Distro:**
|
||||
|
||||
|
@ -68,7 +71,7 @@ systems it isn't packaged for yet!
|
|||
|
||||
**Birthday:**
|
||||
|
||||
- Added `birthday` which prints the age of your OS
|
||||
- Added `birthday` which prints the age of your OS install.
|
||||
- Added `--birthday_shorthand` and `$birthday_shorthand` to shorten/lengthen<br \>
|
||||
the output of birthday.
|
||||
- Added `--birthday_time` and `$birthday_time` to show/hide the time in the output.
|
||||
|
|
Reference in New Issue