Skip to content

Commit

Permalink
Updated the changelog for #45
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed May 26, 2022
1 parent 8048772 commit 3254bca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [lib] `KittyImage` class ([#39]).
- [lib] Support for multiple render methods per render style via `BaseImage.set_render_method()` ([#39]).
- [lib] Non-linear image iteration via `ImageIterator.seek()` ([#42]).
- [lib] Automatic font ratio computation ([#45]).
- [lib] `term_image.FontRatio` enumeration class ([#45]).
- [cli] `kitty` render style choice for the `--style` CL option ([#39]).
- [tui] Concurrent/Parallel frame rendering for TUI animations ([#42]).
- [cli,tui] `--style` command-line option for render style selection ([#37]).
Expand All @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [lib] On UNIX, the library now attempts to determine the proper terminal device to use when standard streams are redirected to files or pipes ([#36]).
- [lib] `BaseImage.source` now raises `TermImageException` when invoked after the instance has been finalized ([#38]).
- [lib] Improved `repr()` of image instances ([#38]).
- [cli,tui] Changed default value of `font ratio` config option to `null` ([#45]).

[#34]: https://github.com/AnonymouX47/term-image/pull/34
[#36]: https://github.com/AnonymouX47/term-image/pull/36
Expand All @@ -43,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#41]: https://github.com/AnonymouX47/term-image/pull/41
[#42]: https://github.com/AnonymouX47/term-image/pull/42
[#43]: https://github.com/AnonymouX47/term-image/pull/43
[#45]: https://github.com/AnonymouX47/term-image/pull/45


## [0.3.1] - 2022-05-04
Expand Down

0 comments on commit 3254bca

Please sign in to comment.