Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: genesisneo/sokan

Sōkan

14 Dec 06:57
Compare
Choose a tag to compare

Update Release:

Sōkan v 1.0.5

Updates:

  • Update BrowserWindow webPreferences settings
  • Added Electron IPC for more controls
  • Update about page scripts

Sōkan

12 Dec 13:26
Compare
Choose a tag to compare

Update Release:

Sōkan v 1.0.4

Updates:

  • Update Node version to 16.10.0
  • Update packages based on Node 16.10.0
  • Use Electron dipToScreenRect for correct work area

Sōkan

26 Sep 06:10
Compare
Choose a tag to compare

Update Release:

Sōkan v 1.0.3

Updates:

  • Fix position on different screen scaling
  • Add forbidden titles to move

Sōkan

11 May 14:36
Compare
Choose a tag to compare

Update Release:

Sōkan v 1.0.2

Updates:

  • Fix issue on multi-monitor with different scale factor
  • Fix electron-builder requestExecutionLevel

Sōkan

15 Jan 18:40
Compare
Choose a tag to compare

Update Release:

Sōkan v 1.0.1

Updates:

  • Update screenBoundX to use activeMonitor.scaleFactor
  • Add requestedExecutionLevel for building the application

Sōkan

07 Nov 04:57
Compare
Choose a tag to compare

Update Release:

Sōkan v 1.0.0

Updates:

  • Project rename from Windows Control to Sōkan
  • Update modules from winctl to ffi-napi

Window Control v 0.1.2

02 Oct 16:20
Compare
Choose a tag to compare

Update Release:

Window Control v 0.1.2

Updates:

  • Fix some issues when moving maximized window
  • Fix Electron browserWindow elements position
  • Other scripts improvements

Window Control v 0.1.1

30 Sep 17:54
Compare
Choose a tag to compare

Update Release:

Window Control v 0.1.1

Updates:

  • Fix some issues on positioning other windows like Steam, uPlay, etc.
  • Add shadow on Electron browserWindow
  • Other scripts improvements

Window Control v 0.1.0

04 Sep 17:55
Compare
Choose a tag to compare

Initial Release:

Window Control v 0.1.0
Move and resize windows with ease. Window control with simple keyboard shortcuts.

Application Keyboard Shortcuts:

Position Keyboard Shortcut
Upper Left Ctrl+Shift+7
Upper Half Ctrl+Shift+8
Upper Right Ctrl+Shift+9
Half Left Ctrl+Shift+4
Center Ctrl+Shift+5
Half Right Ctrl+Shift+6
Lower Left Ctrl+Shift+1
Lower Half Ctrl+Shift+2
Lower Right Ctrl+Shift+3

Known Bugs:

  • The number 0 to 9 shortcuts on Electron Accelerator only works on Number Rows but not on Numeric Keypad. This is still an open bug on Electron repo.
  • If you try to move or re-arrange windows through taskbar tray icon, it won't work. This is becuase the application look for the Active Window, clicking on the taskbar lost the window focus events.