Skip to content

Tags: patrickiel/fast-account-switcher

Tags

v1.1.3

Add error handling for LastSwitchedUsername setting

Added a using directive for FastAccountSwitcher.CLI.Services in MainViewModel.cs.
Implemented a try-catch block in MainViewModel to handle exceptions when accessing Settings.Default.LastSwitchedUsername, logging errors and resetting settings if necessary.
Removed unused using directive for System.Windows.Threading in MainWindow.xaml.cs.

v1.1.2

tooltip remove, was to buggy

v1.1.1

removed topmost

v1.1.0

improved stabillity

v1.0.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Update README.md

v0.1.0

Updated tab order and focus in InputWindow.xaml

Updated the `InputWindow.xaml` to improve user experience. The `PasswordBox` is now focused when the window is opened and a logical tab order has been set. The tab order is as follows: `PasswordBox`, "Remember password" `CheckBox`, "Cancel" `Button`, and "OK" `Button`.