Skip to content

Releases: erik-404err/snapdrop-tray

v1.0.1 Windows

05 Jan 12:59
3164cb2
Compare
Choose a tag to compare

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 of dialog.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

05 Jan 12:42
cb434dd
Compare
Choose a tag to compare

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 of dialog.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

03 Jan 17:22
175eb18
Compare
Choose a tag to compare

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

03 Jan 16:18
2ba721a
Compare
Choose a tag to compare

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