Release Notes for v41.1.0
Features
- Added nativeTheme.shouldDifferentiateWithoutColor on macOS. #50408 (Also in 42)
- Notes: Added support for the
urgencyoption in Notifications on Windows. #50382 (Also in 42)
Fixes
- Fixed a bug where Windows notification icons could fail to save because their temporary filenames contained invalid characters. #50483 (Also in 40)
- Fixed a crash in
clipboard.readImage()when the clipboard contains malformed image data. #50492 (Also in 39, 40, 42) - Fixed a crash when calling an offscreen shared texture's
release()after the texture object was garbage collected. #50501 (Also in 39, 40, 42) - Fixed an accessibility issue where the AXMenuOpened event was not fired on menu creation. #50506 (Also in 40, 42)
- Fixed an issue where an app shortcut may lose its icon after auto-updating on Windows. #50519 (Also in 40)
Other Changes
- Updated Chromium to 146.0.7680.166. #50458