Update dependency noctalia-dev/noctalia-shell to v4.7.0 #67

Merged
Bluemedia merged 1 commit from renovate/noctalia-dev-noctalia-shell-4.x into main 2026-03-21 00:27:09 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
noctalia-dev/noctalia-shell minor 4.6.74.7.0

Release Notes

noctalia-dev/noctalia-shell (noctalia-dev/noctalia-shell)

v4.7.0

Compare Source

🌙 Release Notes v4.7.0

A major update featuring a native audio analyzer, overhauled networking, advanced notification rules, and expanded compositor support.


New Features
  • Audio: Native Pipewire spectrum (no external Cava needed), volume limit events, and per-app volume persistence.
  • Networking: Fully revamped UI with better signal icons and WPA-Enterprise support.
  • Notifications: Added pattern-based display rules (filter by app/body) and quick-access settings.
  • Dock: Native distro/custom icons, renamed "Static" mode to "Attached," and improved auto-hide performance.
  • Wallpaper: Precise interval timers, granular transition selection, and an expanded Wallhaven browser (70% height).
  • Clipboard: Added categories and "time ago" indicators.
  • Theming: Enhanced Ghostty and Zen Browser Kitty and the Pywalfox template.
  • Compositors: Improved native support for MangoWC (DWL-based) and Labwc (workspace/window tracking).
  • System: Support for GIF profile pictures, ddcutil dynamic sleep for brightness.

Improvements
  • Performance: Reduced GPU overhead on Dock auto-hide; optimized animations for blur compatibility.
  • UX: Added onTextChanged autosave for inputs, fixed Night Light visual noise, and improved settings search indexing.
  • Widgets: Fixed Media Mini width logic and Lock Screen text wrapping.

🐛 Bug Fixes
  • Stability: Resolved SIGSEGV crashes in Hyprland and Workspace pills; fixed re-entrant QML incubation crashes.
  • Hardware: Fixed crashes during monitor hotplugging and resolved Bar auto-hide race conditions.
  • UI: Patched OSD visibility logic, fixed Dock blur positioning, and corrected NCheckbox alignment.
  • Input: Prevented accidental settings loss on popup close.

