Skip to content

v1.0.1 Windows

Latest
Compare
Choose a tag to compare
@erik-404err erik-404err released this 05 Jan 12:59
· 2 commits to main since this release
3164cb2

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, ...)