Releases: widavies/WinJump
Releases · widavies/WinJump
Release 2.0.14
- Thanks to @Mr-Badger for several bug fixes on Windows 11
Release 2.0.13
- 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
- Fix Windows 11 bug
Release 2.0.11
- Testing support for Windows 11 22631.3085
Release 2.0.10
- The "move window to desktop" shortcut is now fully customizable
- (Potential) bug fix for 21H2
Release 2.0.9
- Bug fixes
Release 2.0.8
- 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
- Fallback to latest version if build version can't be detected
Release 2.0.6
Improvements to Windows version detection
Release 2.0.5
- Adds support for Windows 22621.2215