The two main changes are support for non-ASCII characters in the title and implementation of fractional fall speeds.
Specifying a speed is done the same way as before (using -f
or --fall-speed
) but instead of just being able to set and integer range (e.g. 1,2
) on can now also set fractional values like 0.4,1.7
.
What's new:
- Added fractional fall speeds
- Non-ASCII character support for the title text
- Added commands for installing packages on openSUSE Linux
- Updated the command for installing packages on Nix systems
- Improved code quality with some cleanups, optimizations and fixes