Update dependency noctalia-dev/noctalia-shell to v4.7.5 #76

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

This PR contains the following updates:

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

Release Notes

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

v4.7.5

Compare Source

Release v4.7.5

Changes since v4.7.4

  • Release v4.7.5 (8b0c7c288) by Lemmy
  • chore(i18n): update all (0380b0998) by Lemmy
  • fix(location): autolocate off by default for privacy, improved UI when no location is set. Fix #​2388 (621c798c8) by Lemmy
  • chore(i18n): hu (876e0ffb4) by Lemmy
  • fix(weather): read is_day from service instead of requiring callers to pass it. (08e2d7f71) by Lemmy
  • fix(location): more logging and potential fix (cd4ec47e9) by Lemmy
  • chore(version): bumping to v4.7.5-git (41b29998f) by Lysec

v4.7.4

Compare Source

Release v4.7.4

Changes since v4.7.3

  • Release v4.7.4 (791b3ac15) by Lysec
  • Merge pull request #​2381 from kermeat/dock_fix (633454dd4) by Lysec
  • fix(audioservice): another Qt-11 warning fix (411a820f3) by Lemmy
  • fix(settings): dont rely on Qt.btoa to generate default settings dump. (529ad588c) by Lemmy
  • chore(i18n): update hu (d1bd3d388) by Lemmy
  • fix(nreordercheckboxes): don't shadow QQuickItem.enabled (94a918ba2) by Lemmy
  • fix(audioservice): switch from PwNode to var for sink and source so it's nullable. (c4b8b912f) by Lemmy
  • fix(location): fix weather fetching (6fcfc0c1d) by Lemmy
  • chore(i18n) (68f6f1f0a) by Lysec
  • feat(location): add toggle to always show Talia weather emojis (f301a5713) by Lysec
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (240312ea4) by Lysec
  • fix(theming): always sync prefer-light/dark with system theme toggle (ed117eb94) by Lysec
  • chore(flake): update flake.lock (75d67b321) by Ly-sec
  • chore(version): bumping to v4.7.4-git (25a5eede0) by Lysec
  • Update dock on window list change (d9faff679) by kermeat

v4.7.3

Compare Source

🌙 Release Notes v4.7.3

Highlights: Automatic location detection, workspace app preview fixes, and stability hardening.

Features
  • Auto Location via IP: Weather and location services now auto-detect your location via IP geolocation - no more hardcoded Tokyo default. Manual coordinates still supported.
Improvements
  • Pywalfox: Updated color template.
🐛 Bug Fixes
  • Workspace Stability: Fixed stale modelData crash in grouped workspace window delegates.
  • MangoWC: Prevented double focused windows in workspace apps.

Changes since v4.7.2

  • Release v4.7.3 (4af607481) by Lysec
  • fix(mango): prevent double focused windows in workspace apps (c31917105) by Lemmy
  • fix(workspace-apps): add "handle" for sway activation (0cc83bdba) by Lemmy
  • fix(workspace): copy window to js object instead of holding live listmodel prox. (4ee55c2a9) by Lemmy
  • fix(workspace): temp disable tooltips (8815a0da2) by Lemmy
  • fix(workspace): showApp simpler anims (b06b1d91f) by Lemmy
  • fix(workspace): simplification (ac5ff31db) by Lemmy
  • fix(workspace): fix missing icon and broken layout (ae84393c6) by Lemmy
  • fix(workspace): minor cleanup (aa12aa91f) by Lemmy
  • feat(location): removed the Tokyo default location, improved flow with the new auto-locate. (f4719e598) by Lemmy
  • fix(bar): guard grouped workspace window delegates when modelData is stale (7b29c11d7) by Lysec
  • Merge pull request #​2371 from breadandsoup/main (0b4719325) by Lysec
  • Update pywalfox.json (33f295db8) by breadandsoup
  • chore(flake): update flake.lock (0becd7bf0) by Ly-sec
  • feat(location): auto location/weather via IP (80cd76b82) by Lemmy
  • chore(version): bumping to v4.7.3-git (97553d706) by Lemmy

v4.7.2

Compare Source

🌙 Release Notes v4.7.2

Highlights: Smoother scrolling, refined audio, launcher animations, and stability fixes.

Features
  • Navigation: Smooth wheel scrolling & keyboard animations for all NView types; new NSlideSwapView for launcher transitions.
  • Customization: Independent light/dark wallpapers; manual Night Light scheduling; toggle for system theme sync.
  • UI Tweaks: 50% height cap for wallpaper panel; single-char workspace labels; showText toggle for Active Window widget.
  • System & IPC: New peek call for Bar auto-hide; volume scroll accumulation; Airplane mode commands; toast dismiss handler.
  • Extras: New Scroll (WM) template; added Czech and English (GB).
Improvements
  • Core: Migrated Niri to native C++ IPC; removed risky regex patterns to prevent ReDoS.
  • Audio: Per-app volume now syncs with PipeWire; filtered stream nodes; stabilized wpctl input handling.
  • Theming: Bulletproof GTK color-scheme syncing; consistent dock/OSD opacity in Light Mode.
  • UX: Smart NContextMenu positioning; fixed NButton scaling issues; refactored NScrollText with fade masks.
  • Media: Optimized MediaMini layout; fixed artwork cropping.
🐛 Bug Fixes
  • Wallpaper: Fixed multi-monitor folder overwrites and startup color regeneration.
  • Audio: Resolved AudioVisualizer crashes and slider state "fighting."
  • Security & Idle: Respects lockOnSuspend during idle; fixed lock screen password cursor positioning.
  • System: Corrected Lock Key LED syncing.
  • Misc: Elided long profile names; fixed launcher iconMode defaults; improved template symlink handling.

