Update dependency noctalia-dev/noctalia-shell to v4.7.1 #70

Merged
Bluemedia merged 1 commit from renovate/noctalia-dev-noctalia-shell-4.x into main 2026-03-23 20:44:40 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
noctalia-dev/noctalia-shell patch 4.7.04.7.1

Release Notes

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

v4.7.1

Compare Source

🌙 Release Notes v4.7.1

This update focuses on performance optimization, UI polish, and refined system integration.

Key Features
  • Enhanced Visualizer: Added frequency mirroring and transitioned from Cava to native Pipewire spectrum.
  • Theming & Sync: Improved GTK color-scheme syncing, added an Emacs theme posthook, and enabled custom plugin background colors.
  • UX Improvements: OSD windows and desktop widgets are now fully click-through. Added multi-selection support to NFilePicker.
  • Wallpaper Handling: New toggle to use original files (skips processing to save CPU/disk) and fixed pathing bugs involving apostrophes.
  • Localization: Added Vietnamese support.
Improvements
  • Network: Faster device detection and native Wi-Fi state management.
  • Performance: Reduced CPU usage for WeatherCard and MediaMini progress rings.
  • UI Refinement: Improved Graph Shader anti-aliasing, fixed NSpinBox hover glitches, and fixed vertical centering of the Active Window widget.
  • System: Volume feedback now triggers on external changes; LockKeysService migrated to a native QML model.
  • Nix/Dev: Removed Cava dependencies and enabled Quickshell config path overrides.
🐛 Bug Fixes
  • Layouts: Fixed panel overflows on small screens and vertical floating bars.
  • Stability: Resolved wallpaper startup race conditions and fixed closedImmediately flag resets.
  • Clean Logs: Eliminated spurious warnings when animations are disabled.

