version: 0.3.0

This commit is contained in:
outfoxxed 2026-05-03 22:09:49 -07:00
parent ffe95f06ac
commit 59e9c47b0e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 3 additions and 8 deletions

View file

@ -1,11 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(quickshell VERSION "0.2.1" LANGUAGES CXX C)
project(quickshell VERSION "0.3.0" LANGUAGES CXX C)
set(UNRELEASED_FEATURES
"network.2"
"colorquant-imagerect"
"window-parent"
)
set(UNRELEASED_FEATURES)
set(QT_MIN_VERSION "6.6.0")
set(CMAKE_CXX_STANDARD 20)

View file

@ -35,7 +35,6 @@ set shell id.
## Other Changes
- FreeBSD is now partially supported.
- IPC operations filter available instances to the current display connection by default.
- PwNodeLinkTracker ignores sound level monitoring programs.
- Replaced breakpad with cpptrace.

View file

@ -56,7 +56,7 @@
unwrapped = stdenv.mkDerivation {
pname = "quickshell${lib.optionalString debug "-debug"}";
version = "0.2.1";
version = "0.3.0";
src = nix-gitignore.gitignoreSource "/default.nix\n" ./.;
dontWrapQtApps = true; # see wrappers