Skip to content

Commit 59e9c47

Browse files
committed
version: 0.3.0
1 parent ffe95f0 commit 59e9c47

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
cmake_minimum_required(VERSION 3.20)
2-
project(quickshell VERSION "0.2.1" LANGUAGES CXX C)
2+
project(quickshell VERSION "0.3.0" LANGUAGES CXX C)
33

4-
set(UNRELEASED_FEATURES
5-
"network.2"
6-
"colorquant-imagerect"
7-
"window-parent"
8-
)
4+
set(UNRELEASED_FEATURES)
95

106
set(QT_MIN_VERSION "6.6.0")
117
set(CMAKE_CXX_STANDARD 20)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ set shell id.
3535

3636
## Other Changes
3737

38-
- FreeBSD is now partially supported.
3938
- IPC operations filter available instances to the current display connection by default.
4039
- PwNodeLinkTracker ignores sound level monitoring programs.
4140
- Replaced breakpad with cpptrace.

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
unwrapped = stdenv.mkDerivation {
5858
pname = "quickshell${lib.optionalString debug "-debug"}";
59-
version = "0.2.1";
59+
version = "0.3.0";
6060
src = nix-gitignore.gitignoreSource "/default.nix\n" ./.;
6161

6262
dontWrapQtApps = true; # see wrappers

0 commit comments

Comments
 (0)