Skip to content

Releases: widavies/WinJump

Release 2.0.14

02 Aug 14:51
dba1863
Compare
Choose a tag to compare
  • Thanks to @Mr-Badger for several bug fixes on Windows 11

Release 2.0.13

07 Feb 23:43
Compare
Choose a tag to compare
  • Add flag for following windows when moving to a new desktop
  • This release requires a configuration change!:
{
  "toggle-groups": [
    {
      "shortcut": "alt+w",
      "desktops": [ 1, 5, 6 ]
    }
  ],
  "jump-current-goes-to-last": false,
  "move-window-to": [
    {
      "shortcut": "alt+shift+d1",
      "desktop": 1,
      "follow": true
    },
    {
      "shortcut": "alt+shift+d2",
      "desktop": 2,
      "follow": true
    },
    {
      "shortcut": "alt+shift+d3",
      "desktop": 3,
      "follow": true
    },
    {
      "shortcut": "alt+shift+d4",
      "desktop": 4,
      "follow": true
    }
  ],
  "change-desktops-with-scroll": false,
  "jump-to": [
    {
      "shortcut": "alt+d1",
      "desktop": 1
    },
    {
      "shortcut": "alt+d2",
      "desktop": 2
    },
    {
      "shortcut": "alt+d3",
      "desktop": 3
    },
    {
      "shortcut": "alt+d4",
      "desktop": 4
    },
    {
      "shortcut": "alt+d5",
      "desktop": 5
    },
    {
      "shortcut": "alt+d6",
      "desktop": 6
    },
    {
      "shortcut": "alt+d7",
      "desktop": 7
    },
    {
      "shortcut": "alt+d8",
      "desktop": 8
    },
    {
      "shortcut": "alt+d9",
      "desktop": 9
    },
    {
      "shortcut": "alt+d0",
      "desktop": 10
    }
  ]
}

Release 2.0.12

26 Jan 16:23
Compare
Choose a tag to compare
  • Fix Windows 11 bug

Release 2.0.11

26 Jan 16:06
Compare
Choose a tag to compare
Release 2.0.11 Pre-release
Pre-release
  • Testing support for Windows 11 22631.3085

Release 2.0.10

18 Jan 21:37
Compare
Choose a tag to compare
Release 2.0.10 Pre-release
Pre-release
  • The "move window to desktop" shortcut is now fully customizable
  • (Potential) bug fix for 21H2

Release 2.0.9

04 Jan 17:28
Compare
Choose a tag to compare
Release 2.0.9 Pre-release
Pre-release
  • Bug fixes

Release 2.0.8

05 Oct 19:50
Compare
Choose a tag to compare
  • Adds scrolling over the taskbar to switch desktops
  • Fixes a bug on Windows 10 that prevented WinJump from starting
  • Add a shortcut to move an application to a specific desktop

Release 2.0.7

07 Sep 21:57
Compare
Choose a tag to compare
  • Fallback to latest version if build version can't be detected

Release 2.0.6

07 Sep 14:37
Compare
Choose a tag to compare
Release 2.0.6 Pre-release
Pre-release

Improvements to Windows version detection

Release 2.0.5

05 Sep 16:34
Compare
Choose a tag to compare
Release 2.0.5 Pre-release
Pre-release
  • Adds support for Windows 22621.2215