Releases: ultraflame4/CliR
v0.1.7
Migrate to poetry.
Upgraded dependencies.
What's Changed
- 1 migrate to poetry by @ultraflame4 in #2
Full Changelog: v0.1.6...v0.1.7
v0.1.6.post4
Fixed funny packaging issue
Full Changelog: v0.1.6.post3...v0.1.6.post4
v0.1.6.post1
Added python version requirement,
This package now require python to be >= 3.9
Full Changelog: v0.1.6...v0.1.6.post1
v0.1.6
Minor changes:
- aspect ratio is now respected when resizing. Use
--no-keep-aspect
to disable - clirender now shows time taken to render
- You can now use images from URLs like so:
CliRenderer "insert url here"
Full Changelog: v0.1.5...v0.1.6
v0.1.5 - import fix
This update removes numba which should fix some funny import issues
Install
Install this version with: pip install CliRenderer==0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.4
PyPI release + Some minor changes
CliRenderer is now on PyPI !
Install the latest version using : pip install CliRenderer
clirender command will now print its current version installed.
v0.1.4.post1
Added missing numba dependency
Install
Install this version with: pip install CliRenderer==0.1.4
Full Changelog: v0.1.3...v0.1.4.post1
v0.1.3 - Optimisations
v0.1.3
Performance Improvements
Directly incorporating the cell / character color determination code into the the main splitchar function (now renamed to generateColoredChars)
has managed to improve performance by ~400ms
Tests done using test-speed.py on v0.1.3 vs v0.1.2,
shows that average render time went down from ~800ms -> ~400ms
v0.1.3 timings
v0.1.2 timings
Full Changelog: v0.1.2...v0.1.3
Install
Install this version with:
pip install https://github.com/ultraflame4/CliR/archive/refs/tags/v0.1.3.zip
v0.1.2
Minor bugfixes
Fixed encoding issues with --output. (Changed encoding to utf-8)
Linux
cat the contents like this
cat outfile
Windows Powershell
cat the contents like this
Get-Content outfile -encoding UTF8
Install
pip install https://github.com/ultraflame4/CliR/archive/refs/tags/v0.1.2.zip
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Some Minor Changes
Install
pip install https://github.com/ultraflame4/CliR/archive/refs/tags/v0.1.1.zip
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release
Install
pip install https://github.com/ultraflame4/CliR/archive/refs/tags/v0.1.0.zip
Full Changelog: https://github.com/ultraflame4/CliR/commits/v0.1.0