Changes since v4.7.0

  • Release v4.7.1 (0b8b4fec4) by Lemmy
  • feat(sysgraphs): sharper (187fced35) by Lemmy
  • feat(wallpaper): add toggle to skip image processing and use original files (05ef6849d) by Lemmy
  • feat(imagecache): cleaned up dead code, reduced cache duration to 15 days (d1926452d) by Lemmy
  • Merge pull request #​2208 from turannul/pr/additional-networking-fixes (5f5cd2c43) by Lemmy
  • Merge pull request #​2262 from MachXNU/main (0a593c491) by Lemmy
  • prevent duplicate scan triggers (a62442104) by notiant
  • Changed background light (d19019ada) by Jb
  • feat(networking): refactor NetworkService to use Quickshell.Networking and improve state synchronization (849bf1638) by Turann_
  • Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (5338a6aaf) by Lemmy
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (b44bf38c1) by Lysec
  • chore(shell): tiny cleanup (43043e1b3) by Lysec
  • Merge pull request #​2260 from linusammon/main (56c0904dc) by Lysec
  • fix(background): potential fix for black lockscreen after performance mode (18c055945) by Lysec
  • ci: add cachix workflow (50392f870) by Linus Ammon
  • ci: add flake update workflow (1eb2f6d2d) by Linus Ammon
  • fix(graph): improved AA on graph shader (d3e23d6cf) by Lemmy
  • chore(autofmt) (4e44886a7) by Lemmy
  • chore(i18n): update (a67020e25) by Lemmy
  • Merge pull request #​2259 from Scrumplex/fix/nix/inherit-noctalia-qs-flake (f21729710) by Lemmy
  • Merge pull request #​2253 from spiros132/main (8b1bb355d) by Lysec
  • Merge pull request #​2248 from mia-0/progressring_repaint (582b5629b) by Lemmy
  • fix(theming): wallpaper color generation with apostrophes in path (68ed7b397) by Lysec
  • fix(nix): inherit noctalia-qs overlay in our overlay (23a2a074c) by Sefa Eyeoglu
  • Merge pull request #​2256 from iynaix/imagecache-race (deadea5c1) by Lysec
  • fix(NFilePicker): Added ability to use both Control and Shift with both having different functionality (1768dacac) by Spyridon Siarapis
  • fix(wallpaper): wait for ImageCacheService to be ready before scanning (c3532bfaa) by Lin Xianyi
  • feat(spectrum): slightly better initialization of the number of bands until noctalia-qs is updated everywhere. (25d2efe9b) by Lemmy
  • fix(NFilePicker): Added multiSelection choice (cc5971448) by Spyridon Siarapis
  • Merge pull request #​2251 from linusammon/main (6b30925fb) by Lysec
  • chore(flake): bump flake.lock (bb2b1b93d) by Linus Ammon
  • build(nix): remove cava (3ddc0f633) by Linus Ammon
  • Bar/MediaMini: don’t repaint invisible progress ring (1e215ba93) by Mia Herkt
  • fix(spectrum): minimal signal new default to 1% (bef335ab3) by Lemmy
  • fix(ipc): audio and network panel attempt to open near their bar button (3b5e596ab) by Lemmy
  • chore(MainScreen): Quickshell default layer is WlrLayer.Top, let's set them explicitely for clarity (5eaefd8bf) by Lemmy
  • feat(OSD): full click-through (2efacafb6) by Lemmy
  • Revert "fix(OSD): keep panelwindow always loaded to avoid hotplug crash" (c78e7e386) by Lemmy
  • Merge pull request #​2246 from Scrumplex/fix/bluetooth-alpha (c6b08b380) by Lysec
  • fix(btsubtab): fix alpha on ntexts (0261f7394) by Sefa Eyeoglu
  • feat(spectrum): typo (b9a02cccc) by Lemmy
  • feat(spectrum): adding support for both band and bar properties during the migration (40a64b6aa) by Lemmy
  • chore(i18n): update (2aa0c7a78) by Lemmy
  • feat(audioviz): added a settings to control the frequency mirroring. Fix #​2239 (6180d457f) by Lemmy
  • fix(desktop-widgets): ignore mouse via mask when not editing so the events pass thru to an eventulal desktop shortcuts manager (pcmanfm). Fix #​2241 (8abf32ac1) by Lemmy
  • Merge pull request #​2235 from blackbartblues/feat/plugin-panel-slot-background-color (cd5863651) by Lemmy
  • Update PluginPanelSlot.qml (077989a34) by Lemmy
  • fix(migration): improve the old migration 45 (928518898) by Lemmy
  • fix(active-window): fix vertical centering, more robust if fonts get bigger than icon. (b3b236fdb) by Lemmy
  • fix(settings): cleaning remnants of Settings.data.bar.floating (9966d695c) by Lemmy
  • chore(autofmt) (56f3dbec8) by Lemmy
  • fix(panel): simplify calculations (1554d6851) by Lemmy
  • Merge pull request #​2234 from blackbartblues/fix/smart-panel-floating-bar-overflow (9430c25b1) by Lemmy
  • fix(smart-panel): also clamp panelHeight for vertical floating bars (7c197147e) by WojciechSulocki-Gif
  • style(lockscreen): adjust capslock & password input icon (56457b140) by Lysec
  • Merge pull request #​2238 from mia-0/lockkeysvc_no_sh (caf74e8fa) by Lysec
  • LockKeysService: use Qml file system model (4230ae520) by Mia Herkt
  • feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel (ed8593aa1) by WojciechSulocki-Gif
  • fix(smart-panel): prevent panel overflow on small screens with floating bar (d51a7406d) by WojciechSulocki-Gif
  • Merge pull request #​2230 from shouya/main (e2ba46ed1) by Lysec
  • feat(ColorScheme): always set gsetting color-scheme when toggling light/dark mode (5a92a82d0) by Lysec
  • feat(emacs): add posthook to refresh the theme (3b2fa6a42) by Lysec
  • Merge pull request #​2231 from shouya/allow-qs-path-override (829dedc2d) by Lysec
  • allow overriding qs config path (ad55a2a39) by shouya
  • play volume feedback when changing volume externally (222cf2363) by shouya
  • feat(i18n): added vietnamese (machine translated) (8344f25d5) by Lemmy
  • Revert "perf(mainscreen): merging fix/damage-control" (c8d8709c2) by Lemmy
  • Revert "fix(mainscreen): avoid potential single frame flicker of the bar when resizing" (039ad4db9) by Lemmy
  • Revert "fix(mainscreen): fix posty bar bg flicker" (5ee59dc41) by Lemmy
  • fix(mainscreen): fix posty bar bg flicker (59aa80c36) by Lemmy
  • fix(mainscreen): avoid potential single frame flicker of the bar when resizing (219a4742d) by Lemmy
  • perf(mainscreen): merging fix/damage-control (67a7f75c3) by Lemmy
  • feat(i18n): getting things up for vi(etnamese) (8828d9d7b) by Lemmy
  • feat(screencorners): no longer reside in MainScreen, tiny PanelWindow. Will also serve for hotcorners detection (1f0ea41c3) by Lemmy
  • perf(mainscreen): collapse Mainscreen to bar-sized when idle (b1f8a24da) by Lemmy
  • Merge pull request #​2225 from mia-0/layershell_workaround (a834b42f3) by Lemmy
  • fix(panel): when animations are disabled to log a warning on every panel open (6c5771759) by Lemmy
  • fix(nspinbox): replace the diamond hover by a simple rounded rectangle, fixes a lot of small glitches (53c4b2dc2) by Lemmy
  • fix(panel): reset closedImmediately flag reliably after panel close (b4d12870d) by Lemmy
  • chore(autofmt) (9818fa877) by Lemmy
  • MainScreen/PanelWindow: do not put on top layer (345cdfb32) by Mia Herkt
  • Merge pull request #​2219 from Sunrongguo2008/patch-1 (21c191d67) by Lysec
  • docs(readme): update available plugins count to nearly 100 (82f555a8d) by Sunong2008
  • Merge pull request #​2215 from mia-0/weathercard_perf (e08b08893) by Lemmy
  • bumping version to v4.7.1 git (67e1b42f0) by Lemmy
  • WeatherCard: Avoid using too much processing power (993ac87cf) by Mia Herkt

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) | patch | `4.7.0` → `4.7.1` | --- ### Release Notes <details> <summary>noctalia-dev/noctalia-shell (noctalia-dev/noctalia-shell)</summary> ### [`v4.7.1`](https://github.com/noctalia-dev/noctalia-shell/releases/tag/v4.7.1) [Compare Source](https://github.com/noctalia-dev/noctalia-shell/compare/v4.7.0...v4.7.1) # 🌙 Release Notes v4.7.1 This update focuses on performance optimization, UI polish, and refined system integration. ##### ✨ Key Features - **Enhanced Visualizer:** Added frequency mirroring and transitioned from Cava to native **Pipewire** spectrum. - **Theming & Sync:** Improved GTK `color-scheme` syncing, added an **Emacs** theme posthook, and enabled custom plugin background colors. - **UX Improvements:** OSD windows and desktop widgets are now fully click-through. Added **multi-selection** support to NFilePicker. - **Wallpaper Handling:** New toggle to use original files (skips processing to save CPU/disk) and fixed pathing bugs involving apostrophes. - **Localization:** Added **Vietnamese** support. ##### ⚡ Improvements - **Network:** Faster device detection and native Wi-Fi state management. - **Performance:** Reduced CPU usage for `WeatherCard` and `MediaMini` progress rings. - **UI Refinement:** Improved Graph Shader anti-aliasing, fixed `NSpinBox` hover glitches, and fixed vertical centering of the Active Window widget. - **System:** Volume feedback now triggers on external changes; `LockKeysService` migrated to a native QML model. - **Nix/Dev:** Removed Cava dependencies and enabled Quickshell config path overrides. ##### 🐛 Bug Fixes - **Layouts:** Fixed panel overflows on small screens and vertical floating bars. - **Stability:** Resolved wallpaper startup race conditions and fixed `closedImmediately` flag resets. - **Clean Logs:** Eliminated spurious warnings when animations are disabled. #### Changes since v4.7.0 - Release v4.7.1 ([0b8b4fec4](https://github.com/noctalia-dev/noctalia-shell/commit/0b8b4fec43a7a5a685aa761b576f7bc09624d717)) by Lemmy - feat(sysgraphs): sharper ([187fced35](https://github.com/noctalia-dev/noctalia-shell/commit/187fced35e4e5fb476b67ffa75fc85abb1a7e341)) by Lemmy - feat(wallpaper): add toggle to skip image processing and use original files ([05ef6849d](https://github.com/noctalia-dev/noctalia-shell/commit/05ef6849d8ea96e23fbbd5b2001c75b649e38227)) by Lemmy - feat(imagecache): cleaned up dead code, reduced cache duration to 15 days ([d1926452d](https://github.com/noctalia-dev/noctalia-shell/commit/d1926452d7f8936f6b916e89d8339f6427dc5fde)) by Lemmy - Merge pull request [#&#8203;2208](https://github.com/noctalia-dev/noctalia-shell/issues/2208) from turannul/pr/additional-networking-fixes ([5f5cd2c43](https://github.com/noctalia-dev/noctalia-shell/commit/5f5cd2c439ea8b5e5ae99d57ffc3d34a820b80c0)) by Lemmy - Merge pull request [#&#8203;2262](https://github.com/noctalia-dev/noctalia-shell/issues/2262) from MachXNU/main ([0a593c491](https://github.com/noctalia-dev/noctalia-shell/commit/0a593c491f810a2502e4714e16fc9aa6cd2d4aaf)) by Lemmy - prevent duplicate scan triggers ([a62442104](https://github.com/noctalia-dev/noctalia-shell/commit/a6244210479fd24f94de37f7dba1c743edf1df24)) by notiant - Changed background light ([d19019ada](https://github.com/noctalia-dev/noctalia-shell/commit/d19019ada0d5cb4346b25f0ffa9fd4a358333201)) by Jb - feat(networking): refactor NetworkService to use Quickshell.Networking and improve state synchronization ([849bf1638](https://github.com/noctalia-dev/noctalia-shell/commit/849bf163883f627b522f938a2d4d9fba2db97572)) by Turann\_ - Merge branch 'main' of github.com:noctalia-dev/noctalia-shell ([5338a6aaf](https://github.com/noctalia-dev/noctalia-shell/commit/5338a6aaf92db1f10c0006aa1025bba7e13138a6)) by Lemmy - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([b44bf38c1](https://github.com/noctalia-dev/noctalia-shell/commit/b44bf38c1a1e3e5b548bd609d84659322933bdea)) by Lysec - chore(shell): tiny cleanup ([43043e1b3](https://github.com/noctalia-dev/noctalia-shell/commit/43043e1b3bfcafd459a73f26391b7d1543e1c43f)) by Lysec - Merge pull request [#&#8203;2260](https://github.com/noctalia-dev/noctalia-shell/issues/2260) from linusammon/main ([56c0904dc](https://github.com/noctalia-dev/noctalia-shell/commit/56c0904dc6f1c1b2fbfc06756252eda5c8828a60)) by Lysec - fix(background): potential fix for black lockscreen after performance mode ([18c055945](https://github.com/noctalia-dev/noctalia-shell/commit/18c0559453edbf2c00ed5069ff3ed9eb6b154d02)) by Lysec - ci: add cachix workflow ([50392f870](https://github.com/noctalia-dev/noctalia-shell/commit/50392f87022cbe7c2d06058c2660d7625195a864)) by Linus Ammon - ci: add flake update workflow ([1eb2f6d2d](https://github.com/noctalia-dev/noctalia-shell/commit/1eb2f6d2dda0237abff112a299b8aa3397c41568)) by Linus Ammon - fix(graph): improved AA on graph shader ([d3e23d6cf](https://github.com/noctalia-dev/noctalia-shell/commit/d3e23d6cfd5151b3a4c04889f09a31b65b5aa3cb)) by Lemmy - chore(autofmt) ([4e44886a7](https://github.com/noctalia-dev/noctalia-shell/commit/4e44886a79cf39e04d625961e2906537723f631a)) by Lemmy - chore(i18n): update ([a67020e25](https://github.com/noctalia-dev/noctalia-shell/commit/a67020e25fa15d849af3fd5f5685117008365ccd)) by Lemmy - Merge pull request [#&#8203;2259](https://github.com/noctalia-dev/noctalia-shell/issues/2259) from Scrumplex/fix/nix/inherit-noctalia-qs-flake ([f21729710](https://github.com/noctalia-dev/noctalia-shell/commit/f217297105c8ac80eff22f7f28fece96b0e3b44d)) by Lemmy - Merge pull request [#&#8203;2253](https://github.com/noctalia-dev/noctalia-shell/issues/2253) from spiros132/main ([8b1bb355d](https://github.com/noctalia-dev/noctalia-shell/commit/8b1bb355d429bc88200434a4bbab15a464287b3e)) by Lysec - Merge pull request [#&#8203;2248](https://github.com/noctalia-dev/noctalia-shell/issues/2248) from mia-0/progressring\_repaint ([582b5629b](https://github.com/noctalia-dev/noctalia-shell/commit/582b5629be096e5bc6ea907d5d361499d1fcf52e)) by Lemmy - fix(theming): wallpaper color generation with apostrophes in path ([68ed7b397](https://github.com/noctalia-dev/noctalia-shell/commit/68ed7b397adcab22bd9980fc3c30f677805afeaa)) by Lysec - fix(nix): inherit noctalia-qs overlay in our overlay ([23a2a074c](https://github.com/noctalia-dev/noctalia-shell/commit/23a2a074cf74c03d770957eb8da620bcb8485091)) by Sefa Eyeoglu - Merge pull request [#&#8203;2256](https://github.com/noctalia-dev/noctalia-shell/issues/2256) from iynaix/imagecache-race ([deadea5c1](https://github.com/noctalia-dev/noctalia-shell/commit/deadea5c16586575bb1dc98c63fc013055785eab)) by Lysec - fix(NFilePicker): Added ability to use both Control and Shift with both having different functionality ([1768dacac](https://github.com/noctalia-dev/noctalia-shell/commit/1768dacac3dcba29a6a5ce71a289cae156f93560)) by Spyridon Siarapis - fix(wallpaper): wait for ImageCacheService to be ready before scanning ([c3532bfaa](https://github.com/noctalia-dev/noctalia-shell/commit/c3532bfaadf297f92e394ea668fb03c70e8ac7fc)) by Lin Xianyi - feat(spectrum): slightly better initialization of the number of bands until noctalia-qs is updated everywhere. ([25d2efe9b](https://github.com/noctalia-dev/noctalia-shell/commit/25d2efe9b342a447c5cb7f6962d948061fafa159)) by Lemmy - fix(NFilePicker): Added multiSelection choice ([cc5971448](https://github.com/noctalia-dev/noctalia-shell/commit/cc5971448760a11694ead72601616510af472c4c)) by Spyridon Siarapis - Merge pull request [#&#8203;2251](https://github.com/noctalia-dev/noctalia-shell/issues/2251) from linusammon/main ([6b30925fb](https://github.com/noctalia-dev/noctalia-shell/commit/6b30925fb400c493e21494fb82af92d5b0f6d210)) by Lysec - chore(flake): bump flake.lock ([bb2b1b93d](https://github.com/noctalia-dev/noctalia-shell/commit/bb2b1b93d10c6c7b8df1d8f203900a3ed8ae1ebd)) by Linus Ammon - build(nix): remove cava ([3ddc0f633](https://github.com/noctalia-dev/noctalia-shell/commit/3ddc0f63379b45c67160212db1acf8f23291d0a0)) by Linus Ammon - Bar/MediaMini: don’t repaint invisible progress ring ([1e215ba93](https://github.com/noctalia-dev/noctalia-shell/commit/1e215ba93d334ead0fc8bb341857778e4cdf5904)) by Mia Herkt - fix(spectrum): minimal signal new default to 1% ([bef335ab3](https://github.com/noctalia-dev/noctalia-shell/commit/bef335ab3a32862d4b24ec79d79eabb82ab5d15d)) by Lemmy - fix(ipc): audio and network panel attempt to open near their bar button ([3b5e596ab](https://github.com/noctalia-dev/noctalia-shell/commit/3b5e596ab36782679529b4ac8b9861f0e11ecfb2)) by Lemmy - chore(MainScreen): Quickshell default layer is WlrLayer.Top, let's set them explicitely for clarity ([5eaefd8bf](https://github.com/noctalia-dev/noctalia-shell/commit/5eaefd8bfdcc7bfa7695002e91815405442f4323)) by Lemmy - feat(OSD): full click-through ([2efacafb6](https://github.com/noctalia-dev/noctalia-shell/commit/2efacafb6976968e422a95fa6e967a7b10e5d3d3)) by Lemmy - Revert "fix(OSD): keep panelwindow always loaded to avoid hotplug crash" ([c78e7e386](https://github.com/noctalia-dev/noctalia-shell/commit/c78e7e386ab67947c051c2b26a32760318c79d11)) by Lemmy - Merge pull request [#&#8203;2246](https://github.com/noctalia-dev/noctalia-shell/issues/2246) from Scrumplex/fix/bluetooth-alpha ([c6b08b380](https://github.com/noctalia-dev/noctalia-shell/commit/c6b08b380fca811896e5919df01ddc524e374f38)) by Lysec - fix(btsubtab): fix alpha on ntexts ([0261f7394](https://github.com/noctalia-dev/noctalia-shell/commit/0261f7394387caa7caaa1f48571e85aab406a411)) by Sefa Eyeoglu - feat(spectrum): typo ([b9a02cccc](https://github.com/noctalia-dev/noctalia-shell/commit/b9a02cccc7b8388c3dedd0785812f31e02c8f26d)) by Lemmy - feat(spectrum): adding support for both band and bar properties during the migration ([40a64b6aa](https://github.com/noctalia-dev/noctalia-shell/commit/40a64b6aa6f4367c608da54676d4470e9062f55e)) by Lemmy - chore(i18n): update ([2aa0c7a78](https://github.com/noctalia-dev/noctalia-shell/commit/2aa0c7a78d0f5d7e488173368e9939dc27e690aa)) by Lemmy - feat(audioviz): added a settings to control the frequency mirroring. Fix [#&#8203;2239](https://github.com/noctalia-dev/noctalia-shell/issues/2239) ([6180d457f](https://github.com/noctalia-dev/noctalia-shell/commit/6180d457f2417294f194139f7838964a6e84c175)) by Lemmy - fix(desktop-widgets): ignore mouse via mask when not editing so the events pass thru to an eventulal desktop shortcuts manager (pcmanfm). Fix [#&#8203;2241](https://github.com/noctalia-dev/noctalia-shell/issues/2241) ([8abf32ac1](https://github.com/noctalia-dev/noctalia-shell/commit/8abf32ac1551ab22884bb63881aa4f1239f4a4ca)) by Lemmy - Merge pull request [#&#8203;2235](https://github.com/noctalia-dev/noctalia-shell/issues/2235) from blackbartblues/feat/plugin-panel-slot-background-color ([cd5863651](https://github.com/noctalia-dev/noctalia-shell/commit/cd5863651b86f553492afc830cb8fb3658e14850)) by Lemmy - Update PluginPanelSlot.qml ([077989a34](https://github.com/noctalia-dev/noctalia-shell/commit/077989a347fb808b21f4a0a807b1417352a11226)) by Lemmy - fix(migration): improve the old migration 45 ([928518898](https://github.com/noctalia-dev/noctalia-shell/commit/9285188981c3a6f44c0de45eff881d053a312e75)) by Lemmy - fix(active-window): fix vertical centering, more robust if fonts get bigger than icon. ([b3b236fdb](https://github.com/noctalia-dev/noctalia-shell/commit/b3b236fdb8b502e5688fcfe0d42f3e47d3b040e8)) by Lemmy - fix(settings): cleaning remnants of Settings.data.bar.floating ([9966d695c](https://github.com/noctalia-dev/noctalia-shell/commit/9966d695ccd181c57631571ae7ff57e64f8dc7bf)) by Lemmy - chore(autofmt) ([56f3dbec8](https://github.com/noctalia-dev/noctalia-shell/commit/56f3dbec827951db92da73ecb3565689edf47e64)) by Lemmy - fix(panel): simplify calculations ([1554d6851](https://github.com/noctalia-dev/noctalia-shell/commit/1554d6851d6bdcef93b8bfce246426162e4b962f)) by Lemmy - Merge pull request [#&#8203;2234](https://github.com/noctalia-dev/noctalia-shell/issues/2234) from blackbartblues/fix/smart-panel-floating-bar-overflow ([9430c25b1](https://github.com/noctalia-dev/noctalia-shell/commit/9430c25b1f439d3a3c3c558185471208d0094f3d)) by Lemmy - fix(smart-panel): also clamp panelHeight for vertical floating bars ([7c197147e](https://github.com/noctalia-dev/noctalia-shell/commit/7c197147ecc089214d9855db6166e1298c095241)) by WojciechSulocki-Gif - style(lockscreen): adjust capslock & password input icon ([56457b140](https://github.com/noctalia-dev/noctalia-shell/commit/56457b140047e96a7a1e3bae6cf00cb9485d49a1)) by Lysec - Merge pull request [#&#8203;2238](https://github.com/noctalia-dev/noctalia-shell/issues/2238) from mia-0/lockkeysvc\_no\_sh ([caf74e8fa](https://github.com/noctalia-dev/noctalia-shell/commit/caf74e8fa8087329d58ce1f3dc39bdb55acb796e)) by Lysec - LockKeysService: use Qml file system model ([4230ae520](https://github.com/noctalia-dev/noctalia-shell/commit/4230ae520795786896dcb817f5dd9c008c31e22d)) by Mia Herkt - feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel ([ed8593aa1](https://github.com/noctalia-dev/noctalia-shell/commit/ed8593aa1b6ba6e25b740c60d4a3f54fabb7f6b6)) by WojciechSulocki-Gif - fix(smart-panel): prevent panel overflow on small screens with floating bar ([d51a7406d](https://github.com/noctalia-dev/noctalia-shell/commit/d51a7406d6b3288fe8fe6d31fc5a88839676ed8f)) by WojciechSulocki-Gif - Merge pull request [#&#8203;2230](https://github.com/noctalia-dev/noctalia-shell/issues/2230) from shouya/main ([e2ba46ed1](https://github.com/noctalia-dev/noctalia-shell/commit/e2ba46ed122082a15841be9e2b9fb392395c5a4f)) by Lysec - feat(ColorScheme): always set gsetting color-scheme when toggling light/dark mode ([5a92a82d0](https://github.com/noctalia-dev/noctalia-shell/commit/5a92a82d06de26f433025dff5de9c18ee9d75b91)) by Lysec - feat(emacs): add posthook to refresh the theme ([3b2fa6a42](https://github.com/noctalia-dev/noctalia-shell/commit/3b2fa6a428c32b76afdca8d861ba159add8197f2)) by Lysec - Merge pull request [#&#8203;2231](https://github.com/noctalia-dev/noctalia-shell/issues/2231) from shouya/allow-qs-path-override ([829dedc2d](https://github.com/noctalia-dev/noctalia-shell/commit/829dedc2d0efbd3ecd323d1e0e07719fd474d2eb)) by Lysec - allow overriding qs config path ([ad55a2a39](https://github.com/noctalia-dev/noctalia-shell/commit/ad55a2a39d08f58ea20cf7504c49afd2e660c2de)) by shouya - play volume feedback when changing volume externally ([222cf2363](https://github.com/noctalia-dev/noctalia-shell/commit/222cf23636e8618455c9a304ca0bc4d7adfdac5d)) by shouya - feat(i18n): added vietnamese (machine translated) ([8344f25d5](https://github.com/noctalia-dev/noctalia-shell/commit/8344f25d5ab71ed777ec3fbccca897a1c3f6a245)) by Lemmy - Revert "perf(mainscreen): merging fix/damage-control" ([c8d8709c2](https://github.com/noctalia-dev/noctalia-shell/commit/c8d8709c26f316bfc5ad1cae048e18007496a36f)) by Lemmy - Revert "fix(mainscreen): avoid potential single frame flicker of the bar when resizing" ([039ad4db9](https://github.com/noctalia-dev/noctalia-shell/commit/039ad4db9c545e8e952dbde0b04d7e99ff1840a1)) by Lemmy - Revert "fix(mainscreen): fix posty bar bg flicker" ([5ee59dc41](https://github.com/noctalia-dev/noctalia-shell/commit/5ee59dc415023436172d8b555d45fb4337fc0969)) by Lemmy - fix(mainscreen): fix posty bar bg flicker ([59aa80c36](https://github.com/noctalia-dev/noctalia-shell/commit/59aa80c36bbf8660d488f631ae5a0dc447854afd)) by Lemmy - fix(mainscreen): avoid potential single frame flicker of the bar when resizing ([219a4742d](https://github.com/noctalia-dev/noctalia-shell/commit/219a4742dfefcf2e027df043cf851e00b02d8f94)) by Lemmy - perf(mainscreen): merging fix/damage-control ([67a7f75c3](https://github.com/noctalia-dev/noctalia-shell/commit/67a7f75c37eaa384bb2aa910d104ddb56bd2f9ae)) by Lemmy - feat(i18n): getting things up for vi(etnamese) ([8828d9d7b](https://github.com/noctalia-dev/noctalia-shell/commit/8828d9d7be9e9a4e8d07251affbbfa5324bd0527)) by Lemmy - feat(screencorners): no longer reside in MainScreen, tiny PanelWindow. Will also serve for hotcorners detection ([1f0ea41c3](https://github.com/noctalia-dev/noctalia-shell/commit/1f0ea41c35681cc6e5d1ecd71c7e7dd1f7a84a06)) by Lemmy - perf(mainscreen): collapse Mainscreen to bar-sized when idle ([b1f8a24da](https://github.com/noctalia-dev/noctalia-shell/commit/b1f8a24da40586bea6b345032aeb3291e8479f2e)) by Lemmy - Merge pull request [#&#8203;2225](https://github.com/noctalia-dev/noctalia-shell/issues/2225) from mia-0/layershell\_workaround ([a834b42f3](https://github.com/noctalia-dev/noctalia-shell/commit/a834b42f38ae5e06654ba030b62632245073af8a)) by Lemmy - fix(panel): when animations are disabled to log a warning on every panel open ([6c5771759](https://github.com/noctalia-dev/noctalia-shell/commit/6c57717595468d3e0a259a703dbb90aea29e7e64)) by Lemmy - fix(nspinbox): replace the diamond hover by a simple rounded rectangle, fixes a lot of small glitches ([53c4b2dc2](https://github.com/noctalia-dev/noctalia-shell/commit/53c4b2dc26d3897fc6b3d1dafcabf67e54d6169e)) by Lemmy - fix(panel): reset closedImmediately flag reliably after panel close ([b4d12870d](https://github.com/noctalia-dev/noctalia-shell/commit/b4d12870d1c62bfc446898c90f11b58127fd0065)) by Lemmy - chore(autofmt) ([9818fa877](https://github.com/noctalia-dev/noctalia-shell/commit/9818fa8772391e5757d0865a38e2ead4ba74f47f)) by Lemmy - MainScreen/PanelWindow: do not put on top layer ([345cdfb32](https://github.com/noctalia-dev/noctalia-shell/commit/345cdfb325e7899cafb2d7c71db50b79d8b4e7fd)) by Mia Herkt - Merge pull request [#&#8203;2219](https://github.com/noctalia-dev/noctalia-shell/issues/2219) from Sunrongguo2008/patch-1 ([21c191d67](https://github.com/noctalia-dev/noctalia-shell/commit/21c191d6752d8d5e49ac72bf194eb6da139562b9)) by Lysec - docs(readme): update available plugins count to nearly 100 ([82f555a8d](https://github.com/noctalia-dev/noctalia-shell/commit/82f555a8d14b4ef82591e23a546676bfb8db0162)) by Sunong2008 - Merge pull request [#&#8203;2215](https://github.com/noctalia-dev/noctalia-shell/issues/2215) from mia-0/weathercard\_perf ([e08b08893](https://github.com/noctalia-dev/noctalia-shell/commit/e08b08893e2194c0f6dc172f858e788ba825904d)) by Lemmy - bumping version to v4.7.1 git ([67e1b42f0](https://github.com/noctalia-dev/noctalia-shell/commit/67e1b42f08fcbdc3a8dfb6af146db9bc918d2f76)) by Lemmy - WeatherCard: Avoid using too much processing power ([993ac87cf](https://github.com/noctalia-dev/noctalia-shell/commit/993ac87cfaafea849c03d4d2569b70572c20b384)) by Mia Herkt </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:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuODYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency noctalia-dev/noctalia-shell to v4.7.1
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
71d975da6b
Bluemedia deleted branch renovate/noctalia-dev-noctalia-shell-4.x 2026-03-23 20:44:40 +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!70
No description provided.