Skip to content

Commit

Permalink
[META] Bumps Archey to v4.14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Aug 26, 2023
1 parent 2a8187a commit 1ab1f69
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project (partially) adheres to [Semantic Versioning](https://semver.org

## [Unreleased]

## [v4.14.2.0] - 2023-08-26
### Added
- Official Nobara distribution support
- Standalone build procedure using Nuitka
- Darwin "WWDC 2020" (`wwdc`) alternate logo
- Darwin "retro" low intensity (`retro_low`) alternate logo
- New `show_link_local` option to allow link-local IP addresses hiding for `LAN_IP`

### Fixed
- Log `uptime` errors at warning level
- Honor `PATH` when looking for `vcgencmd` in `Temperature`
- Fallback to HTTP properly on DNS connection errors for `WAN_IP`

## [v4.14.1.0] - 2023-01-20
### Added
- Python 3.12 official support
Expand Down Expand Up @@ -417,7 +430,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.1.0...HEAD
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.2.0...HEAD
[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
[v4.14.0.1]: https://github.com/HorlogeSkynet/archey4/compare/v4.14.0.0...v4.14.0.1
[v4.14.0.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.4...v4.14.0.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.1.0.tar.gz"
wget -qO archey4.tar.gz "https://github.com/HorlogeSkynet/archey4/archive/v4.14.2.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.1.0"
__version__ = "4.14.2.0"

0 comments on commit 1ab1f69

Please sign in to comment.