Changelog

This commit is contained in:
Dylan 2016-02-01 11:10:20 +11:00
parent f7107a8ffb
commit 063a24834e
1 changed files with 7 additions and 4 deletions

11
1.1.md
View File

@ -12,8 +12,8 @@
### Config file ### Config file
- Fetch now has a config file that you can share with people and<br \> - Fetch now has a config file that you can share with people and keep between<br \>
keep between script versions! script versions!
- Added `--config` and `$config_file` to specify a custom config location. - Added `--config` and `$config_file` to specify a custom config location.
- Added `--config off`, `--config none` and `$config` to enable / disable config files<br \> - Added `--config off`, `--config none` and `$config` to enable / disable config files<br \>
at launch or in script. 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 \> this allows the script to be easily installed and uninstalled on<br \>
systems it isn't packaged for yet! 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 ### Info
**Kernel:** **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:** **Distro:**
@ -68,7 +71,7 @@ systems it isn't packaged for yet!
**Birthday:** **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 \> - Added `--birthday_shorthand` and `$birthday_shorthand` to shorten/lengthen<br \>
the output of birthday. the output of birthday.
- Added `--birthday_time` and `$birthday_time` to show/hide the time in the output. - Added `--birthday_time` and `$birthday_time` to show/hide the time in the output.