Changelog
Features
- New settings interface:
- Tabs for menu settings, app and shortcut display options.
- Vertical alignment of the input fields. Now if you use large or monospaced font the settings items will adjust to your preference.
- Clear font quality and readable hotkeys input fields.
- Default colors: in Menu settings leave the color fields blank to use system colors. I recommend the BigSur or CakeOS themes from Niivu.
- Log with errors (including custom ones when entering wrong values in settings): you can read
.logif something doesn't work. It is located next to the script.
Refactored
- Function names renamed to clear and desriptive names for improved stack trace in the log.
- “Folder” has been replaced with “Dir”.
- Removed version from
INIandAutoStartuplink name to simplify updates. - Comments have been improved. Removed direct references to specific lines, names, and files to avoid obsolescence of comments over the course of development.
- Improved code readability.
- Added readme to
\Libsabout each included script. - Initialized missing variables.
- Changed encoding of all files from
ansitoutf-8.
Fixed
- Incorrect work in
SysTreeViewandSysListViewfile dialogs. - Incorrect check for no available paths.
- Error in known dialogs.
- Lost path requests to TotalCommander.
- AutoSwitch option was enabled in Menu at first startup but it didn't work.