diff --git a/CMakeLists.txt b/CMakeLists.txt index 651c94d495..3816775131 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1.0) # Threads::Threads project(fastfetch - VERSION 1.4.1 + VERSION 1.4.2 LANGUAGES C ) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b881884560..4fa858f12d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -11,7 +11,6 @@ Here i just add things that are easy to forget. - `libffdetect`: contains all the detection stuff. To be used by anything that needs system information - `libffprint`: contains the printing functions, logos, format etc - `fastfetch` and `flashfetch`: Executables, that initialize the config of libffprint. Fist one at runtime, second one at compile time -- [ ] Support for printing images as ascii art logos (using imlib2 and libcaca probably) - [ ] Better OS output for all possible combinations of /etc/os-release variables. - [ ] Expose temperatures to CPU format string - [ ] Expose temperatures to GPU format string