Releases: erik-404err/snapdrop-tray
Releases · erik-404err/snapdrop-tray
v1.0.1 Windows
Fixed:
- "When sending a File via the Tray Icon, the application holds for a few seconds, making the File sharing process slower." -> solved by using
dialog.showOpenDialogSync
instead ofdialog.showOpenDialog
- "When reloading the application, the old device is still found in Snapdrop" -> fixed by calling
_disconnect
in network.js before reloading/applying - "The Window isn't in the perfect positioning for everybody. This can be fixed by (somehow) getting the screen resolution of the client " -> kind of fixed but still not perfect (see known issues)
Added:
- an 'Lauch on startup' setting
Known issues:
- The Window isn't in the perfect positioning for everybody. This can be fixed by somehow getting the position of the Tray Icon (bottom right, top left, ...)
v1.0.1 Linux
Fixed:
- "When sending a File via the Tray Icon, the application holds for a few seconds, making the File sharing process slower." -> solved by using
dialog.showOpenDialogSync
instead ofdialog.showOpenDialog
- "When reloading the application, the old device is still found in Snapdrop" -> fixed by calling
_disconnect
in network.js before reloading/applying - "The Window isn't in the perfect positioning for everybody. This can be fixed by (somehow) getting the screen resolution of the client " -> kind of fixed but still not perfect (see known issues)
Added:
- an 'Lauch on startup' setting
Known issues:
- When sending Text messages via the Tray Icon on Linux, the Inputbox has black corners. This is caused by electron not supporting transparent background on linux (yet).
- The Window isn't in the perfect positioning for everybody. This can be fixed by somehow getting the position of the Tray Icon (bottom right, top left, ...)
v1.0.0 Windows
Initial release of snapdrop-tray on Windows (tested on Windows 10 )
Known issues of this version are:
- When sending a File via the Tray Icon, the application holds for a few seconds, making the File sharing process slower.
- When reloading the application, the old device is still found in Snapdrop
- The Window isn't in the perfect positioning for everybody. This can be fixed by (somehow) getting the screen resolution of the client
v1.0.0 Linux
Initial release of snapdrop-tray on Linux (tested on Mint 20)
Known issues of this version are:
- When sending a File via the Tray Icon, the application holds for a few seconds, making the File sharing process slower.
- When sending Text messages via the Tray Icon on Linux, the Input box has black corners. This is caused by electron not supporting transparent background on Linux (yet).
- When reloading the application, the old device is still found in Snapdrop
- The Window isn't in the perfect positioning for everybody. This can be fixed by (somehow) getting the screen resolution of the client