Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 2c35313

Browse files
author
Erazem Kokot
committed
Prepare for release v1.1.0
1 parent 6b99e6a commit 2c35313

2 files changed

Lines changed: 36 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## Release v1.1.0
4+
5+
* Based on archlinux-2020.04.01
6+
* Allow Terabyte-sized partitions
7+
* Add check for `wlan` interface
8+
* Code cleanup
9+
* A bunch of new wallpapers added and old wallpapers removed
10+
* Updated main installer menu with a `-k` option
11+
* Support compiling the iso with docker
12+
* Fix zshrc
13+
* Updated XFCE and Cinnamon desktops
14+
* Fix virtualbox guest packages
15+
* Add `broadcom-wl` wireless drivers
16+
317
## Release v1.0.10
418

519
* Based on Arch Linux's 01/01/2020 release
@@ -16,31 +30,34 @@
1630
## Release v1.0.8
1731

1832
* Update French and Romanian translations
19-
* Remove Fetchmirrors from the main menu (mirrors can still be updated normally during the installation)
20-
* New users aren't automatically added to 'users' group, but their respective username-based groups
21-
* Completely remove i686 code (can be re-added if someone is willing to support it)
33+
* Remove Fetchmirrors from the main menu (mirrors can still be updated
34+
normally during the installation)
35+
* New users aren't automatically added to 'users' group, but their respective
36+
username-based groups
37+
* Completely remove i686 code (can be re-added if someone is willing to
38+
support it)
2239
* Add AMDGPU driver (`xf86-video-amdgpu`)
23-
* Retrieve downloads from anarchylinux/brand repository (no change for users, just in the installation process)
40+
* Retrieve downloads from anarchylinux/brand repository (no change for users,
41+
just in the installation process)
2442
* Fix GRUB errors if `base` package was selected
2543

2644
## Release v1.0.7
2745

28-
**Please always update the live Anarchy installer before using it,
29-
either by pressing 2 in the main menu or by executing `anarchy -u`,
30-
even if you have downloaded the latest release (there are always newer patches).**
31-
32-
* Add additional optional arguments to `iso-generator.sh` (--no-color, --no-input)
46+
* Add additional optional arguments to `iso-generator.sh`
47+
(--no-color, --no-input)
3348
* Allow choosing custom log and output directories
34-
* Finally actually compare checksums for upstream Arch ISOs (even with preexisting Arch ISOs)
49+
* Finally actually compare checksums for upstream Arch ISOs
50+
(even with preexisting Arch ISOs)
3551
* Lint a few scripts (more lintings are planned in the future)
36-
* Properly generate Anarchy ISO checksum (now only filename, instead of the absolute path to file)
52+
* Properly generate Anarchy ISO checksum (now only filename,
53+
instead of the absolute path to file)
3754
* French translation updates
3855
* Removal of old, unused Anarchy repo code
3956
* Allow choosing additional DEs/WMs from the optional software menu
4057
* Start using `yay-bin` instead of `yay`
4158
* Remove `go` dependency of yay
4259
* Prepare for removal of i686 code
43-
* 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/))
60+
* Update default installation packages due to Arch's structural changes
4461

4562
### Removal of i686 code/releases
4663

@@ -49,13 +66,15 @@ process did not work properly and nobody was willing to maintain it.
4966

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

5472
## Release v1.0.6
5573

5674
* Update French, Portuguese, Romanian and Spanish translations
5775
* Move keyboard selection menu to after selecting a language
58-
* Remove `rethinkdb`, `alienarena`, `flightgear` and `urbanterror` (moved to the AUR)
76+
* Remove `rethinkdb`, `alienarena`, `flightgear` and `urbanterror`
77+
(moved to the AUR)
5978
* Rename `dlang-dmd`, `java-openjfx`
6079
* Add `yay` to custom DE installations
6180
* Remove some Anarchy branding info (`lsb-release` and `os-release`)
@@ -73,7 +92,7 @@ or using the [contact form](https://www.anarchylinux.org/contact.html) on our we
7392
* Start using checksums with new releases
7493
* Completely remove `arch-wiki`
7594
* Make iso generation more verbose (easier to debug)
76-
* Remove GREP_OPTIONS from `.zshrc`
95+
* Remove `GREP_OPTIONS` from `.zshrc`
7796
* Update French translation
7897
* Remove OpenJDK7 in favour of OpenJDK8
7998
* Add `youtue-dl` to package list

compile.sh

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

7272
set_version() {
7373
# Label must be up to 11 chars long (incremental numbers)
74-
anarchy_iso_label="ANARCHY09"
75-
anarchy_iso_release="1.0.11"
74+
anarchy_iso_label="ANARCHY110"
75+
anarchy_iso_release="1.1.0"
7676
anarchy_iso_name="anarchy-${anarchy_iso_release}-x86_64.iso"
7777
}
7878

0 commit comments

Comments
 (0)