Features and bugfixes
- App: Fixed crash when sharing a new element while the window is open (duplicate "DispatcherTimer"s on start)
- App: Modified PreferedLaunchSide and WindowMinSize for better adaptation to Windows 10's share dialog (Windows 11's dialog is not constrained by the window size)
- App: Added a new parameter: 'typeof'. Expected values: 'Link', 'Image', 'FTP'. Currently unused.
- Extension: Removed unused components.
- Extension: (BETA) Added support for sharing images from context menu ("Share this image") Note: Supports only elements with direct 'src' property, meaning only PNG, JPG, BMP and other files. Trying to share a raw SVG vector graphic will cancel without output!
📝 Sidenote: The Chromium extension works fine-ish on Gecko engine. Tested on LibreWolf v130.0-3
⚠ Warning: The extension launches the protocol via 'chrome.tabs.update()' which on Opera Browsers might cause the tab to be closed.