Skip to content

Commit

Permalink
[META] Bumps Archey to v4.15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Sep 30, 2024
1 parent 7d4dffd commit 46ab571
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project (partially) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v4.15.0.0] - 2024-09-30
### Added
- `GPU` support for Raspberry Pi
- `Model` support for Raspberry Pi 5+
- `none` logo style to completely hide distribution logo
- AppArmor confinement profile (included in Debian and AUR packages)
- `DesktopEnvironment` support for Windows
- `WindowManager` support for Windows
- `WindowManager` support for some Wayland compositors

### Changed
- `Model` honor `/proc/device-tree/model` when it exists
- `Model` honors `/proc/device-tree/model` when it exists
- `Packages` shows counts divided by package managers
- `DesktopEnvironment` now honors environment (including `XDG_CURRENT_DESKTOP`)

### Removed
- `_distribution` protected attribute from `Output` class

### Security
- AppArmor confinement profile (included in Debian and AUR packages)

## [v4.14.3.0] - 2024-04-06
### Added
- Official Armbian distribution support
Expand Down Expand Up @@ -459,7 +464,8 @@ and this project (partially) adheres to [Semantic Versioning](https://semver.org
- Main bugs fixes
- Project officially forked from djmelik/archey

[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.3.0...HEAD
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.15.0.0...HEAD
[v4.15.0.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.3.0...v4.15.0.0
[v4.14.3.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.2.0...v4.14.3.0
[v4.14.2.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.1.0...v4.14.2.0
[v4.14.1.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.1...v4.14.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pkg install archey4

```bash
# If you want the latest release :
wget -qO archey4.tar.gz "https://github.com/HorlogeSkynet/archey4/archive/v4.14.3.0.tar.gz"
wget -qO archey4.tar.gz "https://github.com/HorlogeSkynet/archey4/archive/v4.15.0.0.tar.gz"
tar xvzf archey4.tar.gz
cd archey4-*/

Expand Down
2 changes: 1 addition & 1 deletion archey/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Simple module storing the current project version"""

__version__ = "4.14.3.0"
__version__ = "4.15.0.0"

0 comments on commit 46ab571

Please sign in to comment.