Skip to content

Commit 24f8ad7

Browse files
Release 1.3.4
* Bugfix: Using custom logos in terminals that don't support \033[14t or \033[18t once again works * Feature: Ubuntu flavour detection * Feature: Kubuntu logo * Feature: Deepin logo
1 parent e404dd6 commit 24f8ad7

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.3.3
4+
VERSION 1.3.4
55
LANGUAGES C
66
)
77

src/detection/os.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "fastfetch.h"
22

33
#include <string.h>
4-
#include <ctype.h>
54
#include <pthread.h>
65

76
#if !defined(__ANDROID__)

0 commit comments

Comments
 (0)