Releases: M4444/TMatrix
Releases · M4444/TMatrix
Release of version 1.4
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
Release of version 1.3
The main thing added in this release are the fading characters and stuff supporting it. The --fade
option is enabled by default and can be disabled with --no-fade
.
What's new:
- You can now fade into darkness!
Release of version 1.2
The main improvement in this release are the added completions scripts.
Further improvements of the README.md and installation with CMake are also worth mentioning.
What's new:
- Added commands for installing packages on NixOS Linux
- Improved README.md
- Improved installation with CMake
- Changed the output of --help to look more like a GNU style help
- Added bash, zsh, and tcsh completions!
- Added .editorconfig file
Release of version 1.1
A minor release mostly fixing leftover typos.
What's new:
- Added commands for installing packages on Arch Linux and Gentoo Linux
- Fixed linking with atomic on Android
- Expanded README.md a bit
- Fixed a bunch of typos
Release of version 1.0
Initial release.