Skip to content

Releases: christianrondeau/GoToWindow

v0.1.2

01 Sep 15:23
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Performance and memory improvements (especially when running as an administrator)
  • Replace Alt + Number shortcuts by Ctrl + Number shortcuts in the windows list
  • Better usage of the available screen size

v0.1.1

30 Aug 00:43
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Firefox tab switching support
  • Single-click support in windows list
  • Bug fixes

v0.1.0

28 Aug 03:32
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Quite a lot of new stuff there;

  • New Plugin system! They can be disabled, and you can add your own.
  • Expand Tab Browser Plugin: Enumerates Chrome and Internet Explorer tabs (can be disabled)
  • Add Alt + Tab + Tab to launch Go To Window (instead of Alt + Tab)
  • Faster window opening (but slower than without the tabs expansion)
  • Improved settings window
  • Page Up / Page Down and looping through list with arrows
  • Some bug fixes
  • Start Menu Search now working on Windows 7 (thanks @CoenraadS)
  • Tooltip at startup to help new users

v0.0.8

30 Jul 17:13
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Alt + Tab + Tab
  • Enabled logging (GoToWindow.log)
  • Fix more than a few issues
  • Add an icon to GoToWindow.exe

v0.0.7

29 Jul 18:48
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

THIS RELEASE IS BUGGY AND WAS REMOVED

  • Alt + Tab + Tab opens the last window
  • Fix windows that shows in the list but should not (some non-window items would show up)
  • Show the window icon instead of the executable icon
  • Attempts to improve the GoToWindow focus handling (being in focus when opened, closing when loosing focus)
  • Do not compare accents in search

v0.0.6

28 Jul 13:55
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Fix crash when launching GoToWindow while another instance is running
  • Automatically select the 2nd window (to emulate the native alt-tab behavior)
  • Fix windows sometimes not activating when opened
  • Add version number to executable

v0.0.5

28 Jul 01:18
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Search in Windows Search charm when no window is found
  • Shortcuts for Alt + 1 to 9
  • Show an error message when switching to a window with elevated privileges
  • Auto-scroll the windows list when using arrow keys
  • Enter when the focus is in the list opens the selected window

gotowindow_0_0_5_screenshot

v0.0.4

27 Jul 21:12
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Ability to start with Windows
  • Warns in settings if not running as administrator

gotowindow_0_0_4_screenshot

v0.0.3

27 Jul 20:13
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Fix Alt+Tab sometimes not working when there are many applications
  • Introduce settings window to disable Alt+Tab hook
  • Prevent multiple instances from being run.

v0.0.2

27 Jul 18:59
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Same features, but this time looking beautiful!

gotowindow_0_0_2_screenshot

Using WPF instead of WinForms.

Special thanks to [David Cote](new OpenMainWindowCommand%28_context%29) who pretty much designed the whole UI from an ugly WinForms implementatio.