Skip to content

Releases: christianrondeau/GoToWindow

v0.4.1

16 Aug 17:28
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

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

16 Aug 16:30
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • 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 friendly Windows Store App
  • Do not show the tray message when launching for the first time

v0.3.0

09 Aug 21:16
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • 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

29 Sep 14:40
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

27 Sep 18:12
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release

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

11 Sep 03:23
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • 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

02 Sep 23:26
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • 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

02 Sep 13:01
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Fix window taking up two screens on dual-screen setups

v0.1.4

02 Sep 01:52
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • 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

02 Sep 00:05
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • 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