Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5...3.29)

project(
Cantata
VERSION "3.4.0"
VERSION "3.5.0"
DESCRIPTION "Graphical MPD Client with Qt."
HOMEPAGE_URL "https://github.com/nullobsi/cantata"
LANGUAGES CXX C
Expand Down
17 changes: 17 additions & 0 deletions cantata.metainfo.xml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,23 @@
</screenshots>

<releases>
<release version="3.5.0" date="2026-06-12">
<url type="details">https://github.com/nullobsi/cantata/releases/tag/v3.5.0</url>
<description>
<p>Minor release.</p>
<ul>
<li>Update to FontAwesome 7.</li>
<li>Add Turkish translation.</li>
<li>Use bundled FontAwesome by default.</li>
<li>Fix dynamic playlists with the Flatpak build.</li>
<li>Fix unreadable first run wizard on Windows 11 dark mode.</li>
<li>Fix Nix build.</li>
<li>Fix CMake COMPILE_WARNING_AS_ERROR not being marked as a cache variable.</li>
<li>Fix ignored nodiscard function return value.</li>
<li>Update GitHub workflows.</li>
</ul>
</description>
</release>
<release version="3.4.0" date="2025-12-02">
<url type="details">https://github.com/nullobsi/cantata/releases/tag/v3.4.0</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system:
let
name = "cantata";
version = "3.4.0";
version = "3.5.0";
pkgs = import nixpkgs {
inherit system;
};
Expand Down
Loading