Update 2024-01-11
- Ready for Opus v13
- Easier to install and configure. Just save two files to your config.
- All buttons converted to commands
- Ready-to-run Toolbar
- Faster
- More predefined columns
How to update an existing installation
If you have column definitions you want to keep, replace
push_back(DefineColumn(
with
push_back(GetColumnMap(
then copy the lines to the new script.
Remove the old script from the
/scripts
folder.
All old script buttons have been replaced with commands and can be removed.
Everything else should work as before.