File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_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
106set (QT_MIN_VERSION "6.6.0" )
117set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments