Releases: ligurio/litclock
Releases · ligurio/litclock
0.1.2
What's Changed
Added
- Support
NO_COLOR
inlitclock
. - Option for generating video files.
- Option for setting a language in a build script.
- Portuguese quotes.
Changed
- English quotes, completeness - 99%, (1419 out of 1440 quotes).
- Russian quotes, completeness - 56%, (804 out of 1440 quotes).
Full Changelog: 0.1.1...0.1.2
0.1.1
This release includes quotes in English and in Russian languages:
- English, completeness - 99%, (1419 out of 1440 quotes).
- Russian, completeness - 34%, (495 out of 1440 quotes).
Added
- Option for setting language in a script.
- Message with a number of unique quotes and percents to a build script.
Fixed
- Compatibility with
dash(1)
by removing pipefail option inlitclock(1)
. - Shellcheck warnings in
litclock(1)
. - Slowdown in a script: cut replaced with builtin read.
- Escape code for disabling color in Korn shell.
Changed
- Sync English quotes.
- Script searches file with quotes in a system path, not a current directory.
- Makefile installs files with quotes.
- Format build script according to Python PEP8 style.
- Check Python PEP8 style in GH Actions.