Skip to content

Commit ef5d123

Browse files
committed
Release: v2.39.0
1 parent e18c261 commit ef5d123

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Features:
99
* Improve performance of SSID detection on macOS Sequoia (Wifi, macOS, #1597)
1010
* Support warp terminal version detection on Windows (Terminal, Windows)
1111
* Support default route detection on OpenBSD & DragonFly BSD (LocalIP, OpenBSD / DragonFly)
12+
* Improve bash completion script
13+
* Improve performance of networking (PublicIP / Weather)
1214

1315
Logo:
1416
* Add Common Torizon OS

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.38.0
4+
VERSION 2.39.0
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)