Skip to content

Commit e79af7b

Browse files
Relase 1.4.2
Bugfix: RPM package count on SUSE platforms Bugfix: Prepend /var with TARGET_DIR_ROOT
1 parent 960364b commit e79af7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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.1.0) # Threads::Threads
22

33
project(fastfetch
4-
VERSION 1.4.1
4+
VERSION 1.4.2
55
LANGUAGES C
66
)
77

DEVELOPMENT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Here i just add things that are easy to forget.
1111
- `libffdetect`: contains all the detection stuff. To be used by anything that needs system information
1212
- `libffprint`: contains the printing functions, logos, format etc
1313
- `fastfetch` and `flashfetch`: Executables, that initialize the config of libffprint. Fist one at runtime, second one at compile time
14-
- [ ] Support for printing images as ascii art logos (using imlib2 and libcaca probably)
1514
- [ ] Better OS output for all possible combinations of /etc/os-release variables.
1615
- [ ] Expose temperatures to CPU format string
1716
- [ ] Expose temperatures to GPU format string

0 commit comments

Comments
 (0)