Skip to content

Commit 8be4921

Browse files
Release 1.7.0
1 parent b22bcba commit 8be4921

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 1.7.0
2+
3+
This release brings support for MacOS!
4+
The basics things are working, but it is far from feature parity with Linux.
5+
I developed this in a VM, so bugs on real hardware are likely.
6+
If you have a Mac and no idea what to do with your free time, i am very happy to accept pull requests / work on issues.
7+
8+
A lot of things were changed under the hood to make this possible, which should bring better performance and stability on all platforms.
9+
10+
Besides that, the following things have changed:
11+
12+
Features:
13+
* The binary prefix used can now be configured, and is used consistently across all modules. Set `--binary-prefix` to `iec` (default), `si` or `jedec`.
14+
* AMD GPUs now have a much better name, if the file `/usr/share/libdrm/amdgpu.ids` exists. For example my dedicated GPU, which was displayed as `AMD/ATI Radeon RX 5600 OEM/5600 XT / 5700/5700 XT`, is now `AMD Radeon RX 5600M`.
15+
16+
Logos:
17+
* MacOS
18+
* CachyOS small (@sirlucjan, #220)
19+
* MSYS2 (#219)
20+
21+
Bugfixes:
22+
* the `--file` option, which can be used to display the contents of a file as the logo, is now working again.
23+
124
# 1.6.5
225

326
Fixes parsing quoted values in config files

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
22

33
project(fastfetch
4-
VERSION 1.6.5
4+
VERSION 1.7.0
55
LANGUAGES C
66
)
77

0 commit comments

Comments
 (0)