From 349ef85648a664f75d4f923c80ef0eaee97c63e4 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Thu, 25 Sep 2025 16:30:08 +0200 Subject: [PATCH] Release v2.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release introduces new themes, a native file picker, multi-language support, a redesigned clock/calendar widget, unified controls, and major quality-of-life improvements alongside numerous fixes and refinements—delivering a smoother and more polished experience. - **Brand new themes:** Try the beautiful Noctalia and Aya themes for an upgraded look. - **New file picker:** Picking files just got easier with a seamless native picker. - **International:** Noctalia is now available in English, French, German, Spanish and Portuguese, with more languages on the way. - **Revamped clock/calendar:** Enjoy a sleeker, more compact calendar integrated right into your bar. - **Unified Volume & Brightness controls:** Our new On-Screen Display (OSD) feature lets you see brightness and volume adjustments in real-time, directly on your screen as you make them. - **Pin your dock apps:** Pin favorites, group them better, and access everything with a right click. - **Bar Widget Setting addition:** Now you can easily move widgets from one section to another. - **ActiveWindow and MediaMini widgets:** Cleaner display, better media controls, and improved logic if nothing’s playing. - **Notification system:** Choose where notifications appear, see progress bars, and enjoy refined layouts and scaling. - **Workspace switching:** Switch workspaces just by scrolling - no extra clicks needed. - **System widgets:** New monitor and side panel for greater control. - **Bar & dock:** Faster, more reliable dragging, better icons, tooltips, and search for widgets. - **Icons:** We have incorporated the Hyprland logo into the font as a new glyph. - Reduced margin/alignment issues and bugs in the lock screen, notifications, and OSD. - The volume system is now smarter and works seamlessly across sinks and sources. - Lots of little bug fixes for panels, widgets, and popups, all aimed at a smoother experience. --- Services/UpdateService.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/UpdateService.qml b/Services/UpdateService.qml index eed54f65..674452b5 100644 --- a/Services/UpdateService.qml +++ b/Services/UpdateService.qml @@ -8,8 +8,8 @@ Singleton { id: root // Public properties - property string baseVersion: "2.13.0" - property bool isDevelopment: true + property string baseVersion: "2.14.0" + property bool isDevelopment: false property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`