Skip to content

Release of version 1.4

Latest
Compare
Choose a tag to compare
@M4444 M4444 released this 26 Nov 04:09
· 7 commits to master since this release

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