Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.0.7 and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erazemkokot committed Oct 15, 2019
1 parent 96bb7c3 commit a2aafca
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,33 @@
# Changelog

## Release v1.0.7

**Please always update the live Anarchy installer before using it,
either by pressing 2 in the main menu or by executing `anarchy -u`,
even if you have downloaded the latest release (there are always newer patches).**

* Add additional optional arguments to `iso-generator.sh` (--no-color, --no-input)
* Allow choosing custom log and output directories
* Finally actually compare checksums for upstream Arch ISOs (even with preexisting Arch ISOs)
* Lint a few scripts (more lintings are planned in the future)
* Properly generate Anarchy ISO checksum (now only filename, instead of the absolute path to file)
* French translation updates
* Removal of old, unused Anarchy repo code
* Allow choosing additional DEs/WMs from the optional software menu
* Start using `yay-bin` instead of `yay`
* Remove `go` dependency of yay
* Prepare for removal of i686 code
* Update installation packages (e.g. add `linux` package to base install - see [Arch News](https://www.archlinux.org/news/base-group-replaced-by-mandatory-base-package-manual-intervention-required/))

### Removal of i686 code/releases

We have decided to completely remove i686 code, since currently the compilation
process did not work properly and nobody was willing to maintain it.

If someone willing to maintain i686 support steps up, we will gladly re-add it.
Please either message us on [Telegram](https://t.me/anarchy_linux)
or using the [contact form](https://www.anarchylinux.org/contact.html) on our website.

## Release v1.0.6

* Update French, Portuguese, Romanian and Spanish translations
Expand Down
4 changes: 2 additions & 2 deletions iso-generator.sh
Expand Up @@ -80,8 +80,8 @@ prettify() {

set_version() {
# Label must be 11 characters long
anarchy_iso_label="ANARCHYV106" # prev: iso_label
anarchy_iso_release="1.0.6" # prev: iso_rel
anarchy_iso_label="ANARCHYV107" # prev: iso_label
anarchy_iso_release="1.0.7" # prev: iso_rel
anarchy_iso_name="anarchy-${anarchy_iso_release}-${system_architecture}.iso" # prev: version
}

Expand Down

0 comments on commit a2aafca

Please sign in to comment.