Releases: christianrondeau/GoToWindow
Releases · christianrondeau/GoToWindow
v0.4.1
Since the Start Menu is not created in Windows 10 for some reason, in the meantime it'll add it to the desktop
v0.4.0
- Ability to choose the shortcut you want
- Improved (but still incomplete) Windows 10 support:
- Removed the Task View
- Removed duplicate Windows 10 apps
- Changed
ApplicationFrameHost
for a more user friendlyWindows Store App
- Do not show the tray message when launching for the first time
v0.3.0
- Supports other shortcuts than Alt + Tab + Tab
- Now defaults to Win + Tab + Tab
- Fix crash on Vista when not running in Admin mode
- Changed the icon for one that looks better on a black background
v0.2.0
First official release with an installer and an updater!
Important The 0.1.8
updater will not update successfully. You'll need to uninstall and install 0.2.0
.
v0.1.8
This is a test release before 0.2.0
. Introduces:
- An installer
GoToWindow.Setup.0.1.8.exe
as well as a built-in updater- Installs shortcuts in Program Files and the Desktop
- Shows in the "Add and Remove Programs" window
- Can be uninstalled
- Uses Squirrel
- A new "first launch" window
- Log is now written in
%localappdata%\GoToWindow\logs
v0.1.7
- Support for Notepad++ tabs
- Show the row number when the
Ctrl
key is down - Small improvements to search box (rounded corners, x)
- Improve window hide time
- Improved settings window
- Better error handling
v0.1.6
- Fix a crash (when multiple software are launched at the same time and running in admin mode)
- Add an exception for Fiddler (SSFiddlerMsgWin)
- Add a timeout to Chrome Tabs plugin
- Ability to show an error message in the windows list (used by the Chrome timeout)
v0.1.5
- Fix window taking up two screens on dual-screen setups
v0.1.4
- On Explorer windows, show the current path instead of the selected path
- If a path is not selected, do not replace the title
- Optimize access to explorer windows
v0.1.3
- New Explorer Extensions plug-in
- Shows the full path of opened Explorer windows rather than just the folder name
- If you type a valid folder, you can open it directly in Explorer
- You can now always search in Windows Search for queries even if entries are found
- Maybe fix a rare deadlock case