Task Island V1.1.0-Beta.1
v1.1.0 Release Notes
Release Date: 2026-07-05
Bug Fixes
- AcrylicBlur Rendering: Fixed window background appearing solid/opaque instead of frosted glass effect
- File Drag & Drop: Fixed issue where dragging files from desktop to Task Island had no response
- Memory Leak: Fixed MainWindow not releasing memory after closing due to uncancelled event subscriptions
Improvements
- Icon Caching: Added ConcurrentDictionary cache for extracted file icons to eliminate redundant Win32 API calls and improve drag-and-drop performance
Files Changed
File | Change
MainWindow.axaml | Fixed TransparencyLevelHint, added ExtendClientArea properties
MainWindow.axaml.cs | Added 15+ event unsubscriptions in OnWindowClosed
SubIslandWindow.axaml | Added ExtendClientArea properties
IconHelper.cs | Added IconCache class for icon caching
App.axaml.cs | Added cache cleanup on exit
Task Island.csproj | Updated version to 1.1.0
Compatibility
- OS: Windows 10 1903+ / Windows 11
- Runtime: .NET 10
- Breaking Changes: None
Thank you for using Task Island!