Skip to content

Releases: ultraflame4/CliR

v0.1.7

17 Oct 15:53
e91e90f
Compare
Choose a tag to compare

Migrate to poetry.

Upgraded dependencies.

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6.post4

14 Aug 13:25
Compare
Choose a tag to compare

Fixed funny packaging issue

Full Changelog: v0.1.6.post3...v0.1.6.post4

v0.1.6.post1

14 Aug 12:37
Compare
Choose a tag to compare

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

14 Aug 12:28
Compare
Choose a tag to compare

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

27 Jun 03:57
4cc0d8f
Compare
Choose a tag to compare

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

01 Jun 13:00
Compare
Choose a tag to compare

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

01 Jun 12:16
Compare
Choose a tag to compare

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
image
v0.1.2 timings
image

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

20 Apr 08:58
Compare
Choose a tag to compare

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

20 Apr 08:26
Compare
Choose a tag to compare

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

20 Apr 04:52
8bddfe7
Compare
Choose a tag to compare

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