Skip to content

Commit 46ab571

Browse files
committed
[META] Bumps Archey to v4.15.0.0
1 parent 7d4dffd commit 46ab571

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project (partially) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [v4.15.0.0] - 2024-09-30
911
### Added
1012
- `GPU` support for Raspberry Pi
1113
- `Model` support for Raspberry Pi 5+
1214
- `none` logo style to completely hide distribution logo
13-
- AppArmor confinement profile (included in Debian and AUR packages)
1415
- `DesktopEnvironment` support for Windows
1516
- `WindowManager` support for Windows
1617
- `WindowManager` support for some Wayland compositors
1718

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

2224
### Removed
2325
- `_distribution` protected attribute from `Output` class
2426

27+
### Security
28+
- AppArmor confinement profile (included in Debian and AUR packages)
29+
2530
## [v4.14.3.0] - 2024-04-06
2631
### Added
2732
- Official Armbian distribution support
@@ -459,7 +464,8 @@ and this project (partially) adheres to [Semantic Versioning](https://semver.org
459464
- Main bugs fixes
460465
- Project officially forked from djmelik/archey
461466

462-
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.3.0...HEAD
467+
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.15.0.0...HEAD
468+
[v4.15.0.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.3.0...v4.15.0.0
463469
[v4.14.3.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.2.0...v4.14.3.0
464470
[v4.14.2.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.1.0...v4.14.2.0
465471
[v4.14.1.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.1...v4.14.1.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pkg install archey4
128128

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

archey/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Simple module storing the current project version"""
22

3-
__version__ = "4.14.3.0"
3+
__version__ = "4.15.0.0"

0 commit comments

Comments
 (0)