Changes since v4.7.1

  • chore(version): release v4.7.2 (77f054cbf) by Lemmy
  • feat(wallpaper-panel): adjust height for 1080p (90e07608a) by Lemmy
  • feat(wallpaper-panel): 50% max height (9a900801a) by Lemmy
  • fix(mediamini): guard onEntered against stale panel ref. (e13888e97) by Lemmy
  • fix(bar): harden AudioVisualizer when ShellScreen is null (4f523301c) by Lysec
  • chore(i18n) (90e37a1e5) by Lysec
  • Merge pull request #​2363 from MrDowntempo/main (da2e2dda5) by Lysec
  • chore: run qmlfmt.sh again (cfad4fc77) by Corey Woodworth
  • fix: Add showText to BarWidgetRegistry and settings-widgets-default (c82414047) by Corey Woodworth
  • Merge pull request #​2362 from breadandsoup/main (357f577c6) by Lysec
  • fix(audio): stop volume sliders fighting service state (43fe1e194) by Lysec
  • fix(audio): stabilize input volume % via wpctl like default sink (d4e7a8e96) by Lysec
  • chore: run qmlfmt.sh (900e1f128) by Corey Woodworth
  • chore: add modified files again because they were not staged (I don't get git sometimes) (0c9d3b83b) by Corey Woodworth
  • chore(i18n): Add englisht strings for the text toggle (95dfb2ade) by Corey Woodworth
  • feat: Add showText variable to show/hide name of Active Window (53b5dbac4) by Corey Woodworth
  • Update pywalfox.json (174d8b33b) by breadandsoup
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (421ccc4c8) by Lysec
  • fix(ColorScheme): sync light/dark toggle to gtk (4a371422c) by Lysec
  • chore(flake): update flake.lock (4d4edff06) by Ly-sec
  • fix(theming): sync gtk-theme with color-scheme when system sync is on (09386b190) by Lysec
  • Merge pull request #​2324 from cbxcvl/fix/renderer-redos (40c8b1762) by Lysec
  • Merge pull request #​2327 from cbxcvl/fix/expr-re-redos (cc4cf9cc4) by Lysec
  • Merge pull request #​2328 from cbxcvl/fix/parse-if-redos (a4b7a693e) by Lysec
  • fix(theming): keep system color-scheme in sync on every dark mode change (90a5dd1cd) by Lysec
  • fix(workspaces): assign display index per output in ExtWorkspaceService (6d3ca5889) by Lysec
  • style(wallpaper): dont switch favorite in split wallpaper on first click (c879d0864) by Lysec
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (ea48cd0bb) by Lysec
  • fix(wallpaper): cleanup misleading code (c9bda88e3) by Lysec
  • chore(autofmt) (2afa833db) by Lemmy
  • fix(plugin): fix loadWidget (9bc5effb3) by Lemmy
  • fix(wallpaper): hide light/dark icon in split wallpaper mode (f2e5f9953) by Lysec
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (386d4d313) by Lysec
  • fix(wallpaper): adjust wallpaper light/dark & favorite logic (0d770725b) by Lysec
  • Merge pull request #​2312 from notiant/patch-2 (00392ff8d) by Lysec
  • Add check for non-zero width in enhancedBand (b3a9aca83) by notiant
  • chore(flake): update flake.lock (62f55f54d) by Ly-sec
  • chore(flake): update flake.lock (07afddfaf) by Ly-sec
  • fix(blur): force flush wayland state, to avoid stuck blur regions (dd22f7bc3) by Lemmy
  • fix(ncolorchoice): added "enabled" visual feedback (664707d77) by Lemmy
  • fix(plugins): fixed desktopWidget settings vs plugin settings (dfc3bd953) by Lemmy
  • fix(bar): pass initial properties on creation (screen, section, etc...) to avoid potential registration issues. (73dfeb9f7) by Lemmy
  • fix(desktop-widgets): pass screen as initial property to avoid wrong spectrum registration (967e9d843) by Lemmy
  • Merge pull request #​2347 from D3rJust1n/main (e41c78e2f) by Lysec
  • chore(i18n) (83de5d047) by Lysec
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (dd1ff1f0d) by Lysec
  • style(WallpaperPanel): adjust layout for light/dark & monitor selector toggles (5d9f0794d) by Lysec
  • fix (ci): Fix that workflow isn't triggered if it's not the main repository (1c34c4dde) by D3rJust1n
  • fix(plugins): avoid potential race condition during update process (86e5112e8) by Lemmy
  • fix(templating) improved handling of symlinks (f85b4a7e6) by Lemmy
  • Merge branch 'main' of github.com:noctalia-dev/noctalia-shell (72df0bfe1) by Lemmy
  • fix(nbutton): wrap in an Item to properly reserve border space for improved fractional scaling render (e7eeabf99) by Lemmy
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (a9bc3848f) by Lysec
  • chore(i18n) (e320b5370) by Lysec
  • fix(widgets): improves disable states by avoiding stacking opacities (c942c10f8) by Lemmy
  • fix(ncontextmenu): improved parent constraining (c2a2a4437) by Lemmy
  • fix(ncontextmenu): smart positionning to avoid clipping outside of parent. (9a2f67675) by Lemmy
  • style(wallpaper): hide dark/light behind toggle just like display selection (9d5bc1300) by Lysec
  • feat(wallpaper): add separate selection for light & dark mode (deb79261d) by Lysec
  • Merge pull request #​2340 from notiant/patch-4 (3dd46fbd6) by Lysec
  • fix(settings): avoid unified notification sound handler clobbering per-urgency paths (fd7a16d95) by Lysec
  • chore(flake): update flake.lock (3b9e93a8b) by Ly-sec
  • apply reduced light mode opacity also to dock, notifications & OSD (39a667115) by notiant
  • fix(plugins): pass pluginApi as initial property to prevent binding warnings. Eliminate the need for fallback chains in plugins code. (decb65ae9) by Lemmy
  • feat(settings): in windowed mode, dont stretch to full width (ba424526b) by Lemmy
  • feat(settings): when switching settings panel mode, close and reopen the settings to see the actual change (1e068156a) by Lemmy
  • cleanup(NScrollText): remove unused imports, gate layer on overflow (a5fc30988) by Lemmy
  • Merge pull request #​2334 from BUSTheid/mediamini-visual-bugfix (ffb61d8fc) by Lemmy
  • remove onResumed() since networkMonitorProcess already covers it (9462caf6c) by notiant
  • refactor(NScrollText.qml): MultiEffect fade mask (b18d33742) by BUSTheid
  • Merge pull request #​2335 from spiros132/main (f3edbe3dc) by Lysec
  • chore(TemplatesSubTab): format (f15609b59) by Spyridon Siarapis
  • fix(TemplatesSubTab): Fixed a bug which prevented qml format to run correctly (348ccbf0e) by Spyridon Siarapis
  • Revert "Merge pull request #​2203 from haikalllp/fix/update-pywalfox-colors" (ed1a2b54d) by Lemmy
  • chore(flake): update flake.lock (0d088d8a3) by Ly-sec
  • fix(renderer): remove ambiguous \s* from _parse_if regex to prevent ReDoS (6e7105059) by cbxcvl
  • fix(renderer): remove ambiguous \s* from _EXPR_RE to prevent ReDoS (e91d20ef0) by cbxcvl
  • fix(renderer): remove ambiguous \s* from _BLOCK_RE to prevent ReDoS (4ad7ffbbd) by cbxcvl
  • fix(ProfileCard): add elide to GECOS name (8a3aafc69) by Lysec
  • fix(media): tighten MediaMini panel layout for album art and height (4d31d0524) by Lysec
  • style(mediapanel): fix artwork cropping in non compact mode (9b64e21be) by Lysec
  • feat(template): added dedicated Scroll(wm) template (215750ddc) by Lemmy
  • fix(audio): scope stream volume overrides per media identity (6b2c0fc9c) by Lysec
  • Merge pull request #​2315 from ern775/audio-stream-filter (0133da8bd) by Lysec
  • Merge pull request #​2318 from linusammon/main (10cd968f9) by Lysec
  • fix(ci): flake updates should trigger cachix workflow (39dccc49d) by Linus Ammon
  • fix(audio): filter out intermediate stream nodes (2c09e9185) by ern775
  • chore(flake): update flake.lock (f19a19cfc) by Ly-sec
  • change Airplane Mode visibility conditions (477810b95) by notiant
  • fix(zed): typo resolved (fae79fe75) by Lysec
  • improve some process handling (dffdfcffc) by notiant
  • improve airplane mode handling (78c0b2fe2) by notiant
  • Merge pull request #​2309 from gammons/fix/idle-lock-on-suspend (396fba755) by Lysec
  • fix(lock-keys): only apply sysfs LED state on successful reads (17bfd0220) by Lysec
  • fix(IdleService): respect lockOnSuspend when idle triggers suspend (6d7d35d7e) by Grant Ammons
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (537ec29f5) by Lysec
  • fix(Lockscreen): adjust password cursor so it properly follows position (922207080) by Lysec
  • Merge pull request #​2298 from tmarti2/dismiss-toast-ipc-call (c608f1f70) by Lysec
  • Add Toast dismiss IPC Handler (7800306b4) by Thibault Martin
  • Merge pull request #​2303 from tibssy/feat/smooth-scroll-nviews (70082a649) by Lysec
  • fix: restore smooth scroll animation for keyboard navigation in wallpaper selector panel (ea1710c9c) by tibssy
  • feat(view): add smooth scroll animation for keyboard navigation in NListView and NGridView (c524c9611) by tibssy
  • feat(view): implement smooth wheel scrolling for NScrollView (01744222c) by tibssy
  • feat(view): implement smooth wheel scrolling for NGridView (b612c353f) by tibssy
  • feat(view): implement smooth wheel scrolling for NListView with global setting (379811846) by tibssy
  • chore(flake): update flake.lock (df62bb321) by Ly-sec
  • chore(sway): fix border color (8362462be) by Lemmy
  • fix(bar): guard bar widget metadata lookup (021f0026d) by Lemmy
  • feat(nightlight): using our own manual scheduling to allow more flexibility (6d08fd1a0) by Lemmy
  • fix: only convert config symlinks when modification is needed. fix #​2299 (2623f081d) by Lemmy
  • fix(lockkeys): replace 'this' to a proper id to avoid warnings (e29a71e9a) by Lemmy
  • feat(bar-ipc): added new "peek" call and made existing call work better with auto-hide (c640bc908) by Lemmy
  • fix(launcher): fix iconMode default gui settings. fix #​2296 (7b35d3724) by Lemmy
  • fix(background): fix dupe transition on startup + minor safety improvement to avoid potential null texture on shaders (7966f963d) by Lemmy
  • fix(nimagerounded): avoid null shader texture when image disappear (de4e08736) by Lemmy
  • fix(wallpaper-settings): added missing parameter (8ecd351bf) by Lemmy
  • fix(audioservice): repeater need an Item delegate. (2f456e749) by Lemmy
  • Merge branch 'niri-qs' (c960e1779) by Lysec
  • fix(ColorScheme): potential fix for GTK/gsettings light-dark getting out of sync (59fedcac2) by Lysec
  • Move toast IPC closer to notifications (af7fd3bad) by Thibault Martin
  • chore(flake): update flake.lock (e4158c7d8) by Ly-sec
  • fix(nsearchcombobox): cleanup (7022fb9d2) by Lemmy
  • Merge pull request #​2221 from nZo-sp/feat/scroll-with-keyboard-on-dropdown (934af9b52) by Lemmy
  • fix(shader): uv clamping NImageRounded. Fix #​2288 (03d32b136) by Lemmy
  • fix(desktop-widgets): restore mouse interaction. fix #​2293 (d9d5f2063) by Lemmy
  • remove airplaneModeEnabled from settings (b2c685dec) by notiant
  • rework Airplane Mode handling & remove bluetoothctl fallback (dea0575ef) by notiant
  • Merge pull request #​2292 from maxschipper/workspace-label-character-count-vertical-bar (d1c0374f7) by Lysec
  • feat(workspace): allow one character labels on vertical bar (1d0ab0153) by Max Schipper
  • fix(theming): regenerate wallpaper colors after cache load on startup (b6d2599f8) by Lysec
  • chore(fmt) (020dab63b) by Lemmy
  • chore(i18n): fixes (2d6ef5456) by Lemmy
  • chore(i18n): added en-GB (58a765ea8) by Lemmy
  • chore(i18n): update (38c3e37a7) by Lemmy
  • Merge pull request #​2270 from amateur-hacker/feat/airplane-mode-ipc (437696011) by Lemmy
  • Merge pull request #​2271 from navik61/feat/add-czech-translation (129ae45f2) by Lemmy
  • Merge pull request #​2282 from tibssy/feat/bar-scroll-volume (68dddc741) by Lemmy
  • Merge pull request #​2265 from tibssy/feat/launcher-category-animations (4b5fb156c) by Lysec
  • Merge pull request #​2287 from tmarti2/fix-toast-selected-screen (188b4cb13) by Lysec
  • Fix Toast: same model than Notifications (1099d5551) by Thibault Martin
  • Revert "fix(audio): potential desync fix" (b725f32e2) by Lysec
  • Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell (508f2b6ec) by Lysec
  • fix(audio): potential desync fix (76ad00596) by Lysec
  • chore(flake): update flake.lock (597d4e623) by Ly-sec
  • feat(bar): improve volume scroll handling on bar with smooth accumulation (700d377f0) by tibssy
  • feat(bar): add volume control support to bar scroll behavior (7d4ee0446) by tibssy
  • fix(audio): sync per-app volume overrides with PipeWire and new streams (c9eb6e69e) by Lysec
  • Revert "fix(AudioService): attempt to fix individual audio levels" (c488b0d3e) by Lysec
  • feat(settings): add toggle to disable system theme sync (ac52e8e5f) by Lysec
  • fix(AudioService): attempt to fix individual audio levels (0c79aedc2) by Lysec
  • Revert "fix(audio): attempt to fix per-app volume desync from stale overrides" (b724fbe0f) by Lysec
  • fix(audio): attempt to fix per-app volume desync from stale overrides (46a533fd7) by Lysec
  • Merge pull request #​2281 from ayagmar/fix/notification-window-focus (45a07579d) by Lysec
  • fix(notifications): prefer default actions for window focus (ce8da4c51) by ayagmar
  • fix(lock-keys): sync bar state from sysfs on first poll after startup (284a2a76b) by Lysec
  • Merge pull request #​2268 from neyfua/neyfua/highlight-pass-input (2ea56a6c1) by Lysec
  • feat(ipc): add commands for airplane mode (4bea91a75) by amateur-hacker
  • i18n: add Czech (cs) translation (abaeca856) by navik61
  • fix(wallpaper): stop overwriting per-monitor folders when toggling multi-monitor dirs (b1e9efb3c) by Lysec
  • fix(hostservice): use non uppercase username, respect upper/lowercase for Full Name (bd474db38) by Lysec
  • feat(lockscreen): add highlight selection in the password input field (0f7ed133f) by neyfua
  • Using keybind from settings (e6716a745) by nZo-sp
  • chore(flake): update flake.lock (3eb0fe560) by Ly-sec
  • refactor: extract launcher slide transition logic into reusable NSlideSwapView component (851bdc150) by tibssy
  • refactor: move launcher category selection logic into a helper function (3356b7cb1) by tibssy
  • feat(launcher): implement sliding transition animations for launcher category changes (9ba87bd7d) by tibssy
  • chore(version): bump to v4.7.2 (41bfe0941) by Lemmy
  • Added scroll with keyboard on dropdown (e19ed0b44) by nZo-sp
  • refactor(niri): use native C++ Niri IPC module instead of QML socket (d62eb5b24) by Lysec

Configuration

📅 Schedule: (UTC)

  • 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.1` → `4.7.5` | --- ### Release Notes <details> <summary>noctalia-dev/noctalia-shell (noctalia-dev/noctalia-shell)</summary> ### [`v4.7.5`](https://github.com/noctalia-dev/noctalia-shell/releases/tag/v4.7.5) [Compare Source](https://github.com/noctalia-dev/noctalia-shell/compare/v4.7.4...v4.7.5) ### Release v4.7.5 #### Changes since v4.7.4 - Release v4.7.5 ([8b0c7c288](https://github.com/noctalia-dev/noctalia-shell/commit/8b0c7c288063e5048a439ca308dd65f7044f42b6)) by Lemmy - chore(i18n): update all ([0380b0998](https://github.com/noctalia-dev/noctalia-shell/commit/0380b099825e29c800606a042860cd0fd33dd65e)) by Lemmy - fix(location): autolocate off by default for privacy, improved UI when no location is set. Fix [#&#8203;2388](https://github.com/noctalia-dev/noctalia-shell/issues/2388) ([621c798c8](https://github.com/noctalia-dev/noctalia-shell/commit/621c798c8beaf3099ee1071bbd48950a9ce151ad)) by Lemmy - chore(i18n): hu ([876e0ffb4](https://github.com/noctalia-dev/noctalia-shell/commit/876e0ffb4bf03b970538b7dd1caafce2d637a6a1)) by Lemmy - fix(weather): read is\_day from service instead of requiring callers to pass it. ([08e2d7f71](https://github.com/noctalia-dev/noctalia-shell/commit/08e2d7f71c043a0e5b48ace440be490e86b05d81)) by Lemmy - fix(location): more logging and potential fix ([cd4ec47e9](https://github.com/noctalia-dev/noctalia-shell/commit/cd4ec47e962ce9c0615471244e47c35e516f0a23)) by Lemmy - chore(version): bumping to v4.7.5-git ([41b29998f](https://github.com/noctalia-dev/noctalia-shell/commit/41b29998f2a61ce6f31cadac778d1d9540e76a27)) by Lysec ### [`v4.7.4`](https://github.com/noctalia-dev/noctalia-shell/releases/tag/v4.7.4) [Compare Source](https://github.com/noctalia-dev/noctalia-shell/compare/v4.7.3...v4.7.4) ### Release v4.7.4 #### Changes since v4.7.3 - Release v4.7.4 ([791b3ac15](https://github.com/noctalia-dev/noctalia-shell/commit/791b3ac1533ba826eb901dfa89962f824b316d81)) by Lysec - Merge pull request [#&#8203;2381](https://github.com/noctalia-dev/noctalia-shell/issues/2381) from kermeat/dock\_fix ([633454dd4](https://github.com/noctalia-dev/noctalia-shell/commit/633454dd475d6094f2120325ab7519ea2c7cf3e8)) by Lysec - fix(audioservice): another Qt-11 warning fix ([411a820f3](https://github.com/noctalia-dev/noctalia-shell/commit/411a820f3cf210425f02306ed4d14a7e4ea75f9b)) by Lemmy - fix(settings): dont rely on Qt.btoa to generate default settings dump. ([529ad588c](https://github.com/noctalia-dev/noctalia-shell/commit/529ad588c60df712bb510b162eb82beb9301b1a4)) by Lemmy - chore(i18n): update hu ([d1bd3d388](https://github.com/noctalia-dev/noctalia-shell/commit/d1bd3d38875047bd6a503df30a66c8a4f359b462)) by Lemmy - fix(nreordercheckboxes): don't shadow QQuickItem.enabled ([94a918ba2](https://github.com/noctalia-dev/noctalia-shell/commit/94a918ba29a90ae626eec0af1b4ad6f1755957fc)) by Lemmy - fix(audioservice): switch from PwNode to var for sink and source so it's nullable. ([c4b8b912f](https://github.com/noctalia-dev/noctalia-shell/commit/c4b8b912f37482c12a8a830e11b22a62590f4ce5)) by Lemmy - fix(location): fix weather fetching ([6fcfc0c1d](https://github.com/noctalia-dev/noctalia-shell/commit/6fcfc0c1d200bf8bd950961903af53a27f40f68a)) by Lemmy - chore(i18n) ([68f6f1f0a](https://github.com/noctalia-dev/noctalia-shell/commit/68f6f1f0a03ccee84260a4a03af0f334b2e15d1c)) by Lysec - feat(location): add toggle to always show Talia weather emojis ([f301a5713](https://github.com/noctalia-dev/noctalia-shell/commit/f301a57137a26d68679f73a4cf539d6d2b55450d)) by Lysec - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([240312ea4](https://github.com/noctalia-dev/noctalia-shell/commit/240312ea4b0f7aee68e9ee2f6d873aa24e766601)) by Lysec - fix(theming): always sync prefer-light/dark with system theme toggle ([ed117eb94](https://github.com/noctalia-dev/noctalia-shell/commit/ed117eb94cfedbeabd4f045502f556774dd0191c)) by Lysec - chore(flake): update flake.lock ([75d67b321](https://github.com/noctalia-dev/noctalia-shell/commit/75d67b32169738333b6647ab6a2e110587a0ff66)) by Ly-sec - chore(version): bumping to v4.7.4-git ([25a5eede0](https://github.com/noctalia-dev/noctalia-shell/commit/25a5eede06eeb2226de940f06e4ad94fcb97502a)) by Lysec - Update dock on window list change ([d9faff679](https://github.com/noctalia-dev/noctalia-shell/commit/d9faff679cfed580b129206c5a1c8a595e06ffea)) by kermeat ### [`v4.7.3`](https://github.com/noctalia-dev/noctalia-shell/releases/tag/v4.7.3) [Compare Source](https://github.com/noctalia-dev/noctalia-shell/compare/v4.7.2...v4.7.3) # 🌙 Release Notes v4.7.3 **Highlights:** Automatic location detection, workspace app preview fixes, and stability hardening. ##### ✨ Features - **Auto Location via IP:** Weather and location services now auto-detect your location via IP geolocation - no more hardcoded Tokyo default. Manual coordinates still supported. ##### ⚡ Improvements - **Pywalfox:** Updated color template. ##### 🐛 Bug Fixes - **Workspace Stability:** Fixed stale `modelData` crash in grouped workspace window delegates. - **MangoWC:** Prevented double focused windows in workspace apps. #### Changes since v4.7.2 - Release v4.7.3 ([4af607481](https://github.com/noctalia-dev/noctalia-shell/commit/4af6074810da964e614c69e1cd1fbae222655fcb)) by Lysec - fix(mango): prevent double focused windows in workspace apps ([c31917105](https://github.com/noctalia-dev/noctalia-shell/commit/c31917105ca2db3509e1e92e9d5cb30baa22cd75)) by Lemmy - fix(workspace-apps): add "handle" for sway activation ([0cc83bdba](https://github.com/noctalia-dev/noctalia-shell/commit/0cc83bdbafaffaeb672ada4d20d58fad9026a8d6)) by Lemmy - fix(workspace): copy window to js object instead of holding live listmodel prox. ([4ee55c2a9](https://github.com/noctalia-dev/noctalia-shell/commit/4ee55c2a993ce716b7abd23239be2d6923a9393e)) by Lemmy - fix(workspace): temp disable tooltips ([8815a0da2](https://github.com/noctalia-dev/noctalia-shell/commit/8815a0da27cf233fa4853c75d43c09e16d271cd3)) by Lemmy - fix(workspace): showApp simpler anims ([b06b1d91f](https://github.com/noctalia-dev/noctalia-shell/commit/b06b1d91f6f9d03f6455870d6dc36e36c7ebdfed)) by Lemmy - fix(workspace): simplification ([ac5ff31db](https://github.com/noctalia-dev/noctalia-shell/commit/ac5ff31db375dd93e058e48ad39f312019e32805)) by Lemmy - fix(workspace): fix missing icon and broken layout ([ae84393c6](https://github.com/noctalia-dev/noctalia-shell/commit/ae84393c63ba6807fba619e9939a35edc8d66d58)) by Lemmy - fix(workspace): minor cleanup ([aa12aa91f](https://github.com/noctalia-dev/noctalia-shell/commit/aa12aa91f0fd3d27aebbbf5b47a336cf7fd77332)) by Lemmy - feat(location): removed the Tokyo default location, improved flow with the new auto-locate. ([f4719e598](https://github.com/noctalia-dev/noctalia-shell/commit/f4719e598e183d52ebab8b39ed25c11113c4c068)) by Lemmy - fix(bar): guard grouped workspace window delegates when modelData is stale ([7b29c11d7](https://github.com/noctalia-dev/noctalia-shell/commit/7b29c11d7aaf476723af14865665cf04750f8d20)) by Lysec - Merge pull request [#&#8203;2371](https://github.com/noctalia-dev/noctalia-shell/issues/2371) from breadandsoup/main ([0b4719325](https://github.com/noctalia-dev/noctalia-shell/commit/0b47193256b5e3357a83ee3acaa54e6c87da3209)) by Lysec - Update pywalfox.json ([33f295db8](https://github.com/noctalia-dev/noctalia-shell/commit/33f295db866c095350d047a1d06e196b63f789ba)) by breadandsoup - chore(flake): update flake.lock ([0becd7bf0](https://github.com/noctalia-dev/noctalia-shell/commit/0becd7bf03d1259d12bbe9b3f33e99f8cdcdea93)) by Ly-sec - feat(location): auto location/weather via IP ([80cd76b82](https://github.com/noctalia-dev/noctalia-shell/commit/80cd76b82ec51a79d8a0fc0eb3e12fe224760b8b)) by Lemmy - chore(version): bumping to v4.7.3-git ([97553d706](https://github.com/noctalia-dev/noctalia-shell/commit/97553d7064799618d57a09812860d4cfa0482552)) by Lemmy ### [`v4.7.2`](https://github.com/noctalia-dev/noctalia-shell/releases/tag/v4.7.2) [Compare Source](https://github.com/noctalia-dev/noctalia-shell/compare/v4.7.1...v4.7.2) # 🌙 Release Notes v4.7.2 **Highlights:** Smoother scrolling, refined audio, launcher animations, and stability fixes. ##### ✨ Features - **Navigation:** Smooth wheel scrolling & keyboard animations for all `NView` types; new `NSlideSwapView` for launcher transitions. - **Customization:** Independent light/dark wallpapers; manual Night Light scheduling; toggle for system theme sync. - **UI Tweaks:** 50% height cap for wallpaper panel; single-char workspace labels; `showText` toggle for Active Window widget. - **System & IPC:** New `peek` call for Bar auto-hide; volume scroll accumulation; Airplane mode commands; toast dismiss handler. - **Extras:** New **Scroll** (WM) template; added **Czech** and **English (GB)**. ##### ⚡ Improvements - **Core:** Migrated Niri to **native C++ IPC**; removed risky regex patterns to prevent ReDoS. - **Audio:** Per-app volume now syncs with PipeWire; filtered stream nodes; stabilized `wpctl` input handling. - **Theming:** Bulletproof GTK color-scheme syncing; consistent dock/OSD opacity in Light Mode. - **UX:** Smart `NContextMenu` positioning; fixed `NButton` scaling issues; refactored `NScrollText` with fade masks. - **Media:** Optimized `MediaMini` layout; fixed artwork cropping. ##### 🐛 Bug Fixes - **Wallpaper:** Fixed multi-monitor folder overwrites and startup color regeneration. - **Audio:** Resolved `AudioVisualizer` crashes and slider state "fighting." - **Security & Idle:** Respects `lockOnSuspend` during idle; fixed lock screen password cursor positioning. - **System:** Corrected Lock Key LED syncing. - **Misc:** Elided long profile names; fixed launcher `iconMode` defaults; improved template symlink handling. #### Changes since v4.7.1 - chore(version): release v4.7.2 ([77f054cbf](https://github.com/noctalia-dev/noctalia-shell/commit/77f054cbf1780d5ec95bf4a9a69f7c1775d43fa8)) by Lemmy - feat(wallpaper-panel): adjust height for 1080p ([90e07608a](https://github.com/noctalia-dev/noctalia-shell/commit/90e07608a1bf44e06048bfabe48a9f39e1b8f7ba)) by Lemmy - feat(wallpaper-panel): 50% max height ([9a900801a](https://github.com/noctalia-dev/noctalia-shell/commit/9a900801acdfc9cea46f1595a40b15f324071665)) by Lemmy - fix(mediamini): guard onEntered against stale panel ref. ([e13888e97](https://github.com/noctalia-dev/noctalia-shell/commit/e13888e978999fcc3cd779835f28e493582a8e65)) by Lemmy - fix(bar): harden AudioVisualizer when ShellScreen is null ([4f523301c](https://github.com/noctalia-dev/noctalia-shell/commit/4f523301c93a13497749be3c9995c3f0b93f9e8e)) by Lysec - chore(i18n) ([90e37a1e5](https://github.com/noctalia-dev/noctalia-shell/commit/90e37a1e5328e4a990130df274e39de38e451323)) by Lysec - Merge pull request [#&#8203;2363](https://github.com/noctalia-dev/noctalia-shell/issues/2363) from MrDowntempo/main ([da2e2dda5](https://github.com/noctalia-dev/noctalia-shell/commit/da2e2dda520cada761bcb431bd394ec830d91155)) by Lysec - chore: run qmlfmt.sh again ([cfad4fc77](https://github.com/noctalia-dev/noctalia-shell/commit/cfad4fc77acc5e7f9112750fc058e9d7a0ef49af)) by Corey Woodworth - fix: Add showText to BarWidgetRegistry and settings-widgets-default ([c82414047](https://github.com/noctalia-dev/noctalia-shell/commit/c82414047191351d6b859cc7276c7bda7a8c46a2)) by Corey Woodworth - Merge pull request [#&#8203;2362](https://github.com/noctalia-dev/noctalia-shell/issues/2362) from breadandsoup/main ([357f577c6](https://github.com/noctalia-dev/noctalia-shell/commit/357f577c607ccd116cab1fecd6221dba894dee73)) by Lysec - fix(audio): stop volume sliders fighting service state ([43fe1e194](https://github.com/noctalia-dev/noctalia-shell/commit/43fe1e19477e7e0c078be05cf897ff946acbe672)) by Lysec - fix(audio): stabilize input volume % via wpctl like default sink ([d4e7a8e96](https://github.com/noctalia-dev/noctalia-shell/commit/d4e7a8e9671584893c5b1c5fca9e1c512f6b5252)) by Lysec - chore: run qmlfmt.sh ([900e1f128](https://github.com/noctalia-dev/noctalia-shell/commit/900e1f1286340f98ad464b617aad13068a7c0d22)) by Corey Woodworth - chore: add modified files again because they were not staged (I don't get git sometimes) ([0c9d3b83b](https://github.com/noctalia-dev/noctalia-shell/commit/0c9d3b83beae453bbb6f2449e2cd3dc6c66dd1b5)) by Corey Woodworth - chore(i18n): Add englisht strings for the text toggle ([95dfb2ade](https://github.com/noctalia-dev/noctalia-shell/commit/95dfb2ade2856ce38641829194e1b76f11951c9c)) by Corey Woodworth - feat: Add showText variable to show/hide name of Active Window ([53b5dbac4](https://github.com/noctalia-dev/noctalia-shell/commit/53b5dbac4c81d69fc688ef6b95db3a0157840d4f)) by Corey Woodworth - Update pywalfox.json ([174d8b33b](https://github.com/noctalia-dev/noctalia-shell/commit/174d8b33bcb358a0a96107468d9ad5ca0a89580f)) by breadandsoup - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([421ccc4c8](https://github.com/noctalia-dev/noctalia-shell/commit/421ccc4c87228878b0eb29d3d1faead875c49c28)) by Lysec - fix(ColorScheme): sync light/dark toggle to gtk ([4a371422c](https://github.com/noctalia-dev/noctalia-shell/commit/4a371422cd8e675697b760b585e9efbe5df214af)) by Lysec - chore(flake): update flake.lock ([4d4edff06](https://github.com/noctalia-dev/noctalia-shell/commit/4d4edff06dcdb53c95e8be6d390f8e9b146e3a88)) by Ly-sec - fix(theming): sync gtk-theme with color-scheme when system sync is on ([09386b190](https://github.com/noctalia-dev/noctalia-shell/commit/09386b1903f197247d5ade3701ae6691eb247f63)) by Lysec - Merge pull request [#&#8203;2324](https://github.com/noctalia-dev/noctalia-shell/issues/2324) from cbxcvl/fix/renderer-redos ([40c8b1762](https://github.com/noctalia-dev/noctalia-shell/commit/40c8b1762047fe1088d99da3aa0983cc499b3b3b)) by Lysec - Merge pull request [#&#8203;2327](https://github.com/noctalia-dev/noctalia-shell/issues/2327) from cbxcvl/fix/expr-re-redos ([cc4cf9cc4](https://github.com/noctalia-dev/noctalia-shell/commit/cc4cf9cc44d5a49e9b81e9a353c462acc972eb7d)) by Lysec - Merge pull request [#&#8203;2328](https://github.com/noctalia-dev/noctalia-shell/issues/2328) from cbxcvl/fix/parse-if-redos ([a4b7a693e](https://github.com/noctalia-dev/noctalia-shell/commit/a4b7a693e5474d609723fd9ee66da88acc9389c2)) by Lysec - fix(theming): keep system color-scheme in sync on every dark mode change ([90a5dd1cd](https://github.com/noctalia-dev/noctalia-shell/commit/90a5dd1cd8f4eb64c78c4450f364d9009a929dab)) by Lysec - fix(workspaces): assign display index per output in ExtWorkspaceService ([6d3ca5889](https://github.com/noctalia-dev/noctalia-shell/commit/6d3ca588965bab095c32db3f2b62759b48fd7c77)) by Lysec - style(wallpaper): dont switch favorite in split wallpaper on first click ([c879d0864](https://github.com/noctalia-dev/noctalia-shell/commit/c879d0864ba3e9aaca5541f3bf83aff4f71332d3)) by Lysec - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([ea48cd0bb](https://github.com/noctalia-dev/noctalia-shell/commit/ea48cd0bbfdc74edb585ac0c2ffe0bb878098ba8)) by Lysec - fix(wallpaper): cleanup misleading code ([c9bda88e3](https://github.com/noctalia-dev/noctalia-shell/commit/c9bda88e39568fd2d413e436a720a80d3b64ea3a)) by Lysec - chore(autofmt) ([2afa833db](https://github.com/noctalia-dev/noctalia-shell/commit/2afa833dbf7a9ec9910cc2348a3592035879cb90)) by Lemmy - fix(plugin): fix loadWidget ([9bc5effb3](https://github.com/noctalia-dev/noctalia-shell/commit/9bc5effb3d59f923e56a328952380b6c176febf9)) by Lemmy - fix(wallpaper): hide light/dark icon in split wallpaper mode ([f2e5f9953](https://github.com/noctalia-dev/noctalia-shell/commit/f2e5f9953f72938c7a99c148110987ee0d3cb7ef)) by Lysec - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([386d4d313](https://github.com/noctalia-dev/noctalia-shell/commit/386d4d3135ffa40b4816dc594803e2d147fe31be)) by Lysec - fix(wallpaper): adjust wallpaper light/dark & favorite logic ([0d770725b](https://github.com/noctalia-dev/noctalia-shell/commit/0d770725bc08a7e972fabce2daea469f53a1b45e)) by Lysec - Merge pull request [#&#8203;2312](https://github.com/noctalia-dev/noctalia-shell/issues/2312) from notiant/patch-2 ([00392ff8d](https://github.com/noctalia-dev/noctalia-shell/commit/00392ff8d2cc7424c585aa07aceab9be6ce90360)) by Lysec - Add check for non-zero width in enhancedBand ([b3a9aca83](https://github.com/noctalia-dev/noctalia-shell/commit/b3a9aca83748d0d94ccf97ca0da8a25b3e0bd14e)) by notiant - chore(flake): update flake.lock ([62f55f54d](https://github.com/noctalia-dev/noctalia-shell/commit/62f55f54de5981d64090baabdf2ac3256178bcdc)) by Ly-sec - chore(flake): update flake.lock ([07afddfaf](https://github.com/noctalia-dev/noctalia-shell/commit/07afddfafaf31fa2d4d76b30a694a2b74d1c9f3d)) by Ly-sec - fix(blur): force flush wayland state, to avoid stuck blur regions ([dd22f7bc3](https://github.com/noctalia-dev/noctalia-shell/commit/dd22f7bc370df619115813399b27b83b1438a952)) by Lemmy - fix(ncolorchoice): added "enabled" visual feedback ([664707d77](https://github.com/noctalia-dev/noctalia-shell/commit/664707d77ec793be68ff117d613fd2569f5e2e83)) by Lemmy - fix(plugins): fixed desktopWidget settings vs plugin settings ([dfc3bd953](https://github.com/noctalia-dev/noctalia-shell/commit/dfc3bd9535cf6d55824baa1db5bf9ed952267339)) by Lemmy - fix(bar): pass initial properties on creation (screen, section, etc...) to avoid potential registration issues. ([73dfeb9f7](https://github.com/noctalia-dev/noctalia-shell/commit/73dfeb9f7374e5da96ffa53bf6ed5fae05f2fe3c)) by Lemmy - fix(desktop-widgets): pass screen as initial property to avoid wrong spectrum registration ([967e9d843](https://github.com/noctalia-dev/noctalia-shell/commit/967e9d843b43b103c203b3d3e8d541a6ad8469de)) by Lemmy - Merge pull request [#&#8203;2347](https://github.com/noctalia-dev/noctalia-shell/issues/2347) from D3rJust1n/main ([e41c78e2f](https://github.com/noctalia-dev/noctalia-shell/commit/e41c78e2facbbf4b03f34ea56eea922e546d77c8)) by Lysec - chore(i18n) ([83de5d047](https://github.com/noctalia-dev/noctalia-shell/commit/83de5d047bb51a2d1e1e264377b730b0b547a5dc)) by Lysec - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([dd1ff1f0d](https://github.com/noctalia-dev/noctalia-shell/commit/dd1ff1f0da3648595b79e15fcae6709bc1f5a05b)) by Lysec - style(WallpaperPanel): adjust layout for light/dark & monitor selector toggles ([5d9f0794d](https://github.com/noctalia-dev/noctalia-shell/commit/5d9f0794dc0f09c977f2f883fb98f0e6f3ac80e0)) by Lysec - fix (ci): Fix that workflow isn't triggered if it's not the main repository ([1c34c4dde](https://github.com/noctalia-dev/noctalia-shell/commit/1c34c4dde179cafd49da1aec98d96fb447c399d1)) by D3rJust1n - fix(plugins): avoid potential race condition during update process ([86e5112e8](https://github.com/noctalia-dev/noctalia-shell/commit/86e5112e896ed10f1223cf15e27ae63a8de75090)) by Lemmy - fix(templating) improved handling of symlinks ([f85b4a7e6](https://github.com/noctalia-dev/noctalia-shell/commit/f85b4a7e6d2ba300264539d7ea7722611eff5623)) by Lemmy - Merge branch 'main' of github.com:noctalia-dev/noctalia-shell ([72df0bfe1](https://github.com/noctalia-dev/noctalia-shell/commit/72df0bfe1df9428ff0b87364f8ce65144b2ea76d)) by Lemmy - fix(nbutton): wrap in an Item to properly reserve border space for improved fractional scaling render ([e7eeabf99](https://github.com/noctalia-dev/noctalia-shell/commit/e7eeabf99b268a0e095a236eee868740bfca0dc9)) by Lemmy - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([a9bc3848f](https://github.com/noctalia-dev/noctalia-shell/commit/a9bc3848f370de2d44ce469b660208366c92538c)) by Lysec - chore(i18n) ([e320b5370](https://github.com/noctalia-dev/noctalia-shell/commit/e320b537098f5cd582bbdd9d05823cf83f3f3a08)) by Lysec - fix(widgets): improves disable states by avoiding stacking opacities ([c942c10f8](https://github.com/noctalia-dev/noctalia-shell/commit/c942c10f8a153f13b3070f3af6b7d8effa3b8671)) by Lemmy - fix(ncontextmenu): improved parent constraining ([c2a2a4437](https://github.com/noctalia-dev/noctalia-shell/commit/c2a2a443789aec1dd777ca274b08cde34857374b)) by Lemmy - fix(ncontextmenu): smart positionning to avoid clipping outside of parent. ([9a2f67675](https://github.com/noctalia-dev/noctalia-shell/commit/9a2f676753fe3b73ab46d2a1d9fb73ad44850dfe)) by Lemmy - style(wallpaper): hide dark/light behind toggle just like display selection ([9d5bc1300](https://github.com/noctalia-dev/noctalia-shell/commit/9d5bc13000ba66319b4728d69789f4d6937b70ad)) by Lysec - feat(wallpaper): add separate selection for light & dark mode ([deb79261d](https://github.com/noctalia-dev/noctalia-shell/commit/deb79261dd73f08ecd6f0f9f9df161c329e63eb0)) by Lysec - Merge pull request [#&#8203;2340](https://github.com/noctalia-dev/noctalia-shell/issues/2340) from notiant/patch-4 ([3dd46fbd6](https://github.com/noctalia-dev/noctalia-shell/commit/3dd46fbd6e01f888ab97f0df060b5d64306ee13d)) by Lysec - fix(settings): avoid unified notification sound handler clobbering per-urgency paths ([fd7a16d95](https://github.com/noctalia-dev/noctalia-shell/commit/fd7a16d951ef1cf68bc2236535d7622f12815f96)) by Lysec - chore(flake): update flake.lock ([3b9e93a8b](https://github.com/noctalia-dev/noctalia-shell/commit/3b9e93a8b1e748df9329a97eb8d7ee58d02977da)) by Ly-sec - apply reduced light mode opacity also to dock, notifications & OSD ([39a667115](https://github.com/noctalia-dev/noctalia-shell/commit/39a6671151521e4f1bf003a846696e85c069861d)) by notiant - fix(plugins): pass pluginApi as initial property to prevent binding warnings. Eliminate the need for fallback chains in plugins code. ([decb65ae9](https://github.com/noctalia-dev/noctalia-shell/commit/decb65ae9580f21cb09d368323b32d8b4576d103)) by Lemmy - feat(settings): in windowed mode, dont stretch to full width ([ba424526b](https://github.com/noctalia-dev/noctalia-shell/commit/ba424526b5f8f33a6d56e2c9ea60843ee4d180de)) by Lemmy - feat(settings): when switching settings panel mode, close and reopen the settings to see the actual change ([1e068156a](https://github.com/noctalia-dev/noctalia-shell/commit/1e068156adbcfe82bca106db3ae67f618e30be36)) by Lemmy - cleanup(NScrollText): remove unused imports, gate layer on overflow ([a5fc30988](https://github.com/noctalia-dev/noctalia-shell/commit/a5fc30988036c2c8711bb6cf949ed8cbd02cbae2)) by Lemmy - Merge pull request [#&#8203;2334](https://github.com/noctalia-dev/noctalia-shell/issues/2334) from BUSTheid/mediamini-visual-bugfix ([ffb61d8fc](https://github.com/noctalia-dev/noctalia-shell/commit/ffb61d8fc4c12c553d4499c1be94d90539a9f478)) by Lemmy - remove onResumed() since networkMonitorProcess already covers it ([9462caf6c](https://github.com/noctalia-dev/noctalia-shell/commit/9462caf6c3de4e6dff0643e41180e42244905309)) by notiant - refactor(NScrollText.qml): MultiEffect fade mask ([b18d33742](https://github.com/noctalia-dev/noctalia-shell/commit/b18d33742abb131a65ea7187956d2664fcf97769)) by BUSTheid - Merge pull request [#&#8203;2335](https://github.com/noctalia-dev/noctalia-shell/issues/2335) from spiros132/main ([f3edbe3dc](https://github.com/noctalia-dev/noctalia-shell/commit/f3edbe3dc8521b87421e026338d4b88c52aa5095)) by Lysec - chore(TemplatesSubTab): format ([f15609b59](https://github.com/noctalia-dev/noctalia-shell/commit/f15609b590d14e8a4ca2af5f9bdb003465cfb4fb)) by Spyridon Siarapis - fix(TemplatesSubTab): Fixed a bug which prevented qml format to run correctly ([348ccbf0e](https://github.com/noctalia-dev/noctalia-shell/commit/348ccbf0ed48d4b29f94a2f358bad37815c83009)) by Spyridon Siarapis - Revert "Merge pull request [#&#8203;2203](https://github.com/noctalia-dev/noctalia-shell/issues/2203) from haikalllp/fix/update-pywalfox-colors" ([ed1a2b54d](https://github.com/noctalia-dev/noctalia-shell/commit/ed1a2b54de22f0841f61fbcb8c26f4959a1dc205)) by Lemmy - chore(flake): update flake.lock ([0d088d8a3](https://github.com/noctalia-dev/noctalia-shell/commit/0d088d8a3a0eae113d41a6076d7b62166fe8c8a4)) by Ly-sec - fix(renderer): remove ambiguous \s\* from \_parse\_if regex to prevent ReDoS ([6e7105059](https://github.com/noctalia-dev/noctalia-shell/commit/6e710505939e5271c8afa8e6c305bc9a5369a010)) by cbxcvl - fix(renderer): remove ambiguous \s\* from \_EXPR\_RE to prevent ReDoS ([e91d20ef0](https://github.com/noctalia-dev/noctalia-shell/commit/e91d20ef0d4d26c3cb6da01792c76efcc1934a92)) by cbxcvl - fix(renderer): remove ambiguous \s\* from \_BLOCK\_RE to prevent ReDoS ([4ad7ffbbd](https://github.com/noctalia-dev/noctalia-shell/commit/4ad7ffbbdf697ad60557dacb6df1888252fb64a1)) by cbxcvl - fix(ProfileCard): add elide to GECOS name ([8a3aafc69](https://github.com/noctalia-dev/noctalia-shell/commit/8a3aafc69f0f005a0a689b7d859d0ad32df3a639)) by Lysec - fix(media): tighten MediaMini panel layout for album art and height ([4d31d0524](https://github.com/noctalia-dev/noctalia-shell/commit/4d31d052485efd201d32da66e9c4b907ecdf72b9)) by Lysec - style(mediapanel): fix artwork cropping in non compact mode ([9b64e21be](https://github.com/noctalia-dev/noctalia-shell/commit/9b64e21bea819a3c6415874a982b4393b6244fdb)) by Lysec - feat(template): added dedicated Scroll(wm) template ([215750ddc](https://github.com/noctalia-dev/noctalia-shell/commit/215750ddcbc9a2557c0f65b96f81b2847e8998ff)) by Lemmy - fix(audio): scope stream volume overrides per media identity ([6b2c0fc9c](https://github.com/noctalia-dev/noctalia-shell/commit/6b2c0fc9c4a7526e6ec70bd1cce89eb87a79974c)) by Lysec - Merge pull request [#&#8203;2315](https://github.com/noctalia-dev/noctalia-shell/issues/2315) from ern775/audio-stream-filter ([0133da8bd](https://github.com/noctalia-dev/noctalia-shell/commit/0133da8bd0a1c9548cc662823a7ede6f0cbb6877)) by Lysec - Merge pull request [#&#8203;2318](https://github.com/noctalia-dev/noctalia-shell/issues/2318) from linusammon/main ([10cd968f9](https://github.com/noctalia-dev/noctalia-shell/commit/10cd968f9d551f3a897cecb22127157282417c4a)) by Lysec - fix(ci): flake updates should trigger cachix workflow ([39dccc49d](https://github.com/noctalia-dev/noctalia-shell/commit/39dccc49dc4f80a7942a6e583cf95618cfdb3958)) by Linus Ammon - fix(audio): filter out intermediate stream nodes ([2c09e9185](https://github.com/noctalia-dev/noctalia-shell/commit/2c09e9185f48fc4ad7df1fb6fd621483502a60c5)) by ern775 - chore(flake): update flake.lock ([f19a19cfc](https://github.com/noctalia-dev/noctalia-shell/commit/f19a19cfc6dcf2cd73b1d9d11460cbe363b0c967)) by Ly-sec - change Airplane Mode visibility conditions ([477810b95](https://github.com/noctalia-dev/noctalia-shell/commit/477810b954ea86c6dcd169d33acaef180b15924e)) by notiant - fix(zed): typo resolved ([fae79fe75](https://github.com/noctalia-dev/noctalia-shell/commit/fae79fe75f3d5bd4667ff043276b1563df069330)) by Lysec - improve some process handling ([dffdfcffc](https://github.com/noctalia-dev/noctalia-shell/commit/dffdfcffc4bfba7613465f6c5b92f2fd24d8458a)) by notiant - improve airplane mode handling ([78c0b2fe2](https://github.com/noctalia-dev/noctalia-shell/commit/78c0b2fe253c57c00971db8fc5e368d4a240f92f)) by notiant - Merge pull request [#&#8203;2309](https://github.com/noctalia-dev/noctalia-shell/issues/2309) from gammons/fix/idle-lock-on-suspend ([396fba755](https://github.com/noctalia-dev/noctalia-shell/commit/396fba755b515913f4ac7596c30b827b0f67d53a)) by Lysec - fix(lock-keys): only apply sysfs LED state on successful reads ([17bfd0220](https://github.com/noctalia-dev/noctalia-shell/commit/17bfd0220474a9c09c68a641bd23c76307a9f2c1)) by Lysec - fix(IdleService): respect lockOnSuspend when idle triggers suspend ([6d7d35d7e](https://github.com/noctalia-dev/noctalia-shell/commit/6d7d35d7e006b7630c7ced8b50019805d7817785)) by Grant Ammons - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([537ec29f5](https://github.com/noctalia-dev/noctalia-shell/commit/537ec29f5ec7dc47e3f0da7256b7ff5abadd8e26)) by Lysec - fix(Lockscreen): adjust password cursor so it properly follows position ([922207080](https://github.com/noctalia-dev/noctalia-shell/commit/9222070803f81d18902f92ea5400010cc1483959)) by Lysec - Merge pull request [#&#8203;2298](https://github.com/noctalia-dev/noctalia-shell/issues/2298) from tmarti2/dismiss-toast-ipc-call ([c608f1f70](https://github.com/noctalia-dev/noctalia-shell/commit/c608f1f700200e18b9de9bff3a3c1173ae88af3e)) by Lysec - Add Toast dismiss IPC Handler ([7800306b4](https://github.com/noctalia-dev/noctalia-shell/commit/7800306b4b641f6e16d7f1b9b5420d7e5d49f702)) by Thibault Martin - Merge pull request [#&#8203;2303](https://github.com/noctalia-dev/noctalia-shell/issues/2303) from tibssy/feat/smooth-scroll-nviews ([70082a649](https://github.com/noctalia-dev/noctalia-shell/commit/70082a6491d0ccc56688a7093b5727ed7bcf04d2)) by Lysec - fix: restore smooth scroll animation for keyboard navigation in wallpaper selector panel ([ea1710c9c](https://github.com/noctalia-dev/noctalia-shell/commit/ea1710c9c96fa0199eacc3ce48f3e1a9cc949e35)) by tibssy - feat(view): add smooth scroll animation for keyboard navigation in NListView and NGridView ([c524c9611](https://github.com/noctalia-dev/noctalia-shell/commit/c524c9611f8605a431592892e3a0efbdc4b998af)) by tibssy - feat(view): implement smooth wheel scrolling for NScrollView ([01744222c](https://github.com/noctalia-dev/noctalia-shell/commit/01744222c46a99c550c58e124d07277deaae72d5)) by tibssy - feat(view): implement smooth wheel scrolling for NGridView ([b612c353f](https://github.com/noctalia-dev/noctalia-shell/commit/b612c353fda57c4cbdab176da619fe5a45617d0e)) by tibssy - feat(view): implement smooth wheel scrolling for NListView with global setting ([379811846](https://github.com/noctalia-dev/noctalia-shell/commit/3798118461ceed1face16c4957c5695a8e5282e9)) by tibssy - chore(flake): update flake.lock ([df62bb321](https://github.com/noctalia-dev/noctalia-shell/commit/df62bb3212d474276e66c17986f2032362c0991d)) by Ly-sec - chore(sway): fix border color ([8362462be](https://github.com/noctalia-dev/noctalia-shell/commit/8362462be8a2ee1d0298626c89d4ebdfd443d796)) by Lemmy - fix(bar): guard bar widget metadata lookup ([021f0026d](https://github.com/noctalia-dev/noctalia-shell/commit/021f0026da654dd202df6df20eb0335b35192ca2)) by Lemmy - feat(nightlight): using our own manual scheduling to allow more flexibility ([6d08fd1a0](https://github.com/noctalia-dev/noctalia-shell/commit/6d08fd1a0b7e859e67475742d041c15fc16443ec)) by Lemmy - fix: only convert config symlinks when modification is needed. fix [#&#8203;2299](https://github.com/noctalia-dev/noctalia-shell/issues/2299) ([2623f081d](https://github.com/noctalia-dev/noctalia-shell/commit/2623f081d6bd77d75346964306cc570e0d50c7e7)) by Lemmy - fix(lockkeys): replace 'this' to a proper id to avoid warnings ([e29a71e9a](https://github.com/noctalia-dev/noctalia-shell/commit/e29a71e9a45d18b724f878e8e4d12f0f4343ada5)) by Lemmy - feat(bar-ipc): added new "peek" call and made existing call work better with auto-hide ([c640bc908](https://github.com/noctalia-dev/noctalia-shell/commit/c640bc9083ab2f48abc5f9179ab83cf2c9fc2519)) by Lemmy - fix(launcher): fix iconMode default gui settings. fix [#&#8203;2296](https://github.com/noctalia-dev/noctalia-shell/issues/2296) ([7b35d3724](https://github.com/noctalia-dev/noctalia-shell/commit/7b35d3724e72463c8e894d62513949b2a6464319)) by Lemmy - fix(background): fix dupe transition on startup + minor safety improvement to avoid potential null texture on shaders ([7966f963d](https://github.com/noctalia-dev/noctalia-shell/commit/7966f963dcc8c24d78a87f2bf009adb143275173)) by Lemmy - fix(nimagerounded): avoid null shader texture when image disappear ([de4e08736](https://github.com/noctalia-dev/noctalia-shell/commit/de4e087363e800c8fdcd9160cafd55eed8a0766c)) by Lemmy - fix(wallpaper-settings): added missing parameter ([8ecd351bf](https://github.com/noctalia-dev/noctalia-shell/commit/8ecd351bfc3364beb0911eb4a16524bcf3caa475)) by Lemmy - fix(audioservice): repeater need an Item delegate. ([2f456e749](https://github.com/noctalia-dev/noctalia-shell/commit/2f456e749dc8a5a7855d289a54c07fafdfbd2592)) by Lemmy - Merge branch 'niri-qs' ([c960e1779](https://github.com/noctalia-dev/noctalia-shell/commit/c960e17791bdd73300c37ebb1619bc8f3ee45ade)) by Lysec - fix(ColorScheme): potential fix for GTK/gsettings light-dark getting out of sync ([59fedcac2](https://github.com/noctalia-dev/noctalia-shell/commit/59fedcac29cd1f38b1e3bb11ce5007b2462d091c)) by Lysec - Move toast IPC closer to notifications ([af7fd3bad](https://github.com/noctalia-dev/noctalia-shell/commit/af7fd3bad2b4ae80034c7dcdfc7c6fb0be07edd6)) by Thibault Martin - chore(flake): update flake.lock ([e4158c7d8](https://github.com/noctalia-dev/noctalia-shell/commit/e4158c7d81af37efa2c1c2730f94b24b3c343fcd)) by Ly-sec - fix(nsearchcombobox): cleanup ([7022fb9d2](https://github.com/noctalia-dev/noctalia-shell/commit/7022fb9d2081829beb4170497735d7b39c104712)) by Lemmy - Merge pull request [#&#8203;2221](https://github.com/noctalia-dev/noctalia-shell/issues/2221) from nZo-sp/feat/scroll-with-keyboard-on-dropdown ([934af9b52](https://github.com/noctalia-dev/noctalia-shell/commit/934af9b527d5245bc1a57093a5330bee661608ed)) by Lemmy - fix(shader): uv clamping NImageRounded. Fix [#&#8203;2288](https://github.com/noctalia-dev/noctalia-shell/issues/2288) ([03d32b136](https://github.com/noctalia-dev/noctalia-shell/commit/03d32b1368601556215ef95b3e93756fdb8637f6)) by Lemmy - fix(desktop-widgets): restore mouse interaction. fix [#&#8203;2293](https://github.com/noctalia-dev/noctalia-shell/issues/2293) ([d9d5f2063](https://github.com/noctalia-dev/noctalia-shell/commit/d9d5f2063cc43d795e48f24a05e2603f1d8f1453)) by Lemmy - remove airplaneModeEnabled from settings ([b2c685dec](https://github.com/noctalia-dev/noctalia-shell/commit/b2c685decb80048c7332d1f32dd8520dd3f5acb2)) by notiant - rework Airplane Mode handling & remove bluetoothctl fallback ([dea0575ef](https://github.com/noctalia-dev/noctalia-shell/commit/dea0575efad277379f1154919a9f6a9c12f339bf)) by notiant - Merge pull request [#&#8203;2292](https://github.com/noctalia-dev/noctalia-shell/issues/2292) from maxschipper/workspace-label-character-count-vertical-bar ([d1c0374f7](https://github.com/noctalia-dev/noctalia-shell/commit/d1c0374f73ea687ae33b30fe6c4257dc0995d4f3)) by Lysec - feat(workspace): allow one character labels on vertical bar ([1d0ab0153](https://github.com/noctalia-dev/noctalia-shell/commit/1d0ab0153204691ef00425ed853d10505d6e5949)) by Max Schipper - fix(theming): regenerate wallpaper colors after cache load on startup ([b6d2599f8](https://github.com/noctalia-dev/noctalia-shell/commit/b6d2599f895512362a3fff653404433d408ab425)) by Lysec - chore(fmt) ([020dab63b](https://github.com/noctalia-dev/noctalia-shell/commit/020dab63bf9f77beb8ade278e975be05701bf6c2)) by Lemmy - chore(i18n): fixes ([2d6ef5456](https://github.com/noctalia-dev/noctalia-shell/commit/2d6ef5456d7908a93c36e3ded7ab74d5ece66956)) by Lemmy - chore(i18n): added en-GB ([58a765ea8](https://github.com/noctalia-dev/noctalia-shell/commit/58a765ea8da787540c6313859ba2ce30c55faa22)) by Lemmy - chore(i18n): update ([38c3e37a7](https://github.com/noctalia-dev/noctalia-shell/commit/38c3e37a750f5d2da1e3bef83e653ffc1dcd6dec)) by Lemmy - Merge pull request [#&#8203;2270](https://github.com/noctalia-dev/noctalia-shell/issues/2270) from amateur-hacker/feat/airplane-mode-ipc ([437696011](https://github.com/noctalia-dev/noctalia-shell/commit/43769601141c3b122526a5d70789894f78e0aa0c)) by Lemmy - Merge pull request [#&#8203;2271](https://github.com/noctalia-dev/noctalia-shell/issues/2271) from navik61/feat/add-czech-translation ([129ae45f2](https://github.com/noctalia-dev/noctalia-shell/commit/129ae45f22e3e502cd502f0544698edfca34dc18)) by Lemmy - Merge pull request [#&#8203;2282](https://github.com/noctalia-dev/noctalia-shell/issues/2282) from tibssy/feat/bar-scroll-volume ([68dddc741](https://github.com/noctalia-dev/noctalia-shell/commit/68dddc741f173e31bb00acf9ed7b123195acc573)) by Lemmy - Merge pull request [#&#8203;2265](https://github.com/noctalia-dev/noctalia-shell/issues/2265) from tibssy/feat/launcher-category-animations ([4b5fb156c](https://github.com/noctalia-dev/noctalia-shell/commit/4b5fb156cd295466926ee63dff2e47967c0fdcf5)) by Lysec - Merge pull request [#&#8203;2287](https://github.com/noctalia-dev/noctalia-shell/issues/2287) from tmarti2/fix-toast-selected-screen ([188b4cb13](https://github.com/noctalia-dev/noctalia-shell/commit/188b4cb13486d733b0feaabe3eed0146b58fe9db)) by Lysec - Fix Toast: same model than Notifications ([1099d5551](https://github.com/noctalia-dev/noctalia-shell/commit/1099d55512d545299927cd1b3250c98cedd30c3c)) by Thibault Martin - Revert "fix(audio): potential desync fix" ([b725f32e2](https://github.com/noctalia-dev/noctalia-shell/commit/b725f32e27ffddac8c31022f78ad75ca56c079d4)) by Lysec - Merge branch 'main' of <https://github.com/noctalia-dev/noctalia-shell> ([508f2b6ec](https://github.com/noctalia-dev/noctalia-shell/commit/508f2b6ec89158220d8eb84fef223fc602583a0d)) by Lysec - fix(audio): potential desync fix ([76ad00596](https://github.com/noctalia-dev/noctalia-shell/commit/76ad00596f094439d89f70ced0124c12f2d855c7)) by Lysec - chore(flake): update flake.lock ([597d4e623](https://github.com/noctalia-dev/noctalia-shell/commit/597d4e6232fab5836ebeb5f037fba96980d2f5f0)) by Ly-sec - feat(bar): improve volume scroll handling on bar with smooth accumulation ([700d377f0](https://github.com/noctalia-dev/noctalia-shell/commit/700d377f0f719954d1f8e46c0bba745622ff3f9b)) by tibssy - feat(bar): add volume control support to bar scroll behavior ([7d4ee0446](https://github.com/noctalia-dev/noctalia-shell/commit/7d4ee044616d50cd4f93d72c4ae7c6ebb9804cf4)) by tibssy - fix(audio): sync per-app volume overrides with PipeWire and new streams ([c9eb6e69e](https://github.com/noctalia-dev/noctalia-shell/commit/c9eb6e69eb02d59b047a2616e1f51a07a9bcae43)) by Lysec - Revert "fix(AudioService): attempt to fix individual audio levels" ([c488b0d3e](https://github.com/noctalia-dev/noctalia-shell/commit/c488b0d3e7bc0e86fee806b098eeb076e96e7438)) by Lysec - feat(settings): add toggle to disable system theme sync ([ac52e8e5f](https://github.com/noctalia-dev/noctalia-shell/commit/ac52e8e5f330ace14e08162a643a525a5b3f793f)) by Lysec - fix(AudioService): attempt to fix individual audio levels ([0c79aedc2](https://github.com/noctalia-dev/noctalia-shell/commit/0c79aedc252b3c7e6c2f9a528e7682037c762517)) by Lysec - Revert "fix(audio): attempt to fix per-app volume desync from stale overrides" ([b724fbe0f](https://github.com/noctalia-dev/noctalia-shell/commit/b724fbe0f5c30f113b3b7eff77499f74d4554209)) by Lysec - fix(audio): attempt to fix per-app volume desync from stale overrides ([46a533fd7](https://github.com/noctalia-dev/noctalia-shell/commit/46a533fd73fc4180e13ae0855fc97c0576f4fafa)) by Lysec - Merge pull request [#&#8203;2281](https://github.com/noctalia-dev/noctalia-shell/issues/2281) from ayagmar/fix/notification-window-focus ([45a07579d](https://github.com/noctalia-dev/noctalia-shell/commit/45a07579d6611c2eb7ed35daf0980bb3c17460d4)) by Lysec - fix(notifications): prefer default actions for window focus ([ce8da4c51](https://github.com/noctalia-dev/noctalia-shell/commit/ce8da4c51416f7fd8f7948f490f2587f43e92d1e)) by ayagmar - fix(lock-keys): sync bar state from sysfs on first poll after startup ([284a2a76b](https://github.com/noctalia-dev/noctalia-shell/commit/284a2a76bb121ee239c3b28a9f4edcf8c676e6c0)) by Lysec - Merge pull request [#&#8203;2268](https://github.com/noctalia-dev/noctalia-shell/issues/2268) from neyfua/neyfua/highlight-pass-input ([2ea56a6c1](https://github.com/noctalia-dev/noctalia-shell/commit/2ea56a6c1fc5658cdf3186157d6a6afafcb252bc)) by Lysec - feat(ipc): add commands for airplane mode ([4bea91a75](https://github.com/noctalia-dev/noctalia-shell/commit/4bea91a7502c14ec6d5beef97df935860bbc8b2e)) by amateur-hacker - i18n: add Czech (cs) translation ([abaeca856](https://github.com/noctalia-dev/noctalia-shell/commit/abaeca856af1aa46462e4ca507d25bd36e9b7578)) by navik61 - fix(wallpaper): stop overwriting per-monitor folders when toggling multi-monitor dirs ([b1e9efb3c](https://github.com/noctalia-dev/noctalia-shell/commit/b1e9efb3c48d17cd9fe9130ebb009750f170478b)) by Lysec - fix(hostservice): use non uppercase username, respect upper/lowercase for Full Name ([bd474db38](https://github.com/noctalia-dev/noctalia-shell/commit/bd474db387101519a8f6f45d219336d05e51bae1)) by Lysec - feat(lockscreen): add highlight selection in the password input field ([0f7ed133f](https://github.com/noctalia-dev/noctalia-shell/commit/0f7ed133fb3fdb65821a23559900174090e8c718)) by neyfua - Using keybind from settings ([e6716a745](https://github.com/noctalia-dev/noctalia-shell/commit/e6716a745f10c0f8e9809a6bba25221a7aefcb24)) by nZo-sp - chore(flake): update flake.lock ([3eb0fe560](https://github.com/noctalia-dev/noctalia-shell/commit/3eb0fe56080777f3d74b66da08e6d9cf69361ad6)) by Ly-sec - refactor: extract launcher slide transition logic into reusable NSlideSwapView component ([851bdc150](https://github.com/noctalia-dev/noctalia-shell/commit/851bdc150db5eb4a1314294dc3a786d675dc73b3)) by tibssy - refactor: move launcher category selection logic into a helper function ([3356b7cb1](https://github.com/noctalia-dev/noctalia-shell/commit/3356b7cb12200867af58d79581502a9a7cd41e8e)) by tibssy - feat(launcher): implement sliding transition animations for launcher category changes ([9ba87bd7d](https://github.com/noctalia-dev/noctalia-shell/commit/9ba87bd7d63c6daf07f1165584911af53d241195)) by tibssy - chore(version): bump to v4.7.2 ([41bfe0941](https://github.com/noctalia-dev/noctalia-shell/commit/41bfe094181aa7f7c64c675a7cbca47f444eba2d)) by Lemmy - Added scroll with keyboard on dropdown ([e19ed0b44](https://github.com/noctalia-dev/noctalia-shell/commit/e19ed0b44b9a28bb73b9e4af55c8c9d647c35acf)) by nZo-sp - refactor(niri): use native C++ Niri IPC module instead of QML socket ([d62eb5b24](https://github.com/noctalia-dev/noctalia-shell/commit/d62eb5b249d8166fbcc549dc7504f26b1e024672)) by Lysec </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency noctalia-dev/noctalia-shell to v4.7.2
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
81d80ca2a8
Renovate force-pushed renovate/noctalia-dev-noctalia-shell-4.x from 81d80ca2a8
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
to 046ffe1ae6
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
2026-04-02 05:21:43 +00:00
Compare
Renovate changed title from Update dependency noctalia-dev/noctalia-shell to v4.7.2 to Update dependency noctalia-dev/noctalia-shell to v4.7.3 2026-04-02 05:21:44 +00:00
Renovate force-pushed renovate/noctalia-dev-noctalia-shell-4.x from 046ffe1ae6
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
to e78e984e0f
All checks were successful
ci/woodpecker/push/noctalia-shell Pipeline was successful
2026-04-02 23:20:59 +00:00
Compare
Renovate changed title from Update dependency noctalia-dev/noctalia-shell to v4.7.3 to Update dependency noctalia-dev/noctalia-shell to v4.7.5 2026-04-02 23:20:59 +00:00
Bluemedia deleted branch renovate/noctalia-dev-noctalia-shell-4.x 2026-04-03 21:11:34 +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!76
No description provided.