docs: changlog

This commit is contained in:
Jack Wills
2023-01-03 17:54:11 +00:00
parent 7a42eba6b0
commit 32816dcca5
2 changed files with 5 additions and 4 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
### Chores ### Chores
+ dependencies updated, [9b09146aadae5727a5fee4de5fe0c1d70c581c22] + dependencies updated, [9b09146aadae5727a5fee4de5fe0c1d70c581c22]
### Features
+ `install.sh` script added, [7a42eba6b0968314af40ff87bcc42d288f6860bc], [e0703b76a1a28cfe266f130a7f7dec92f1b5ad58]
### Fixes ### Fixes
+ If a sort order is set, sort containers on every `update_stats()`, [cfdea77594e48c8c20a4d6e6c7ea31c9181361a1] + If a sort order is set, sort containers on every `update_stats()` execution, [cfdea77594e48c8c20a4d6e6c7ea31c9181361a1]
### Refactors ### Refactors
+ input sort executed in app_data struct `sort_by_header()`, [3cdc5fae02097628799209f371ae9292e513e76c] + input sort executed in app_data struct `sort_by_header()`, [3cdc5fae02097628799209f371ae9292e513e76c]
+1 -3
View File
@@ -153,7 +153,6 @@ check_tag () {
break;; break;;
*) *)
error_close "invalid option $REPLY" error_close "invalid option $REPLY"
break;;
esac esac
done done
} }
@@ -268,8 +267,7 @@ main() {
do do
case $choice in case $choice in
0) 0)
exit exit;;
break;;
1) 1)
cargo_test cargo_test
main main