Skip to content

Releases: lokeshgovindu/AltTab

2024.4.0.2

12 May 04:37
Compare
Choose a tag to compare

2024.4.0.2 new features and bug fixes

  • Added new setting "General/SystemTrayIconEnabled" in .ini to create or disable
    system tray notification icon for AltTab.
  • Activate the selected process window on mouse single click instead of double
    click in the list view.
  • Fixed: Alt+Ctrl+Tab was not working when Alt+Tab is unchecked in settings.

Download AltTab

2024.4

02 Apr 15:15
Compare
Choose a tag to compare

2024.4 new features and bug fixes

  • Added Alt+Tab, Alt+Backtick, Alt+Ctrl+Tab hotkeys in the settings dialog.
  • Added option to show/hide process info tooltip in the settings dialog.
  • Removed the functionality to close the AltTab window when the application goes
    inactive. This was causing the AltTab window to close frequently when the user
    is trying to switch between the windows.

Full Changelog: 2024.2.0.2...2024.4

Download AltTab

AltTab_2024.2.0.2 Release

02 Feb 03:51
Compare
Choose a tag to compare
2024.2.0.2
AltTab_2024.2.0.2_x64.7z
2024.2 new features and bug fixes
---------------------------------
Initial release of AltTab.

+ Alt+Tab, Alt+Shift+Tab, Alt+Backtick & Alt+Shift+Backtick
+ AltTab Settings Dialog
+ Used fuzzy string matching algorithm to search the search string in the
  process name / title and gives the degree of similarity how similar search
  string and process name/title.
  Ex | 100 % means exact match
     |  80 % would cause "files" to match "filas" and so on ...
  Note: Set the fuzzy string matching percent in the settings dialog.
+ Can specify group of similar applications to switch between these windows
  using Alt+Backtick / Alt+Shift+Backtick.
  Ex | Switch between notepad.exe/notepad++.exe processes using Alt+Backtick if
     | notepad.exe and notepad++.exe are marked as similar processes.
  Use settings dialog to define similar process groups.
+ Exclude processes

PS
--
'+' : indicates new feature
'-' : indicates bug fixed