Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai-Nelken authored Feb 22, 2021
1 parent ad7abd1 commit 09a3ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ Released 0.4.0: GIANT UPDATES!
and probably a bit more I forgot to document.

### 21/2/2021
control file uses the "$ARCH" variable in the descritpion field.
Replaced the `apt-install` function with `pkg-manage` function, this new function allows me to install and uninstall packages. this function brings me to the next change: the script now asks you if you wan't to uninstall the dependencies when cleaning up after itself though it isn't recommended to do it yet because it will uninstall all the packages even if you had them installed before, that brings me to a change I'm working on: making the `pkg-manage` function remember wich packages it installed, and then ask to uninstall only the ones that it installed.
added support for x86 and x86_64!, arch checking is much simpler now as well.

### 22/2/2021
added Raspberry Pi detection that is used to decide what is the summary and description of the deb.
some fixes for x86_64 including changing the output of x86_64 to amd64 because its the correct way to put in the deb control file.
some fixes for x86_64 including changing the output of x86_64 to amd64 because its the correct way to put in the deb control file.

0 comments on commit 09a3ee5

Please sign in to comment.