Skip to content

Commit 47d8dda

Browse files
Release 1.3.0: Image support
1 parent 37ab01d commit 47d8dda

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-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.2.3
4+
VERSION 1.3.0
55
LANGUAGES C
66
)
77

DEVELOPMENT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Here i just add things that are easy to forget.
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
1414
- [ ] Support for printing images as ascii art logos (using imlib2 and libcaca probably)
15-
- [ ] Support for printing images in terminals that support it
1615
- [ ] Better OS output for all possible combinations of /etc/os-release variables.
1716
- [ ] Expose temperatures to CPU format string
1817
- [ ] Expose temperatures to GPU format string

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Endeavour, Fedora, Garuda,
5050
* Some logos have an old variant. Access it by appending _old to the logo name.
5151
* Unknown/unsupported logos will be replaced with a generic linux logo when running fastfetch.
5252
* Get a list of all available logos with `fastfetch --print-logos`.
53+
* Printing images as logo is supported using Sixel or Kitty graphics protocol.
5354

5455
##### Package managers
5556
```

0 commit comments

Comments
 (0)