Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
LinusDierheimer committed Apr 27, 2022
1 parent e404dd6 commit 24f8ad7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads

project(fastfetch
VERSION 1.3.3
VERSION 1.3.4
LANGUAGES C
)

Expand Down
1 change: 0 additions & 1 deletion src/detection/os.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "fastfetch.h"

#include <string.h>
#include <ctype.h>
#include <pthread.h>

#if !defined(__ANDROID__)
Expand Down

0 comments on commit 24f8ad7

Please sign in to comment.