Commit Graph

6500 Commits

Author SHA1 Message Date
Lemmy d01378f73b v4.1.1 v4.1.1 2026-01-17 17:03:19 -05:00
Lemmy 4a7ac14604 i18n: update 2026-01-17 17:01:56 -05:00
Lemmy 91975c3bb0 Privacy policy link 2026-01-17 17:00:29 -05:00
Lemmy d321793fc8 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-01-17 16:49:38 -05:00
Lemmy e95a4567d8 Geocoding: moved endpoint 2026-01-17 16:49:35 -05:00
Lysec 9cd16b7529 Merge pull request #1442 from blackbartblues/fix/ddc-connector-regex-1427
fix(brightness): handle DRM_connector format in ddcutil output
2026-01-17 22:21:11 +01:00
WojciechSulocki-Gif e4d321e1af fix(brightness): handle DRM_connector format in ddcutil output
Fixes #1427

The regex for parsing DRM connector from ddcutil output only matched
"DRM connector:" (with space), but newer versions of ddcutil output
"DRM_connector:" (with underscore).

This caused the connector field to be empty for all DDC monitors,
making it impossible to distinguish between multiple identical
monitors (e.g., two "Mi Monitor" displays on DP-2 and DP-3).

The fix uses a character class [_ ] to match both formats.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 22:17:50 +01:00
Lemmy e6d92f502d Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-01-17 15:52:43 -05:00
Lemmy 6e383a42ea Telemetry: instanceId is now fully random. 2026-01-17 15:52:41 -05:00
Ly-sec 4dc9d14c7e VersionSubTab: add initial fastfetch availability check 2026-01-17 21:51:30 +01:00
Lemmy b385fa853f Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2026-01-17 15:35:36 -05:00
Lemmy d4aad8cf49 Settings: v41, telemetry off by default (Opt-in), no longer sending font names 2026-01-17 15:28:53 -05:00
Ly-sec 94168df663 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-01-17 21:28:33 +01:00
Ly-sec cafe05d5ff BrightnessService: possible solution for brightness with identical monitors (#1427) 2026-01-17 21:28:28 +01:00
Lemmy 17b0d09092 Merge pull request #1438 from bokicoder/main
Remove the code that creates `gui-settings.json` for NixOS users
2026-01-17 15:12:02 -05:00
Ly-sec 1d792b01b4 Settings: mediatoast defaults to false 2026-01-17 19:46:24 +01:00
Ly-sec 8cc484f707 LocationService: decouple weather & location logic (#1389) 2026-01-17 19:26:01 +01:00
Ly-sec dd55ae141d NotificationService: change media toast icons 2026-01-17 18:18:10 +01:00
wxlyyy dd3f368dcc Remove the code that creates gui-settings.json for NixOS users 2026-01-18 01:16:59 +08:00
Ly-sec 04cc090426 TemplateRegistry: update codium template path 2026-01-17 18:03:45 +01:00
Ly-sec f989465ce9 Toast: add media playback info option 2026-01-17 17:40:19 +01:00
Lemmy 60792521e1 OSD: font cleanup
Vertical Media Player OSD is still very bad / useless.
2026-01-17 10:58:55 -05:00
Lemmy 08d2a41181 Revert "Fixed inconsistent icon styles for Media OSD"
This reverts commit 9a2963dc95.
2026-01-17 10:48:00 -05:00
Lysec fc7f076d95 Merge pull request #1434 from notiant/patch-12
NFilePicker: fix wrong i18n key
2026-01-17 16:06:48 +01:00
notiant ae600edc5e NFilePicker: fix wrong i18n key 2026-01-17 16:03:26 +01:00
Lysec 313ecfb3a0 Merge pull request #1433 from bean-factory/patch-1
Fixed inconsistent icon styles for Media OSD
2026-01-17 15:29:24 +01:00
Lemmy e7409d70e2 autofmt 2026-01-17 09:25:37 -05:00
Lemmy c760346fcb i18n: fresh translations pulled from the translate db. 2026-01-17 09:25:32 -05:00
bean-factory 9a2963dc95 Fixed inconsistent icon styles for Media OSD 2026-01-17 19:27:28 +05:30
Lemmy 5549afd84f Merge pull request #1432 from bokicoder/main
Add a button to copy settings
2026-01-17 08:55:21 -05:00
Ly-sec beaa077e5d Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-01-17 14:54:12 +01:00
Ly-sec ae295d6819 IPCService: add brightness set % (fix #1429) 2026-01-17 14:53:46 +01:00
Lysec 14cb0ee4f0 Merge pull request #1431 from bean-factory/patch-1
Fixed inconsistent colors for Media OSD
2026-01-17 14:34:33 +01:00
Ly-sec 7134afe5fb NTextInput: proper disabled state (visually) 2026-01-17 14:30:12 +01:00
wxlyyy 237fb7f603 Add a button to copy settings 2026-01-17 21:20:04 +08:00
bean-factory ff488ca897 Fixed inconsistent colors for Media OSD 2026-01-17 18:46:30 +05:30
Ly-sec 0a6a3e5eba NTextInput: fix text color 2026-01-17 12:44:31 +01:00
Lemmy cd20b706e0 OSD: better looking OSD media 2026-01-17 00:33:52 -05:00
Lemmy 424b886122 SysMon/Settings: better look 2026-01-17 00:21:48 -05:00
Lemmy a01ba4f2fb Hooks: disable rather than hide 2026-01-16 23:59:12 -05:00
Lemmy 9a65431698 SessionMenu: ignore initial mouse position (similar to laucnher) - allow for a better keyboard centric experience 2026-01-16 23:39:42 -05:00
Lemmy 193da16c4e Settings: a bunch of improvements (visible vs enabled) some wrong hover colors, etc... 2026-01-16 23:14:01 -05:00
Lemmy 6dba404f74 Merge pull request #1424 from DanniSec/network-gateway-ipv4-swap
swapped IPv4 and gateway
2026-01-16 22:36:41 -05:00
Lemmy 989c1e5e0e Changelog: removed preprocessing that broke too easily, simplified display and logic. 2026-01-16 22:35:03 -05:00
Lemmy 502903f7da autofmt 2026-01-16 22:14:49 -05:00
danny f31bcd10a8 swapped IPv4 and gateway 2026-01-17 03:34:56 +01:00
Lemmy 6383a2be15 Merge pull request #1409 from notiant/patch-9
Add option to hide notification widget when 0 notifications
2026-01-16 17:38:08 -05:00
Lemmy cc125dd439 Merge pull request #1422 from notiant/patch-11
NetworkService: fix logic of resetting connectivityCheckProcess.failedChecks
2026-01-16 17:35:10 -05:00
Lemmy dd3c8a0799 Merge pull request #902 from AdrienPiechocki/main
fix recurrent events in calendar
2026-01-16 17:33:10 -05:00
Lemmy 0c6e3b0798 OSD: Media, proper icons 2026-01-16 17:21:44 -05:00