Releases: dima-iholkin/SwitchApps
SwitchApps v2.2.0 released
What's Changed
- Add a GitHub Action pipeline that builds and uploads the installers to a draft release after a manual trigger.
- Add a version number to the
.msi
filenames. - Rework the PowerShell build scripts to make it easier to setup builds on CI or any other machine.
- Change from Visual Studio's "devenv.exe" to "devenv.com" in the build script, to show the logs.
- Change the configuration of the output
.ahk
and.exe
files in the_build
directory, for the most common configuration (x64 normal). - Add any
_autohotkey
folder in the repo to the.gitignore
file, used for an optional location of a portable AutoHotKey v1 distibution for build. - Recreate the
SwitchApps.sln
file to fix errors. - Tiny tweaks to README.md.
Full Changelog: v2.1.1...v2.2.0
Please follow the installation instructions.
Choose the installer:
Choose x64 or x86 according to your OS.
-
For Windows 10 start with the normal installer
SwitchApps_(x64|x86).msi
. If the behavior with app grouping is not to your liking, try theAppGroupingMod
installer. -
For Windows 11 start with the normal installer
SwitchApps_(x64|x86).msi
, if the default Taskbar behavior is on (app grouping). If you disabled app grouping with Windhawk Mods -AppGroupingMod
version of installer may be the best option.
No worries, you can always uninstall one and install another version.
SwitchApps v2.1.1 released
What's Changed
- Fix the MenuAnimation login account issue.
Full Changelog: v2.1.0...v2.1.1
Install instructions:
Please follow the Install instructions.
Choosing an installer:
-
The recommended way: If you are able to disable the Taskbar app grouping behavior, download the standard
SwitchApps.msi
installer, 32- or 64- bit version according to your OS. -
If you will keep the Windows' default Taskbar app grouping behavior, download the
SwitchApps_AppGroupingMod.msi
installer, 32- or 64- bit version according to your OS. This moded version always chooses the first app from the group.
No worries, you can always try a different installer later.
SwitchApps v2.1.0 released
What's Changed
- Make the Taskbar appear instantly by disabling the Menu Animation UI setting. by @dima-iholkin in #36
Full Changelog: v2.0.2...v2.1.0
Install instructions:
Please follow the Install instructions.
Choosing an installer:
-
The recommended way: If you are able to disable the Taskbar app grouping behavior, download the standard
SwitchApps.msi
installer, 32- or 64- bit version according to your OS. -
If you will keep the Windows' default Taskbar app grouping behavior, download the
SwitchApps_AppGroupingMod.msi
installer, 32- or 64- bit version according to your OS. This moded version always chooses the first app from the group.
No worries, you can always try a different installer later.
SwitchApps v2.0.2 released!
Changes:
- Small fix to the Installer.
Install instructions:
Please follow the Install instructions.
Choosing an installer:
-
If you are able to disable the Taskbar app grouping behavior, download the standard
SwitchApps.msi
installer, 32- or 64- bit version according to your OS. THIS IS THE RECOMMENDED WAY. -
If you will keep the Windows' default Taskbar app grouping behavior, download the
SwitchApps_AppGroupingMod.msi
installer, 32- or 64- bit version according to your OS. This moded version always chooses the first app from the group.
No worries, you can always try a different installer later.
SwitchApps v2.0.1 released!
Changes:
- Fix the app closing on notebooks.
Install instructions:
Please follow the Install instructions.
Choosing an installer:
-
If you are able to disable the Taskbar app grouping behavior, download the standard
SwitchApps.msi
installer, 32- or 64- bit version according to your OS. THIS IS THE RECOMMENDED WAY. -
If you will keep the Windows' default Taskbar app grouping behavior, download the
SwitchApps_AppGroupingMod.msi
installer, 32- or 64- bit version according to your OS. This moded version always chooses the first app from the group.
No worries, you can always try a different installer later.
SwitchApps 2.0.0 release
Changes:
- Add the logging to the installer.
- Add the Task Scheduler tasks add + remove logic.
- Add the Start Menu shortcuts logic for the start, stop, enable/disable autostart and uninstall actions.
- Add the Registry edit, backup, restore logic.
- Add the Windows 11 support and the app ungrouped support in general.
Post-Install instructions:
Please read the Post-install instructions.
Choosing an installer:
-
Windows 10 users should download the standard
SwitchApps.msi
installer.
The standard version needs the apps on the Taskbar ungrouped with 7+ Taskbar Tweaker or some other solution. More info at Post-install instructions. -
If you want to keep the apps on the Taskbar grouped, download the
SwitchApps_NoUngroupMod.msi
installer. This moded version always chooses the first app from the app group. -
Windows 11 users seem not able to easily ungroup the apps on the Taskbar anyway, so should download the
SwitchApps_NoUngroupMod.msi
installer. This moded version always chooses the first app from the app group.
No worries, you can try another installation later.
SwitchApps utility v1.0.1 released. Now it's a working installer!
Fix the installer. (#19)
SwitchApps v1.0.0 Release
The first full release.
SwitchApps v0.1.0-rc.3 release candidate
This is the first release. It works. Enjoy!