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

Commit a2aafca

Browse files
author
erazemkokot
committed
Bump version to 1.0.7 and update the changelog
1 parent 96bb7c3 commit a2aafca

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## Release v1.0.7
4+
5+
**Please always update the live Anarchy installer before using it,
6+
either by pressing 2 in the main menu or by executing `anarchy -u`,
7+
even if you have downloaded the latest release (there are always newer patches).**
8+
9+
* Add additional optional arguments to `iso-generator.sh` (--no-color, --no-input)
10+
* Allow choosing custom log and output directories
11+
* Finally actually compare checksums for upstream Arch ISOs (even with preexisting Arch ISOs)
12+
* Lint a few scripts (more lintings are planned in the future)
13+
* Properly generate Anarchy ISO checksum (now only filename, instead of the absolute path to file)
14+
* French translation updates
15+
* Removal of old, unused Anarchy repo code
16+
* Allow choosing additional DEs/WMs from the optional software menu
17+
* Start using `yay-bin` instead of `yay`
18+
* Remove `go` dependency of yay
19+
* Prepare for removal of i686 code
20+
* 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/))
21+
22+
### Removal of i686 code/releases
23+
24+
We have decided to completely remove i686 code, since currently the compilation
25+
process did not work properly and nobody was willing to maintain it.
26+
27+
If someone willing to maintain i686 support steps up, we will gladly re-add it.
28+
Please either message us on [Telegram](https://t.me/anarchy_linux)
29+
or using the [contact form](https://www.anarchylinux.org/contact.html) on our website.
30+
331
## Release v1.0.6
432

533
* Update French, Portuguese, Romanian and Spanish translations

iso-generator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ prettify() {
8080

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

0 commit comments

Comments
 (0)