Version 1.4.0 has been released, as always there several improvements and bugfixes:
- Added support for sorting by rarity
- Cards not found are included inside CSV results file
- Distance probe will be performed on a single position, not all of them
- Safe Grab mode will try more times before stopping
- Safe Grab threshold distance is now configurable
- Improved head movements to avoid rubbing against dividers
However, the big news is the adoption of a plugin system within Magic Sorter codebase
A plugin system for maximum flexibility
What's actually a "plugin system"?
In layman's term, this means that you can tweak Magic Sorter default behavior to fulfill your needs, without the need to modify the original code.
For example, you can use your own source for prices or even implement a new command to automatically handle incoming orders
This is possible because while running, Magic Sorter will fire several events, that third party developers can intercept and react accordingly.
Such feature at the moment is highly experimental, a developer's manual will be published later.