Changes since v4.6.7

  • Release v4.7.0 (16c6181ba) by Lemmy
  • fix(config): ensure trailing slash (e8bca1722) by Lemmy
  • fix(wallhaven): adjust height calculation to prevent overshooting (5eb8b9cbc) by Lysec
  • chore(sysstat): removed dead code (d2396b3e6) by Lemmy
  • chore(autofmt): lysec cloned again (0065d9b53) by Lemmy
  • fix(about): show noctalia-qs new version string (7a6541617) by Lemmy
  • chore(i18n): add notification rules translations (5547a2716) by Lysec
  • fix(notification-rules): do not allow empty patterns (bc258254d) by Lysec
  • feat(notifications): add notification display rules (381444bc2) by Lysec
  • fix(ntextinput): use onTextChanged for autosave, onEditingFinished instead of onAccepted (9f8bf988f) by Lysec
  • Revert "fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes." (0756e9f56) by Lemmy
  • fix(Settings): prevent keyboard search from clearing/navigating on second keystroke (e6ca3889c) by Lysec
  • fix(wallpaper): fixed wallhaven pager. increased height from 45% to 70% (ecad305dd) by Lemmy
  • Merge pull request #​2211 from nZo-sp/fix/ignore-sounde-notification (79207af62) by Lysec
  • Fix ignore sound for app without a name but with a desktopEntry defined (339443932) by nZo-sp
  • Merge pull request #​2210 from linusammon/main (f3386cd81) by Lemmy
  • chore(flake): bump flake.lock (8222cf3d5) by Linus Ammon
  • fix(labwc): minor fixes to support upstream ext-workspace-v1 (bbee20a1a) by Lemmy
  • Revert "add logging to HyprlandService & CompositorService" (739d84a21) by Lysec
  • Merge branch 'dwl-mango' (09b4c927c) by Lemmy
  • Merge branch 'labwc' (9610e3672) by Lemmy
  • chore(merge): bar autohide + hyprland fixes (1ed2e5762) by Lemmy
  • Merge pull request #​2205 from nZo-sp/feat/audio-service-min-max-event (d9ae5e617) by Lysec
  • Added min/max events in audio service to notify subscribers when audio limit is reached (71568bd2a) by nZo-sp
  • fix(bar): never unload content when bar is hidden (2ffb41a2b) by Lemmy
  • fix(network): force opaque on nbox delegate to avoid ugly opacity. (23a5b1de5) by Lemmy
  • fix(hyprland): same fix but with a simpler Qt.callLater approach (08ed43d9a) by Lemmy
  • fix(notif/workspace): reverting some of the previous attempt from timer back to Qt.callLater (306279716) by Lemmy
  • fix(hyprland): defer workspace ListModel updates to prevent SIGSEGV during incubation (8370ef36a) by Lemmy
  • Merge pull request #​2203 from haikalllp/fix/update-pywalfox-colors (d51bc9578) by Lysec
  • fix(hyprland): correct focusedWindowIndex after sorting window list (5e95658fa) by Lysec
  • fix(bar): attempt to avoid crash when autohide is used (311fc08ac) by Lysec
  • Revert "fix(bar): defer update to next cycle" (46a3c7e2d) by Lysec
  • fix(bar): defer update to next cycle (2fcd219c3) by Lysec
  • fix: remap pywalfox colors to better support light color theme (467bac002) by haikalllp
  • fix(popup): disable autoclose by clicking outside to avoid loosing settings by accident. (e39ff3a81) by Lemmy
  • fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes. (c2d961712) by Lemmy
  • fix(tooltip): limit tooltip radius when box is too small, larger horizontal padding for grid mode. (dd6485871) by Lemmy
  • fix(network): ethernet info - fix box border color (515eece59) by Lemmy
  • fix(network): removed hover effect, adjusting size and radius. (088c1e070) by Lemmy
  • chore(audioservice): minor cleanup (5614c16ea) by Lemmy
  • fix(zen-browser): more template adjustments (f6d398ecc) by Lysec
  • fix(zen-browser): add overflow button to template (8b356a2c3) by Lysec
  • fix(zen-browser): adjust template for new zen update (b647e385a) by Lysec
  • fix(bar): attempt at resolving widget incubation race conditions (2e5f07e03) by Lysec
  • add logging to HyprlandService & CompositorService (719ef29fe) by Lysec
  • fix(Hyprland): attempt to fix invalid window extraction (9511f1fce) by Lysec
  • fix(dock): adjust exclusive zone sizing (2adbf002b) by Lysec
  • chore(settings): update deb (c3e18d4db) by Lemmy
  • Merge pull request #​2193 from tibssy/feat/dock-launcher-icon-selector (e12d71986) by Lemmy
  • Merge pull request #​2194 from notiant/patch-1 (b2952e47e) by Lemmy
  • reduce label size of wallpaper transition types (5fbd7c229) by notiant
  • layout refinements for info button (b83446f29) by notiant
  • BluetoothSubTab: Color adjustments (2949c1da6) by notiant
  • feat(settings): update search index for new dock launcher settings (a96de7dba) by tibssy
  • feat(dock): add custom icon selector for the dock launcher (ead9a8191) by tibssy
  • feat(dock): implement distribution logo rendering for launcher icon (a8bc826c0) by tibssy
  • feat(dock): add setting to use distro logo as launcher icon (53119a193) by tibssy
  • fix(OSD): when controlcenter is open, before skipping OSD check that the cards(vol/bright) are really enabled (1b2ec2e4a) by Lemmy
  • fix(OSD): keep panelwindow always loaded to avoid hotplug crash (3b5410103) by Lemmy
  • feat(network): cleanup and UI polish (b9fbe6cd1) by Lemmy
  • Merge pull request #​2110 from turannul/pr/networking-refactor-pt2 (44b6ba6c3) by Lemmy
  • Signal icon representation in WifiSubTab (2689c6ced) by Lemmy
  • Restored BTSubTab (d64010d41) by Lemmy
  • Merged display changes (d95af3ef4) by Lemmy
  • Update WifiSubTab.qml (f62d9f5c0) by Lemmy
  • reworked icon logic to cover all grounds (13de2c818) by Turann_
  • apply changes (a98925698) by Turann_
  • Merge remote-tracking branch 'upstream/main' into pr/networking-refactor-pt2 (3ec64e394) by Turann_
  • fix(wifi): more colors refinment (cf4c1f9fb) by Lemmy
  • simplify channel logic remove iw usage (83881197c) by Turann_
  • fix(wifi): better colors (3f570037a) by Lemmy
  • fix(wifi): simplified colors managements in the panel (ccd5b792e) by Lemmy
  • chore(settings): default settings json update (ce5fd2965) by Lemmy
  • feat(Plugins): add toggle to hide the update notification (dbdabba58) by Lysec
  • Guard ethtool usage. (a5af3e83d) by Turann_
  • Merge pull request #​2192 from linusammon/main (59be951fd) by Lysec
  • fix(flake): add missing inputs (49566a3ed) by Linus Ammon
  • increase range a bit (e6fc9dc70) by Turann_
  • Merge pull request #​2190 from linusammon/main (ae69c0e35) by Lemmy
  • chore: bump flake.lock (ccdf169fc) by Linus Ammon
  • Icon backgrounds (b145531df) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (a6e616caf) by Turann_
  • fix(workspace): defer update to next event loop via timer instead of Qt.callLAter (0d503343f) by Lemmy
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (6defe3c56) by Turann_
  • chore(i18n): update (3a10b10b8) by Lemmy
  • chore(readme): more compact (d17275ff4) by Lemmy
  • chore(i18n) update (96ae7c88d) by Lemmy
  • feat(hooks): added a simple color generation hook (1454ef24e) by Lemmy
  • chore(readme) stars at the bottom (684414773) by Lemmy
  • chore(readme): updated with scope (43828ebd0) by Lemmy
  • Merge pull request #​2183 from DFSko/fix-kitty-predefined-selection-colors (4cb3743a4) by Lemmy
  • Merge pull request #​2185 from ShalokShalom/patch-1 (8a77abd11) by Lemmy
  • Update supported Wayland compositors list (2258584b7) by ShalokShalom
  • Update NetworkPanel.qml (7aa44ad7c) by Turann_
  • normally i should've returned. might be oversimplified :P (d44df268e) by Turann_
  • Update WifiSubTab.qml (1a0236c92) by Turann_
  • Update NetworkPanel.qml (ad641634b) by Turann_
  • fmtd (1e05fc394) by Turann_
  • put actual icons (aec50a5f0) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (29580708d) by Turann_
  • bad sed -i :(( (f0ae489c4) by Turann_
  • move to service 3/3 (34f1457e1) by Turann_
  • fix an issue where variables might not ready. (d900f8d22) by Turann_
  • some fixes - deleted un-needed if block (9b6998026) by Turann_
  • move functions to service 2/3 (bd6158348) by Turann_
  • feat(icons): new ethernet icons (a3f84fde3) by Lemmy
  • Fix kitty predefined selection colors (04a5ab8c6) by Denis Nikolaev
  • feat(icons): new wifi icons (efeae43fb) by Lemmy
  • prep for new icons 1/3 (7d4b22059) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (f55a2aaac) by Turann_
  • Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (2ff67234f) by Lemmy
  • feat(wallpaper): added ability for granular pick of transitions via checkboxes (bf234e502) by Lemmy
  • Merge pull request #​2181 from linuxmobile/fix-clipboard-colors (4c5976fa4) by Lemmy
  • fix(clipboard): add color preview (73a3d3c25) by Braian A. Diez
  • feat(Wallpaper): change random wallpaper time buttons to NSpinBox (5c58bcac7) by Lysec
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (39f9123cb) by Turann_
  • chore(autofmt) (793771cd7) by Lemmy
  • fix(dock): gate peek and indicator windows on auto-hide to reduce GPU compositing overhead (d163f8a9d) by Lemmy
  • Merge pull request #​2178 from LionHeartP/main (e7aed65a1) by Lemmy
  • SystemMonitor.qml: fix launching external Monitor app (7b80ac731) by LionHeartP
  • Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (54316dcdb) by Lemmy
  • feat(audio-spectrum): replaced cava process by our pipewire implementation via noctalia-qs (5821bb1f7) by Lemmy
  • feat(kitty): add tab & trail colors (d11bdcbc1) by Lysec
  • docs(README): remove dev-shell info from readme (9f6c00cba) by Lysec
  • fix(WallpaperAutiomation): use iRadius for time interval options (4dbec38bf) by Lysec
  • fmt (08a7591b7) by Turann_
  • Update NetworkService.qml (20d4fc044) by Turann_
  • resolve merge issue[s] (7af3f19c1) by Turann_
  • Merge branch 'main' into pr/networking-refactor-pt2 (b790d0d1b) by Turann_
  • chore(i18n): update (c6d0f651f) by Lemmy
  • feat(clipboard): removed unused date filter and date headers, went with a simple "time ago" indicator per entry which feels more natural (449640796) by Lemmy
  • Merge pull request #​1999 from linuxmobile/clipboard-filter (d9d453184) by Lemmy
  • chore(autofmt) (c67f293ac) by Lemmy
  • Merge pull request #​2109 from turannul/pr/networking-refactor-pt1 (12c77e552) by Lemmy
  • fix(mediamini): proper width computation when show album art is off. Fix #​2121 (4500f13de) by Lemmy
  • fix(lockscreen): wrap custom clock text to avoid overflow. fix #​2173 (8f1a812cc) by Lemmy
  • prep for icons (b8dcf04a9) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (607176dfb) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (a9915ee6c) by Turann_
  • fix(nightlight): changed the logic, the icon is now colored only when enabled (b17f72035) by Lemmy
  • fix coloring that created in pt1 | Missing elements. (983867d15) by Turann_
  • carry over requested changes from pt1 | apply pt1.patch (a5ac9541f) by Turann_
  • add timer, use color & i18n of open. (c994bdbfd) by Turann_
  • Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (0bdf5afd2) by Lemmy
  • feat(notif): added a shorcut to the settings in the notification history panel (76f2d2a6b) by Lemmy
  • fix(ghostty): add config.ghostty support (8fb06fddf) by Lysec
  • fix(bar): more bullet proofing toward auto-hide (4e814962a) by Lemmy
  • feat(dock): renaming "static" to "attached" (8e346465c) by Lemmy
  • fix(dock): fix attached dock retraction when hovered (bd8261646) by Lemmy
  • Delete Planning board.md (c497b9721) by Turann_
  • Delete Modules/Panels/Settings/Tabs/Connections/Planning board.md (3346a365f) by Turann_
  • feat(brightness): enable ddcutil dynamic sleep to reduce latency (3c9524a02) by Lysec
  • Update Planning board.md (578743a6e) by Turann_
  • fix(tooltips): added support for string vs array content everywhere (599068b58) by Lemmy
  • finalize, enterprise support (22a694ce7) by Turann_
  • Improve enterprise support (16d5e1f02) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (79a14aca2) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (294b39090) by Turann_
  • chore(i18n): update (20e480d73) by Lemmy
  • feat(hooks): added a 3rd argument to the wallpapper changed hook (light/dark) (40e06ed1f) by Lemmy
  • chore(i18n): update (1b77bf141) by Lemmy
  • Merge pull request #​2169 from Aitor42/main (40e546022) by Lysec
  • Support for .gif profile picture (dd6bfa2cf) by Aitor
  • Merge pull request #​2163 from notiant/patch-23 (786ca2c80) by Lysec
  • further attempt to improve efficiency (af1516b43) by Turann_
  • Update Network.qml (3fd38592e) by Turann_
  • this makes more sense where used. (9aa636cbc) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (bd9791bdc) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (2cde5925c) by Turann_
  • fix(clipboard): code cleanup (d92aa0a72) by Braian A. Diez
  • fix(docK): fix static dock auto retraction when mouse stays on the peek zone (072dd859a) by Lemmy
  • remove app2unit in launcher settings (bb2e311dc) by notiant
  • chore(clipboard): cleanup request (02cf4f8db) by Braian A. Diez
  • fix(dock): fix blur pos when floating (906d265bc) by Lemmy
  • fix(dock): replaced animations by slide-in/out to be blur compatible + removed animation on the dock indicator that was super laggy and unecessary. (c249d2d51) by Lemmy
  • autofmt (81586e7fa) by Lemmy
  • fix(launcher-overlay): fix background color being all wrong (aaf91299a) by Lemmy
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (1f8bef9b9) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (b3d2172d7) by Turann_
  • chore(bt): unified get/setDeviceAutoConnect to use similar arguments (c15fb85c5) by Lemmy
  • fix(ncheckbox): better tick sizing and centering (3679f7fca) by Lemmy
  • fix(audio): keep per-app volume across track changes and seeks (74e375e24) by Lysec
  • don't sync blindly (cf83d4aa0) by Turann_
  • Merge upstream/main into pr/networking-refactor-pt2 and fix BluetoothSubTab.qml conflict (299402a76) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (88cf314ec) by Turann_
  • fix(settings): add proper spacing on notif/general tab (5ee84e3ab) by Lemmy
  • fix(bt): better looking auto-connect checkbox (9cc017a89) by Lemmy
  • refactor(notif): rename internals for clarity (popup vs history) (9d142fbaf) by Lemmy
  • fix(notif): fix re-entrant QML incubation crash in NotificationService (683e61744) by Lemmy
  • Revert "fix(audio): persist per-app volume against app-side resets" (75cc031ce) by Lysec
  • fix(audio): persist per-app volume against app-side resets (9b3a97f7c) by Lysec
  • Revert "fix(shell): prevent nested QML incubation in workspace pill Repeaters" (016b7a678) by Lysec
  • fix(shell): prevent nested QML incubation in workspace pill Repeaters (4b9a28981) by Lysec
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (f3d963c28) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (d4d7b5516) by Turann_
  • Bumping version (ba03e4c3f) by Lysec
  • update note (65374d546) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (a8c3987a8) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (f9074e968) by Turann_
  • Merge branch 'main' into clipboard-filter (conflict resolution) (c4dbdb29d) by Braian A. Diez
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (749a1823f) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (13c21e518) by Turann_
  • an obvious power spike culprit (fe859429e) by Turann_
  • Merge remote-tracking branch 'upstream/main' into pr/networking-refactor-pt1 (d469ce31e) by Turann_
  • Merge remote-tracking branch 'upstream/main' into pr/networking-refactor-pt2 (473b54ed9) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (547ebfd19) by Turann_
  • Simplify - even more. (b242c509c) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (fe21f620a) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (4815f4a0a) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 (01e272924) by Turann_
  • Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 (ebde16024) by Turann_
  • feat(network): improve UI consistency and connection info display (cada065b0) by Turann_
  • Merge branch 'upstream/main' into pr/networking-refactor-pt2 and resolve conflicts (ae8b13c11) by Turann_
  • Merge branch 'upstream/main' into pr/networking-refactor-pt1 and resolve conflicts (c47aefa33) by Turann_
  • i18n (471f515ac) by Turann_
  • unused keys now gone (6daa73b48) by Turann_
  • Update NetworkService.qml (4c6f9ab47) by Turann_
  • Update Planning board.md (830321bf6) by Turann_
  • basic enterprise support (88618b68f) by Turann_
  • Here we go again (d4f2ebb9a) by Turann_
  • feat(labwc): use native ext-workspace-v1 for workspaces and fix window tracking (57b47e694) by Lemmy
  • fix(mango): fix window-to-output mapping and guard against empty metadata matches (a3b44f423) by Lemmy
  • feat(mango): new service implementation using the proper dwl implementation (4cb1b354a) by Lemmy
  • feat(spectrum): new cava free service (6f5b9f422) by Lemmy
  • fix: improve the code regex (67ffbb6f2) by Braian A. Diez
  • chore: missing translation for clipboard (a913e95d0) by Braian A. Diez
  • clipboard: add filters by type & date (a844e578a) by Braian A. Diez

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [noctalia-dev/noctalia-shell](https://github.com/noctalia-dev/noctalia-shell) | minor | `4.6.7` → `4.7.0` | --- ### Release Notes <details> <summary>noctalia-dev/noctalia-shell (noctalia-dev/noctalia-shell)</summary> ### [`v4.7.0`](https://github.com/noctalia-dev/noctalia-shell/releases/tag/v4.7.0) [Compare Source](https://github.com/noctalia-dev/noctalia-shell/compare/v4.6.7...v4.7.0) #### 🌙 Release Notes v4.7.0 A major update featuring a native audio analyzer, overhauled networking, advanced notification rules, and expanded compositor support. *** ##### ✨ New Features - **Audio:** Native **Pipewire spectrum** (no external Cava needed), volume limit events, and per-app volume persistence. - **Networking:** Fully **revamped UI** with better signal icons and **WPA-Enterprise** support. - **Notifications:** Added **pattern-based display rules** (filter by app/body) and quick-access settings. - **Dock:** Native **distro/custom icons**, renamed "Static" mode to "**Attached**," and improved auto-hide performance. - **Wallpaper:** Precise interval timers, **granular transition selection**, and an expanded Wallhaven browser (70% height). - **Clipboard:** Added categories and "time ago" indicators. - **Theming:** Enhanced **Ghostty** and **Zen Browser** **Kitty** and the **Pywalfox** template. - **Compositors:** Improved native support for **MangoWC** (DWL-based) and **Labwc** (workspace/window tracking). - **System:** Support for **GIF profile pictures**, ddcutil dynamic sleep for brightness. *** ##### ⚡ Improvements - **Performance:** Reduced GPU overhead on Dock auto-hide; optimized animations for blur compatibility. - **UX:** Added `onTextChanged` autosave for inputs, fixed Night Light visual noise, and improved settings search indexing. - **Widgets:** Fixed Media Mini width logic and Lock Screen text wrapping. *** ##### 🐛 Bug Fixes - **Stability:** Resolved **SIGSEGV** crashes in Hyprland and Workspace pills; fixed re-entrant QML incubation crashes. - **Hardware:** Fixed crashes during **monitor hotplugging** and resolved Bar auto-hide race conditions. - **UI:** Patched OSD visibility logic, fixed Dock blur positioning, and corrected NCheckbox alignment. - **Input:** Prevented accidental settings loss on popup close. #### Changes since v4.6.7 - Release v4.7.0 ([16c6181ba](https://github.com/noctalia-dev/noctalia-shell/commit/16c6181baeaf8faed75a419ffd9e95e75dee2a26)) by Lemmy - fix(config): ensure trailing slash ([e8bca1722](https://github.com/noctalia-dev/noctalia-shell/commit/e8bca1722515487e35b9af715386710c2aacb755)) by Lemmy - fix(wallhaven): adjust height calculation to prevent overshooting ([5eb8b9cbc](https://github.com/noctalia-dev/noctalia-shell/commit/5eb8b9cbcbf7f9ffcff8b75233bad6e80c721f4c)) by Lysec - chore(sysstat): removed dead code ([d2396b3e6](https://github.com/noctalia-dev/noctalia-shell/commit/d2396b3e600721294837b10d90082f3bb1716d2a)) by Lemmy - chore(autofmt): lysec cloned again ([0065d9b53](https://github.com/noctalia-dev/noctalia-shell/commit/0065d9b53fbd1430a2d8203de5f2add91e67e03b)) by Lemmy - fix(about): show noctalia-qs new version string ([7a6541617](https://github.com/noctalia-dev/noctalia-shell/commit/7a65416170baa8fd836f58b10f838c53df64cd0b)) by Lemmy - chore(i18n): add notification rules translations ([5547a2716](https://github.com/noctalia-dev/noctalia-shell/commit/5547a2716ddf3076cdc783105d8d56a168493ddd)) by Lysec - fix(notification-rules): do not allow empty patterns ([bc258254d](https://github.com/noctalia-dev/noctalia-shell/commit/bc258254d8981bbdbce88bcd0a19bc59d908b80f)) by Lysec - feat(notifications): add notification display rules ([381444bc2](https://github.com/noctalia-dev/noctalia-shell/commit/381444bc2c45c171b72e5fa45d9022d5bf2e9bd6)) by Lysec - fix(ntextinput): use onTextChanged for autosave, onEditingFinished instead of onAccepted ([9f8bf988f](https://github.com/noctalia-dev/noctalia-shell/commit/9f8bf988f044757ac8ac44739ea13b659a457e7a)) by Lysec - Revert "fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes." ([0756e9f56](https://github.com/noctalia-dev/noctalia-shell/commit/0756e9f56c76e711e9ae33905dfb49ec84bb6448)) by Lemmy - fix(Settings): prevent keyboard search from clearing/navigating on second keystroke ([e6ca3889c](https://github.com/noctalia-dev/noctalia-shell/commit/e6ca3889c04c62bf0b30f4251df6379fd5141294)) by Lysec - fix(wallpaper): fixed wallhaven pager. increased height from 45% to 70% ([ecad305dd](https://github.com/noctalia-dev/noctalia-shell/commit/ecad305dd973634544bc8c2cd26330430f6b8c8b)) by Lemmy - Merge pull request [#&#8203;2211](https://github.com/noctalia-dev/noctalia-shell/issues/2211) from nZo-sp/fix/ignore-sounde-notification ([79207af62](https://github.com/noctalia-dev/noctalia-shell/commit/79207af6295fc99f3d5b675e3de14f9a0db68bb0)) by Lysec - Fix ignore sound for app without a name but with a desktopEntry defined ([339443932](https://github.com/noctalia-dev/noctalia-shell/commit/33944393281937ed119c0e66d98a9d74c69f9a2c)) by nZo-sp - Merge pull request [#&#8203;2210](https://github.com/noctalia-dev/noctalia-shell/issues/2210) from linusammon/main ([f3386cd81](https://github.com/noctalia-dev/noctalia-shell/commit/f3386cd81a4c62415eeeec87c6dc4712fcfc0136)) by Lemmy - chore(flake): bump flake.lock ([8222cf3d5](https://github.com/noctalia-dev/noctalia-shell/commit/8222cf3d57f414e9a9c576ecbac6557e9da77ea6)) by Linus Ammon - fix(labwc): minor fixes to support upstream ext-workspace-v1 ([bbee20a1a](https://github.com/noctalia-dev/noctalia-shell/commit/bbee20a1a62e4f8713b72034fdc548dff8938909)) by Lemmy - Revert "add logging to HyprlandService & CompositorService" ([739d84a21](https://github.com/noctalia-dev/noctalia-shell/commit/739d84a214d57633ae0193f37520bb949ff2d797)) by Lysec - Merge branch 'dwl-mango' ([09b4c927c](https://github.com/noctalia-dev/noctalia-shell/commit/09b4c927c31c7bb0d68af679c42ff4f18ddf3af7)) by Lemmy - Merge branch 'labwc' ([9610e3672](https://github.com/noctalia-dev/noctalia-shell/commit/9610e3672e221b7879e73c6c15e4f520f95f54d1)) by Lemmy - chore(merge): bar autohide + hyprland fixes ([1ed2e5762](https://github.com/noctalia-dev/noctalia-shell/commit/1ed2e5762d8df4c9a4b7bbc8579b74f67028d7d8)) by Lemmy - Merge pull request [#&#8203;2205](https://github.com/noctalia-dev/noctalia-shell/issues/2205) from nZo-sp/feat/audio-service-min-max-event ([d9ae5e617](https://github.com/noctalia-dev/noctalia-shell/commit/d9ae5e617f7f512ac7732c5cfb2538d1ae2fa594)) by Lysec - Added min/max events in audio service to notify subscribers when audio limit is reached ([71568bd2a](https://github.com/noctalia-dev/noctalia-shell/commit/71568bd2a397a641bde07f8b50d5b7d6d9e81dd4)) by nZo-sp - fix(bar): never unload content when bar is hidden ([2ffb41a2b](https://github.com/noctalia-dev/noctalia-shell/commit/2ffb41a2b19ad36e278345c88c19e725021fd138)) by Lemmy - fix(network): force opaque on nbox delegate to avoid ugly opacity. ([23a5b1de5](https://github.com/noctalia-dev/noctalia-shell/commit/23a5b1de55328ccbc9a4ed38fd30d7fdfdff2461)) by Lemmy - fix(hyprland): same fix but with a simpler Qt.callLater approach ([08ed43d9a](https://github.com/noctalia-dev/noctalia-shell/commit/08ed43d9a8bfbeaf39a087a110486fb0fd0e59ef)) by Lemmy - fix(notif/workspace): reverting some of the previous attempt from timer back to Qt.callLater ([306279716](https://github.com/noctalia-dev/noctalia-shell/commit/30627971656872ef01bc8f60cc031a8504ade263)) by Lemmy - fix(hyprland): defer workspace ListModel updates to prevent SIGSEGV during incubation ([8370ef36a](https://github.com/noctalia-dev/noctalia-shell/commit/8370ef36acee06457d3f783a320b75d9f070fefc)) by Lemmy - Merge pull request [#&#8203;2203](https://github.com/noctalia-dev/noctalia-shell/issues/2203) from haikalllp/fix/update-pywalfox-colors ([d51bc9578](https://github.com/noctalia-dev/noctalia-shell/commit/d51bc95788bfb274f0c9cc517f4d463fb4d6ac29)) by Lysec - fix(hyprland): correct focusedWindowIndex after sorting window list ([5e95658fa](https://github.com/noctalia-dev/noctalia-shell/commit/5e95658fa97fa032cd13e0143b2ee20a46cac9aa)) by Lysec - fix(bar): attempt to avoid crash when autohide is used ([311fc08ac](https://github.com/noctalia-dev/noctalia-shell/commit/311fc08ac869f9a3d57e1f422508ac6d6b5ace5c)) by Lysec - Revert "fix(bar): defer update to next cycle" ([46a3c7e2d](https://github.com/noctalia-dev/noctalia-shell/commit/46a3c7e2d4ea29ba4819740fb22162f885d3404c)) by Lysec - fix(bar): defer update to next cycle ([2fcd219c3](https://github.com/noctalia-dev/noctalia-shell/commit/2fcd219c34cfda4775451f1341cbad2fd59dd116)) by Lysec - fix: remap pywalfox colors to better support light color theme ([467bac002](https://github.com/noctalia-dev/noctalia-shell/commit/467bac00248dcdc41dce756eee1a350e643b13ab)) by haikalllp - fix(popup): disable autoclose by clicking outside to avoid loosing settings by accident. ([e39ff3a81](https://github.com/noctalia-dev/noctalia-shell/commit/e39ff3a815a855e437bcf485413018a95d3f23f8)) by Lemmy - fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes. ([c2d961712](https://github.com/noctalia-dev/noctalia-shell/commit/c2d9617124965341f50942a7cbc197e8490ccabe)) by Lemmy - fix(tooltip): limit tooltip radius when box is too small, larger horizontal padding for grid mode. ([dd6485871](https://github.com/noctalia-dev/noctalia-shell/commit/dd648587173e5f2b0496e44c95aa322cd903d2c0)) by Lemmy - fix(network): ethernet info - fix box border color ([515eece59](https://github.com/noctalia-dev/noctalia-shell/commit/515eece59ab1cf3c7ce3a95d0d934ec05b80318f)) by Lemmy - fix(network): removed hover effect, adjusting size and radius. ([088c1e070](https://github.com/noctalia-dev/noctalia-shell/commit/088c1e07088671d6bb199105c37fcb0e7d16b928)) by Lemmy - chore(audioservice): minor cleanup ([5614c16ea](https://github.com/noctalia-dev/noctalia-shell/commit/5614c16ea3e208c98401bfdcc432fa7fa8a19de5)) by Lemmy - fix(zen-browser): more template adjustments ([f6d398ecc](https://github.com/noctalia-dev/noctalia-shell/commit/f6d398eccc7a5e7588d10a2e99bd51cb8def8a1f)) by Lysec - fix(zen-browser): add overflow button to template ([8b356a2c3](https://github.com/noctalia-dev/noctalia-shell/commit/8b356a2c37a93dd7a17440f91b0c62a2c1ec8739)) by Lysec - fix(zen-browser): adjust template for new zen update ([b647e385a](https://github.com/noctalia-dev/noctalia-shell/commit/b647e385a8e0a02a413a6e584d53e615191276e4)) by Lysec - fix(bar): attempt at resolving widget incubation race conditions ([2e5f07e03](https://github.com/noctalia-dev/noctalia-shell/commit/2e5f07e039e254686648a3bd401114b95cad2ce6)) by Lysec - add logging to HyprlandService & CompositorService ([719ef29fe](https://github.com/noctalia-dev/noctalia-shell/commit/719ef29fe1a99da04a965aa14ac61f04a879ea66)) by Lysec - fix(Hyprland): attempt to fix invalid window extraction ([9511f1fce](https://github.com/noctalia-dev/noctalia-shell/commit/9511f1fce45ffe763d7954f3207e3dfd644c97f2)) by Lysec - fix(dock): adjust exclusive zone sizing ([2adbf002b](https://github.com/noctalia-dev/noctalia-shell/commit/2adbf002b7eed29f11b13dfda12f482463beccae)) by Lysec - chore(settings): update deb ([c3e18d4db](https://github.com/noctalia-dev/noctalia-shell/commit/c3e18d4db9530f99125bb38272acd342866e91f2)) by Lemmy - Merge pull request [#&#8203;2193](https://github.com/noctalia-dev/noctalia-shell/issues/2193) from tibssy/feat/dock-launcher-icon-selector ([e12d71986](https://github.com/noctalia-dev/noctalia-shell/commit/e12d719862b0ef09317bc1f9fb83c780a9130d62)) by Lemmy - Merge pull request [#&#8203;2194](https://github.com/noctalia-dev/noctalia-shell/issues/2194) from notiant/patch-1 ([b2952e47e](https://github.com/noctalia-dev/noctalia-shell/commit/b2952e47e1f2378055199c3c4600ae5a58dfa1f9)) by Lemmy - reduce label size of wallpaper transition types ([5fbd7c229](https://github.com/noctalia-dev/noctalia-shell/commit/5fbd7c2299b1432cf18356a51a0c62971ee503f2)) by notiant - layout refinements for info button ([b83446f29](https://github.com/noctalia-dev/noctalia-shell/commit/b83446f29fdb3d68b8f81638d9cabfdf7dba7ebb)) by notiant - BluetoothSubTab: Color adjustments ([2949c1da6](https://github.com/noctalia-dev/noctalia-shell/commit/2949c1da6e7cb1f9de5f67f7c10533b7632aba2d)) by notiant - feat(settings): update search index for new dock launcher settings ([a96de7dba](https://github.com/noctalia-dev/noctalia-shell/commit/a96de7dbaa7a0b4adc65aad5f670f823c8fed486)) by tibssy - feat(dock): add custom icon selector for the dock launcher ([ead9a8191](https://github.com/noctalia-dev/noctalia-shell/commit/ead9a819167fba8a360e95b47369dbac7818d3c2)) by tibssy - feat(dock): implement distribution logo rendering for launcher icon ([a8bc826c0](https://github.com/noctalia-dev/noctalia-shell/commit/a8bc826c0e635a7d5213002c8346d6f309b0c1ca)) by tibssy - feat(dock): add setting to use distro logo as launcher icon ([53119a193](https://github.com/noctalia-dev/noctalia-shell/commit/53119a193395635775b1202ae5d6ee42d8743685)) by tibssy - fix(OSD): when controlcenter is open, before skipping OSD check that the cards(vol/bright) are really enabled ([1b2ec2e4a](https://github.com/noctalia-dev/noctalia-shell/commit/1b2ec2e4a289bf71dc48b95d3c2ba04a8b50a717)) by Lemmy - fix(OSD): keep panelwindow always loaded to avoid hotplug crash ([3b5410103](https://github.com/noctalia-dev/noctalia-shell/commit/3b5410103a6958cd4fdb1793bca2ad0ef16bf524)) by Lemmy - feat(network): cleanup and UI polish ([b9fbe6cd1](https://github.com/noctalia-dev/noctalia-shell/commit/b9fbe6cd1f056e6a259dfa0c8ddca6c2c88d6dd9)) by Lemmy - Merge pull request [#&#8203;2110](https://github.com/noctalia-dev/noctalia-shell/issues/2110) from turannul/pr/networking-refactor-pt2 ([44b6ba6c3](https://github.com/noctalia-dev/noctalia-shell/commit/44b6ba6c3060895af853e86cbffbad219b34e851)) by Lemmy - Signal icon representation in WifiSubTab ([2689c6ced](https://github.com/noctalia-dev/noctalia-shell/commit/2689c6ced80454f05b1650522b7b821a5a870caf)) by Lemmy - Restored BTSubTab ([d64010d41](https://github.com/noctalia-dev/noctalia-shell/commit/d64010d418a6bab35661c4c806ae90acfd81ed0c)) by Lemmy - Merged display changes ([d95af3ef4](https://github.com/noctalia-dev/noctalia-shell/commit/d95af3ef480d3cf9875e0dc92b3b18b195bc5938)) by Lemmy - Update WifiSubTab.qml ([f62d9f5c0](https://github.com/noctalia-dev/noctalia-shell/commit/f62d9f5c0c144627b2c21b7ea92e7389dce13fa9)) by Lemmy - reworked icon logic to cover all grounds ([13de2c818](https://github.com/noctalia-dev/noctalia-shell/commit/13de2c818e7b4baeaf77f5415e0ac10803c27745)) by Turann\_ - apply changes ([a98925698](https://github.com/noctalia-dev/noctalia-shell/commit/a98925698b583f161ca43a44dcd79dadcf4e87d8)) by Turann\_ - Merge remote-tracking branch 'upstream/main' into pr/networking-refactor-pt2 ([3ec64e394](https://github.com/noctalia-dev/noctalia-shell/commit/3ec64e3945cea043f257bac3f35fbaf3ae2d458e)) by Turann\_ - fix(wifi): more colors refinment ([cf4c1f9fb](https://github.com/noctalia-dev/noctalia-shell/commit/cf4c1f9fbc8397db3b42b79f5a8daf42b08435c4)) by Lemmy - simplify channel logic remove iw usage ([83881197c](https://github.com/noctalia-dev/noctalia-shell/commit/83881197c333538abeea5c100e607a5cdc234f6f)) by Turann\_ - fix(wifi): better colors ([3f570037a](https://github.com/noctalia-dev/noctalia-shell/commit/3f570037a1da22d832e642e17934a5d2fba24710)) by Lemmy - fix(wifi): simplified colors managements in the panel ([ccd5b792e](https://github.com/noctalia-dev/noctalia-shell/commit/ccd5b792ed3ba3d7863614af0c0cbe4a9fd45165)) by Lemmy - chore(settings): default settings json update ([ce5fd2965](https://github.com/noctalia-dev/noctalia-shell/commit/ce5fd296502d94d46b16332722e802317647a234)) by Lemmy - feat(Plugins): add toggle to hide the update notification ([dbdabba58](https://github.com/noctalia-dev/noctalia-shell/commit/dbdabba58955b7e90bb0ffc65fda1131d3c85d3a)) by Lysec - Guard ethtool usage. ([a5af3e83d](https://github.com/noctalia-dev/noctalia-shell/commit/a5af3e83d695f9182e23600dd199ef719917b2e0)) by Turann\_ - Merge pull request [#&#8203;2192](https://github.com/noctalia-dev/noctalia-shell/issues/2192) from linusammon/main ([59be951fd](https://github.com/noctalia-dev/noctalia-shell/commit/59be951fd49bf18cc27aaa826fd18db3dab78669)) by Lysec - fix(flake): add missing inputs ([49566a3ed](https://github.com/noctalia-dev/noctalia-shell/commit/49566a3ed1d25aec59c265598078b4ceabb1711c)) by Linus Ammon - increase range a bit ([e6fc9dc70](https://github.com/noctalia-dev/noctalia-shell/commit/e6fc9dc700724b8a3bd0f84f3d8fc77e2f64d9df)) by Turann\_ - Merge pull request [#&#8203;2190](https://github.com/noctalia-dev/noctalia-shell/issues/2190) from linusammon/main ([ae69c0e35](https://github.com/noctalia-dev/noctalia-shell/commit/ae69c0e358cd26053d6fadffa826e1f0517ede27)) by Lemmy - chore: bump flake.lock ([ccdf169fc](https://github.com/noctalia-dev/noctalia-shell/commit/ccdf169fc39670a11135a054ba5d75ae92350638)) by Linus Ammon - Icon backgrounds ([b145531df](https://github.com/noctalia-dev/noctalia-shell/commit/b145531df60507765a142ec7991163c88652d5d6)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([a6e616caf](https://github.com/noctalia-dev/noctalia-shell/commit/a6e616caf7dadda02bca7d013f43fbaacf3601ad)) by Turann\_ - fix(workspace): defer update to next event loop via timer instead of Qt.callLAter ([0d503343f](https://github.com/noctalia-dev/noctalia-shell/commit/0d503343f48b634da93d8e158fd8909841ff5f3e)) by Lemmy - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([6defe3c56](https://github.com/noctalia-dev/noctalia-shell/commit/6defe3c56de368d6e12315386f2a59fe69f1e2ab)) by Turann\_ - chore(i18n): update ([3a10b10b8](https://github.com/noctalia-dev/noctalia-shell/commit/3a10b10b8566a2dce3f26f58b0e9aa7bc5a95141)) by Lemmy - chore(readme): more compact ([d17275ff4](https://github.com/noctalia-dev/noctalia-shell/commit/d17275ff442e5a2b0b0313435aea04bf235e5e7a)) by Lemmy - chore(i18n) update ([96ae7c88d](https://github.com/noctalia-dev/noctalia-shell/commit/96ae7c88dbf4355d3cfc4c73583be4dd9d4efbd8)) by Lemmy - feat(hooks): added a simple color generation hook ([1454ef24e](https://github.com/noctalia-dev/noctalia-shell/commit/1454ef24e1c24b5c319830c8615a9142ec8a9011)) by Lemmy - chore(readme) stars at the bottom ([684414773](https://github.com/noctalia-dev/noctalia-shell/commit/684414773bfa5541cef38d8f5101e9033ba2ef65)) by Lemmy - chore(readme): updated with scope ([43828ebd0](https://github.com/noctalia-dev/noctalia-shell/commit/43828ebd0358aac543b9f9a9d707a599743e7c53)) by Lemmy - Merge pull request [#&#8203;2183](https://github.com/noctalia-dev/noctalia-shell/issues/2183) from DFSko/fix-kitty-predefined-selection-colors ([4cb3743a4](https://github.com/noctalia-dev/noctalia-shell/commit/4cb3743a4f47fc60bd27006b45ae8b4c1dbb7ed2)) by Lemmy - Merge pull request [#&#8203;2185](https://github.com/noctalia-dev/noctalia-shell/issues/2185) from ShalokShalom/patch-1 ([8a77abd11](https://github.com/noctalia-dev/noctalia-shell/commit/8a77abd11a93694d744c95772e27fcb35618e6d6)) by Lemmy - Update supported Wayland compositors list ([2258584b7](https://github.com/noctalia-dev/noctalia-shell/commit/2258584b784722052f69a266c022af9d47ba64b7)) by ShalokShalom - Update NetworkPanel.qml ([7aa44ad7c](https://github.com/noctalia-dev/noctalia-shell/commit/7aa44ad7cc9b329a9884268f957d270f465f6ac3)) by Turann\_ - normally i should've returned. might be oversimplified :P ([d44df268e](https://github.com/noctalia-dev/noctalia-shell/commit/d44df268e20f5911a43b561887fd6c88c04f8ca2)) by Turann\_ - Update WifiSubTab.qml ([1a0236c92](https://github.com/noctalia-dev/noctalia-shell/commit/1a0236c928145ed9585a4995ce7cf70cefd8692d)) by Turann\_ - Update NetworkPanel.qml ([ad641634b](https://github.com/noctalia-dev/noctalia-shell/commit/ad641634b8a127306a1ca448b99d0b49725ed6e8)) by Turann\_ - fmtd ([1e05fc394](https://github.com/noctalia-dev/noctalia-shell/commit/1e05fc394d805c0bd34649634456d567360ee7f2)) by Turann\_ - put actual icons ([aec50a5f0](https://github.com/noctalia-dev/noctalia-shell/commit/aec50a5f06051d62b5b069a24c6bb64f8b0b4215)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([29580708d](https://github.com/noctalia-dev/noctalia-shell/commit/29580708d2539cb1676ba934ea16d2584024746e)) by Turann\_ - bad sed -i :(( ([f0ae489c4](https://github.com/noctalia-dev/noctalia-shell/commit/f0ae489c42cfc762564f1c86b49c87ff73c64cac)) by Turann\_ - move to service 3/3 ([34f1457e1](https://github.com/noctalia-dev/noctalia-shell/commit/34f1457e156cb8ad08a1af1ba7b4877325d39ff7)) by Turann\_ - fix an issue where variables might not ready. ([d900f8d22](https://github.com/noctalia-dev/noctalia-shell/commit/d900f8d22f5ddc0d161c2354be216fbbff5259d8)) by Turann\_ - some fixes - deleted un-needed if block ([9b6998026](https://github.com/noctalia-dev/noctalia-shell/commit/9b6998026799b6b9edc99033093ca6816d261c93)) by Turann\_ - move functions to service 2/3 ([bd6158348](https://github.com/noctalia-dev/noctalia-shell/commit/bd61583482a67eca709c7bcb61127fc8329e52e4)) by Turann\_ - feat(icons): new ethernet icons ([a3f84fde3](https://github.com/noctalia-dev/noctalia-shell/commit/a3f84fde37f5ef4bcfff3724d549824b4d050692)) by Lemmy - Fix kitty predefined selection colors ([04a5ab8c6](https://github.com/noctalia-dev/noctalia-shell/commit/04a5ab8c69d4d80d76a77d0a1f7c22193bc1f444)) by Denis Nikolaev - feat(icons): new wifi icons ([efeae43fb](https://github.com/noctalia-dev/noctalia-shell/commit/efeae43fbfedafe62324647beec456f14a7dd653)) by Lemmy - prep for new icons 1/3 ([7d4b22059](https://github.com/noctalia-dev/noctalia-shell/commit/7d4b22059dc3c603cf8515e1b2df8a7adffd4b8b)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([f55a2aaac](https://github.com/noctalia-dev/noctalia-shell/commit/f55a2aaacf986a9d9f5e26e53aef80c354555c70)) by Turann\_ - Merge branch 'main' of github.com:noctalia-dev/noctalia-shell ([2ff67234f](https://github.com/noctalia-dev/noctalia-shell/commit/2ff67234fc3660b28c91e18c623c366a6ae295d4)) by Lemmy - feat(wallpaper): added ability for granular pick of transitions via checkboxes ([bf234e502](https://github.com/noctalia-dev/noctalia-shell/commit/bf234e502da5fb1d6c9b462c5b20e5aeae736bae)) by Lemmy - Merge pull request [#&#8203;2181](https://github.com/noctalia-dev/noctalia-shell/issues/2181) from linuxmobile/fix-clipboard-colors ([4c5976fa4](https://github.com/noctalia-dev/noctalia-shell/commit/4c5976fa4eb7c489a82c0b866ee8a1c96d86a102)) by Lemmy - fix(clipboard): add color preview ([73a3d3c25](https://github.com/noctalia-dev/noctalia-shell/commit/73a3d3c252bb637d262e5a16b27a535dd0271682)) by Braian A. Diez - feat(Wallpaper): change random wallpaper time buttons to NSpinBox ([5c58bcac7](https://github.com/noctalia-dev/noctalia-shell/commit/5c58bcac7326b7c191b9bb5094ec75f7e5c5810f)) by Lysec - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([39f9123cb](https://github.com/noctalia-dev/noctalia-shell/commit/39f9123cba3e2aea9fea410c40cb5b747f62b9e9)) by Turann\_ - chore(autofmt) ([793771cd7](https://github.com/noctalia-dev/noctalia-shell/commit/793771cd770431443d71e30ceede201048435a04)) by Lemmy - fix(dock): gate peek and indicator windows on auto-hide to reduce GPU compositing overhead ([d163f8a9d](https://github.com/noctalia-dev/noctalia-shell/commit/d163f8a9d82288da36e2df1e0451682c48d6744b)) by Lemmy - Merge pull request [#&#8203;2178](https://github.com/noctalia-dev/noctalia-shell/issues/2178) from LionHeartP/main ([e7aed65a1](https://github.com/noctalia-dev/noctalia-shell/commit/e7aed65a1ee26935300a1334284f13f157fedb91)) by Lemmy - SystemMonitor.qml: fix launching external Monitor app ([7b80ac731](https://github.com/noctalia-dev/noctalia-shell/commit/7b80ac73190e3593c42e900f8dd8028d678e7a83)) by LionHeartP - Merge branch 'main' of github.com:noctalia-dev/noctalia-shell ([54316dcdb](https://github.com/noctalia-dev/noctalia-shell/commit/54316dcdb5e6dc653e8f8e7f2273d88ad01f563b)) by Lemmy - feat(audio-spectrum): replaced cava process by our pipewire implementation via noctalia-qs ([5821bb1f7](https://github.com/noctalia-dev/noctalia-shell/commit/5821bb1f7036bb0bf9e52d82f40eef2f4f02a2e0)) by Lemmy - feat(kitty): add tab & trail colors ([d11bdcbc1](https://github.com/noctalia-dev/noctalia-shell/commit/d11bdcbc192afdc6ced0ff3db97146c1f38ffd90)) by Lysec - docs(README): remove dev-shell info from readme ([9f6c00cba](https://github.com/noctalia-dev/noctalia-shell/commit/9f6c00cbac26f4fa8c94d7cabef5999c4fc7b3a5)) by Lysec - fix(WallpaperAutiomation): use iRadius for time interval options ([4dbec38bf](https://github.com/noctalia-dev/noctalia-shell/commit/4dbec38bf864d74599fa8563810e33d7f75c3a8c)) by Lysec - fmt ([08a7591b7](https://github.com/noctalia-dev/noctalia-shell/commit/08a7591b76f236bb8e21e63969935db7fa3870a2)) by Turann\_ - Update NetworkService.qml ([20d4fc044](https://github.com/noctalia-dev/noctalia-shell/commit/20d4fc0441d0dd52036fc004c0e7640dc1a0e168)) by Turann\_ - resolve merge issue\[s] ([7af3f19c1](https://github.com/noctalia-dev/noctalia-shell/commit/7af3f19c1ec7f0ed2006b007ba26c51133f63ad8)) by Turann\_ - Merge branch 'main' into pr/networking-refactor-pt2 ([b790d0d1b](https://github.com/noctalia-dev/noctalia-shell/commit/b790d0d1b7d0e838bec39203eb5cf438c10a9ac1)) by Turann\_ - chore(i18n): update ([c6d0f651f](https://github.com/noctalia-dev/noctalia-shell/commit/c6d0f651f57faa7980f0a3aa4343b8cf9687b1df)) by Lemmy - feat(clipboard): removed unused date filter and date headers, went with a simple "time ago" indicator per entry which feels more natural ([449640796](https://github.com/noctalia-dev/noctalia-shell/commit/4496407969b13c261cdc679d71b67369fa607389)) by Lemmy - Merge pull request [#&#8203;1999](https://github.com/noctalia-dev/noctalia-shell/issues/1999) from linuxmobile/clipboard-filter ([d9d453184](https://github.com/noctalia-dev/noctalia-shell/commit/d9d453184df8ec72dfb417774f0caa9407c89f75)) by Lemmy - chore(autofmt) ([c67f293ac](https://github.com/noctalia-dev/noctalia-shell/commit/c67f293acaf3fcf63cfe1440ba87154d2170d8ef)) by Lemmy - Merge pull request [#&#8203;2109](https://github.com/noctalia-dev/noctalia-shell/issues/2109) from turannul/pr/networking-refactor-pt1 ([12c77e552](https://github.com/noctalia-dev/noctalia-shell/commit/12c77e55246b039543c00b7d5faeb36962706ead)) by Lemmy - fix(mediamini): proper width computation when show album art is off. Fix [#&#8203;2121](https://github.com/noctalia-dev/noctalia-shell/issues/2121) ([4500f13de](https://github.com/noctalia-dev/noctalia-shell/commit/4500f13de3f4319a1a6869e1a56bbf305243ec4f)) by Lemmy - fix(lockscreen): wrap custom clock text to avoid overflow. fix [#&#8203;2173](https://github.com/noctalia-dev/noctalia-shell/issues/2173) ([8f1a812cc](https://github.com/noctalia-dev/noctalia-shell/commit/8f1a812ccfabf6a1744f8b08eb37cbe3820e77af)) by Lemmy - prep for icons ([b8dcf04a9](https://github.com/noctalia-dev/noctalia-shell/commit/b8dcf04a9b423ea81ac4c44c38f41ff16ad19c94)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([607176dfb](https://github.com/noctalia-dev/noctalia-shell/commit/607176dfb02e09b37fb7ea6bdf91b067e450c59b)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([a9915ee6c](https://github.com/noctalia-dev/noctalia-shell/commit/a9915ee6c67482b750ea44fe7a5d41d9cd85df5f)) by Turann\_ - fix(nightlight): changed the logic, the icon is now colored only when enabled ([b17f72035](https://github.com/noctalia-dev/noctalia-shell/commit/b17f7203506dda1dbf55f9b694739862d935d308)) by Lemmy - fix coloring that created in pt1 | Missing elements. ([983867d15](https://github.com/noctalia-dev/noctalia-shell/commit/983867d1537495a1c09d0003296463442a5fd918)) by Turann\_ - carry over requested changes from pt1 | apply pt1.patch ([a5ac9541f](https://github.com/noctalia-dev/noctalia-shell/commit/a5ac9541fe726aef5a8eb1c80610ee1f432adb3f)) by Turann\_ - add timer, use color & i18n of open. ([c994bdbfd](https://github.com/noctalia-dev/noctalia-shell/commit/c994bdbfd2bb3a2cf43c494bf55f220ce8b8e3d0)) by Turann\_ - Merge branch 'main' of github.com:noctalia-dev/noctalia-shell ([0bdf5afd2](https://github.com/noctalia-dev/noctalia-shell/commit/0bdf5afd2cf51fdcc5fe95b5205e6f6f3f0a9183)) by Lemmy - feat(notif): added a shorcut to the settings in the notification history panel ([76f2d2a6b](https://github.com/noctalia-dev/noctalia-shell/commit/76f2d2a6b0c5e83375cffe14c77501592e493ff7)) by Lemmy - fix(ghostty): add config.ghostty support ([8fb06fddf](https://github.com/noctalia-dev/noctalia-shell/commit/8fb06fddf597e6620b891f3020a9eecd86b7ac89)) by Lysec - fix(bar): more bullet proofing toward auto-hide ([4e814962a](https://github.com/noctalia-dev/noctalia-shell/commit/4e814962a425d80da243d472b7489a934eff5598)) by Lemmy - feat(dock): renaming "static" to "attached" ([8e346465c](https://github.com/noctalia-dev/noctalia-shell/commit/8e346465cb3d691b4d840e8f9885a789d0956c4b)) by Lemmy - fix(dock): fix attached dock retraction when hovered ([bd8261646](https://github.com/noctalia-dev/noctalia-shell/commit/bd8261646c9d3ab255f8664a47ea5e3120109c91)) by Lemmy - Delete Planning board.md ([c497b9721](https://github.com/noctalia-dev/noctalia-shell/commit/c497b972198b9de6bbcb5dc2811aeb8dd4842d11)) by Turann\_ - Delete Modules/Panels/Settings/Tabs/Connections/Planning board.md ([3346a365f](https://github.com/noctalia-dev/noctalia-shell/commit/3346a365f49b1193dc3e9a19138b1a17c9f00d9a)) by Turann\_ - feat(brightness): enable ddcutil dynamic sleep to reduce latency ([3c9524a02](https://github.com/noctalia-dev/noctalia-shell/commit/3c9524a029fdf4e7d774ccdd7893dbfb83fd032a)) by Lysec - Update Planning board.md ([578743a6e](https://github.com/noctalia-dev/noctalia-shell/commit/578743a6ebc8f944a522fbcf884f08f848fcd1f6)) by Turann\_ - fix(tooltips): added support for string vs array content everywhere ([599068b58](https://github.com/noctalia-dev/noctalia-shell/commit/599068b5843c10152753aed790a1686712f7adf6)) by Lemmy - finalize, enterprise support ([22a694ce7](https://github.com/noctalia-dev/noctalia-shell/commit/22a694ce77c28984228a78d72a8c61e9b0624a40)) by Turann\_ - Improve enterprise support ([16d5e1f02](https://github.com/noctalia-dev/noctalia-shell/commit/16d5e1f02273bec3fac831c5a3e3972a6820515a)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([79a14aca2](https://github.com/noctalia-dev/noctalia-shell/commit/79a14aca2436f8174a358b85792a6b68726d3264)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([294b39090](https://github.com/noctalia-dev/noctalia-shell/commit/294b3909001d1acf9a207a4f090966312d7cea22)) by Turann\_ - chore(i18n): update ([20e480d73](https://github.com/noctalia-dev/noctalia-shell/commit/20e480d732d1bb6282cdc1b012fdd7cbdd6d4ba0)) by Lemmy - feat(hooks): added a 3rd argument to the wallpapper changed hook (light/dark) ([40e06ed1f](https://github.com/noctalia-dev/noctalia-shell/commit/40e06ed1f80f969640f543e8752e30989b401ec4)) by Lemmy - chore(i18n): update ([1b77bf141](https://github.com/noctalia-dev/noctalia-shell/commit/1b77bf141e29f8c9b9dc8486986e2dfc8855a92e)) by Lemmy - Merge pull request [#&#8203;2169](https://github.com/noctalia-dev/noctalia-shell/issues/2169) from Aitor42/main ([40e546022](https://github.com/noctalia-dev/noctalia-shell/commit/40e546022dd2115f1b7f824ae309ea0115c4d360)) by Lysec - Support for .gif profile picture ([dd6bfa2cf](https://github.com/noctalia-dev/noctalia-shell/commit/dd6bfa2cfb11e5a418406e88587242b3e756eab8)) by Aitor - Merge pull request [#&#8203;2163](https://github.com/noctalia-dev/noctalia-shell/issues/2163) from notiant/patch-23 ([786ca2c80](https://github.com/noctalia-dev/noctalia-shell/commit/786ca2c80f4ffa6b6cd4bd7f7cc68c972b0ee970)) by Lysec - further attempt to improve efficiency ([af1516b43](https://github.com/noctalia-dev/noctalia-shell/commit/af1516b43dc1e9dfa6850998811925698fbca177)) by Turann\_ - Update Network.qml ([3fd38592e](https://github.com/noctalia-dev/noctalia-shell/commit/3fd38592e1b32bbe6521b183675103258651c67c)) by Turann\_ - this makes more sense where used. ([9aa636cbc](https://github.com/noctalia-dev/noctalia-shell/commit/9aa636cbce94d78a4adfbeeeb82922e09e9ed83b)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([bd9791bdc](https://github.com/noctalia-dev/noctalia-shell/commit/bd9791bdc67cf672c221be35aa5369ff4c44ec7a)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([2cde5925c](https://github.com/noctalia-dev/noctalia-shell/commit/2cde5925c8c6d97b68b2bb610b10f30f6cf44dc4)) by Turann\_ - fix(clipboard): code cleanup ([d92aa0a72](https://github.com/noctalia-dev/noctalia-shell/commit/d92aa0a7277f4886c8c937dbc71317d13d64017f)) by Braian A. Diez - fix(docK): fix static dock auto retraction when mouse stays on the peek zone ([072dd859a](https://github.com/noctalia-dev/noctalia-shell/commit/072dd859ae476ce908d45a95ec354949877ff529)) by Lemmy - remove app2unit in launcher settings ([bb2e311dc](https://github.com/noctalia-dev/noctalia-shell/commit/bb2e311dcadd0e534fea4b40873a89cd0732cf03)) by notiant - chore(clipboard): cleanup request ([02cf4f8db](https://github.com/noctalia-dev/noctalia-shell/commit/02cf4f8db9327e1e70ae4040fcfbdb7bff1e1e8d)) by Braian A. Diez - fix(dock): fix blur pos when floating ([906d265bc](https://github.com/noctalia-dev/noctalia-shell/commit/906d265bcea3fe11cf02ebc524deb580c6a23903)) by Lemmy - fix(dock): replaced animations by slide-in/out to be blur compatible + removed animation on the dock indicator that was super laggy and unecessary. ([c249d2d51](https://github.com/noctalia-dev/noctalia-shell/commit/c249d2d515062250999815be882ef0d05a4b24e6)) by Lemmy - autofmt ([81586e7fa](https://github.com/noctalia-dev/noctalia-shell/commit/81586e7fa8bdc732f934bef8413f588138fe1e2a)) by Lemmy - fix(launcher-overlay): fix background color being all wrong ([aaf91299a](https://github.com/noctalia-dev/noctalia-shell/commit/aaf91299ad221b887a86656a9bb4cd98bd3dc716)) by Lemmy - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([1f8bef9b9](https://github.com/noctalia-dev/noctalia-shell/commit/1f8bef9b9fd91421e79891779604303fe148a3bc)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([b3d2172d7](https://github.com/noctalia-dev/noctalia-shell/commit/b3d2172d72874d39052ceb0824382d909ee7153d)) by Turann\_ - chore(bt): unified get/setDeviceAutoConnect to use similar arguments ([c15fb85c5](https://github.com/noctalia-dev/noctalia-shell/commit/c15fb85c53a39a53e923a866801c48717c6803e7)) by Lemmy - fix(ncheckbox): better tick sizing and centering ([3679f7fca](https://github.com/noctalia-dev/noctalia-shell/commit/3679f7fca59e93aa0e32e1a843f596c4bd153805)) by Lemmy - fix(audio): keep per-app volume across track changes and seeks ([74e375e24](https://github.com/noctalia-dev/noctalia-shell/commit/74e375e24400de098ece6b0b258277306e3d5a84)) by Lysec - don't sync blindly ([cf83d4aa0](https://github.com/noctalia-dev/noctalia-shell/commit/cf83d4aa0284af567f6e081fc88173dfe148fccc)) by Turann\_ - Merge upstream/main into pr/networking-refactor-pt2 and fix BluetoothSubTab.qml conflict ([299402a76](https://github.com/noctalia-dev/noctalia-shell/commit/299402a76eea8dc8e4a72e23b36f99939b893ac1)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([88cf314ec](https://github.com/noctalia-dev/noctalia-shell/commit/88cf314ec55effce20263093f9265f684c9c6a55)) by Turann\_ - fix(settings): add proper spacing on notif/general tab ([5ee84e3ab](https://github.com/noctalia-dev/noctalia-shell/commit/5ee84e3ab386727eaf4b2381adfdcd86ad94553b)) by Lemmy - fix(bt): better looking auto-connect checkbox ([9cc017a89](https://github.com/noctalia-dev/noctalia-shell/commit/9cc017a89947aee3b51fd1a6140acdabe1cb30d9)) by Lemmy - refactor(notif): rename internals for clarity (popup vs history) ([9d142fbaf](https://github.com/noctalia-dev/noctalia-shell/commit/9d142fbaf3f0b355cf0ff219a803980cffca03bf)) by Lemmy - fix(notif): fix re-entrant QML incubation crash in NotificationService ([683e61744](https://github.com/noctalia-dev/noctalia-shell/commit/683e61744771263babc3fb6d3c270e273d3bf8e7)) by Lemmy - Revert "fix(audio): persist per-app volume against app-side resets" ([75cc031ce](https://github.com/noctalia-dev/noctalia-shell/commit/75cc031ceaafd76d6345cb2582d30ce8f9b4b81c)) by Lysec - fix(audio): persist per-app volume against app-side resets ([9b3a97f7c](https://github.com/noctalia-dev/noctalia-shell/commit/9b3a97f7cceb46a1becaa036e38938e279a55882)) by Lysec - Revert "fix(shell): prevent nested QML incubation in workspace pill Repeaters" ([016b7a678](https://github.com/noctalia-dev/noctalia-shell/commit/016b7a6780aa4e41248b462104656743f4bc432f)) by Lysec - fix(shell): prevent nested QML incubation in workspace pill Repeaters ([4b9a28981](https://github.com/noctalia-dev/noctalia-shell/commit/4b9a289814a88939a4894b5f85a98c994af283c2)) by Lysec - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([f3d963c28](https://github.com/noctalia-dev/noctalia-shell/commit/f3d963c28d9db5f7fc3c739dca4c53df15731176)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([d4d7b5516](https://github.com/noctalia-dev/noctalia-shell/commit/d4d7b551669dd3646182035025c8bd563c1a8774)) by Turann\_ - Bumping version ([ba03e4c3f](https://github.com/noctalia-dev/noctalia-shell/commit/ba03e4c3f7340a958d23a186576052fbdea79193)) by Lysec - update note ([65374d546](https://github.com/noctalia-dev/noctalia-shell/commit/65374d546d800a7ba822ced892d796eab3577290)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([a8c3987a8](https://github.com/noctalia-dev/noctalia-shell/commit/a8c3987a858d59362254bce5ee7ae14b0bc08a2f)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([f9074e968](https://github.com/noctalia-dev/noctalia-shell/commit/f9074e968fe8cdc01bb91b3240102db68a02431f)) by Turann\_ - Merge branch 'main' into clipboard-filter (conflict resolution) ([c4dbdb29d](https://github.com/noctalia-dev/noctalia-shell/commit/c4dbdb29d6500231b3ecdafd1f64e6c658b5bd8c)) by Braian A. Diez - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([749a1823f](https://github.com/noctalia-dev/noctalia-shell/commit/749a1823f62fcb3d7a6595c5a95c295024b6d5e3)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([13c21e518](https://github.com/noctalia-dev/noctalia-shell/commit/13c21e518bf375e482d49aa7c477429eac8d4cc9)) by Turann\_ - an obvious power spike culprit ([fe859429e](https://github.com/noctalia-dev/noctalia-shell/commit/fe859429ecfa06dfe2098a628a3c7d1187e9be5f)) by Turann\_ - Merge remote-tracking branch 'upstream/main' into pr/networking-refactor-pt1 ([d469ce31e](https://github.com/noctalia-dev/noctalia-shell/commit/d469ce31eb51732a4f34fd2f37b397af4f81b388)) by Turann\_ - Merge remote-tracking branch 'upstream/main' into pr/networking-refactor-pt2 ([473b54ed9](https://github.com/noctalia-dev/noctalia-shell/commit/473b54ed989946db1ae92deb45814b39a1b5f98b)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([547ebfd19](https://github.com/noctalia-dev/noctalia-shell/commit/547ebfd195bb5af54e572b25bf4c1cea3ef2e577)) by Turann\_ - Simplify - even more. ([b242c509c](https://github.com/noctalia-dev/noctalia-shell/commit/b242c509c4462d94a89df9799d4e2ed2f71b732b)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([fe21f620a](https://github.com/noctalia-dev/noctalia-shell/commit/fe21f620a2dc6bd8a1c514571c07f5db1a02dee2)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([4815f4a0a](https://github.com/noctalia-dev/noctalia-shell/commit/4815f4a0aa24f3aef5335272200b1ef598e417dd)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt1 ([01e272924](https://github.com/noctalia-dev/noctalia-shell/commit/01e272924baf5e66a6c1122e59ece277b13646f2)) by Turann\_ - Merge branch 'noctalia-dev:main' into pr/networking-refactor-pt2 ([ebde16024](https://github.com/noctalia-dev/noctalia-shell/commit/ebde160246d8908fb14fed27933c86ae171c747a)) by Turann\_ - feat(network): improve UI consistency and connection info display ([cada065b0](https://github.com/noctalia-dev/noctalia-shell/commit/cada065b0027286c3cc9d99e9080e5f643a8d64d)) by Turann\_ - Merge branch 'upstream/main' into pr/networking-refactor-pt2 and resolve conflicts ([ae8b13c11](https://github.com/noctalia-dev/noctalia-shell/commit/ae8b13c11b956cd423722a33e9f8ffaba4a932b2)) by Turann\_ - Merge branch 'upstream/main' into pr/networking-refactor-pt1 and resolve conflicts ([c47aefa33](https://github.com/noctalia-dev/noctalia-shell/commit/c47aefa3396c0f047c335842c200b4f1fc67f2a9)) by Turann\_ - i18n ([471f515ac](https://github.com/noctalia-dev/noctalia-shell/commit/471f515ac0555dee8464b7e70ca786ba9f977e1c)) by Turann\_ - unused keys now gone ([6daa73b48](https://github.com/noctalia-dev/noctalia-shell/commit/6daa73b48881a296ad70b59a0c298d635f3fb31f)) by Turann\_ - Update NetworkService.qml ([4c6f9ab47](https://github.com/noctalia-dev/noctalia-shell/commit/4c6f9ab471e7cf736a5fac15043406c1ab89e4e2)) by Turann\_ - Update Planning board.md ([830321bf6](https://github.com/noctalia-dev/noctalia-shell/commit/830321bf6eea6a36b3105420a2c1909144427cd5)) by Turann\_ - basic enterprise support ([88618b68f](https://github.com/noctalia-dev/noctalia-shell/commit/88618b68f4625de2e02c02475d4f4c44330540a1)) by Turann\_ - Here we go again ([d4f2ebb9a](https://github.com/noctalia-dev/noctalia-shell/commit/d4f2ebb9a565085bf14f3cefb60cd924331f775f)) by Turann\_ - feat(labwc): use native ext-workspace-v1 for workspaces and fix window tracking ([57b47e694](https://github.com/noctalia-dev/noctalia-shell/commit/57b47e6942cea520381010150b9e397a16b9aff1)) by Lemmy - fix(mango): fix window-to-output mapping and guard against empty metadata matches ([a3b44f423](https://github.com/noctalia-dev/noctalia-shell/commit/a3b44f4230110a30a12397efdf80c837771a4b2a)) by Lemmy - feat(mango): new service implementation using the proper dwl implementation ([4cb1b354a](https://github.com/noctalia-dev/noctalia-shell/commit/4cb1b354ac94bed9af5a8cee8ab250979a3d21ca)) by Lemmy - feat(spectrum): new cava free service ([6f5b9f422](https://github.com/noctalia-dev/noctalia-shell/commit/6f5b9f4222fa53ff36a452886d3ed3380b807301)) by Lemmy - fix: improve the code regex ([67ffbb6f2](https://github.com/noctalia-dev/noctalia-shell/commit/67ffbb6f2739f2d48f327879ee1c59788b99e290)) by Braian A. Diez - chore: missing translation for clipboard ([a913e95d0](https://github.com/noctalia-dev/noctalia-shell/commit/a913e95d0ae8d700fee694ae1805dc500fe607cf)) by Braian A. Diez - clipboard: add filters by type & date ([a844e578a](https://github.com/noctalia-dev/noctalia-shell/commit/a844e578a990c181b7f51797d86d4f0584294132)) by Braian A. Diez </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44My4wIiwidXBkYXRlZEluVmVyIjoiNDMuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency noctalia-dev/noctalia-shell to v4.7.0
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
93df50c7a7
Bluemedia deleted branch renovate/noctalia-dev-noctalia-shell-4.x 2026-03-21 00:27:09 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Bluemedia/desktop-environment-rpms!67
No description provided.