Skip to content

Commit

Permalink
chore: Update CHANGELOG for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Feb 10, 2024
1 parent 3caba16 commit 3016ac9
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- `AttributeError` in some top-level functions ([497d9b7])
- Formatting of some `ValueError` exception messages ([d296a31])

### Added
- `term_image.geometry` submodule ([#96]).
- `Size`.
Expand All @@ -19,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `RenderIterator`, etc.
- `term_image.padding` submodule ([#97]).
- `Padding`, `AlignedPadding`, `ExactPadding`, etc.
- Support for Pillow 10. ([8cfebe2])
- Static Typing & Type Checking Support ([#100]).
- `TermImageUserWarning` warning sub-category ([d710a9e]).

Expand All @@ -44,6 +39,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[d710a9e]: https://github.com/AnonymouX47/term-image/commit/d710a9e95e149868490f5d38eb3339df68716999


## [0.7.1] - 2023-02-10
### Fixed
- Undefined references in some top-level functions ([497d9b7], [4e8b3e7]).
- Formatting of some `ValueError` exception messages ([d296a31]).
- Typos in docs and comments ([#98]) by [**@kianmeng**](https://github.com/kianmeng).
- `UnboundLocalError` in `term_image.utils.get_cell_size()` when ioctl fails and queries are disabled ([e12ffa8], [#104]).

### Added
- Support for Pillow v10 ([8cfebe2]).

[#98]: https://github.com/AnonymouX47/term-image/pull/98
[#104]: https://github.com/AnonymouX47/term-image/pull/104
[497d9b7]: https://github.com/AnonymouX47/term-image/commit/497d9b70dd74605e6589b81bea2fcac22efc684b
[d296a31]: https://github.com/AnonymouX47/term-image/commit/d296a3110882449f6717959400abbc5fa1bd0891
[4e8b3e7]: https://github.com/AnonymouX47/term-image/commit/4e8b3e7cf39e9e96fc38532d69d498938db54f3e
[8cfebe2]: https://github.com/AnonymouX47/term-image/commit/8cfebe27b63dcdd987fc9d0c71616e76777779a9
[e12ffa8]: https://github.com/AnonymouX47/term-image/commit/e12ffa818eb06f78cb586504ccc1c58df1fab90e


## [0.7.0] - 2023-06-05
### Fixed
- Jagged edges with `LINES` render method of kitty and iterm2 render styles ([4d27055]).
Expand Down Expand Up @@ -506,6 +520,7 @@ See the commit messages for [0.4.1] for the full logs.


[Unreleased]: https://github.com/AnonymouX47/term-image/compare/v0.7.0...HEAD
[0.7.1]: https://github.com/AnonymouX47/term-image/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/AnonymouX47/term-image/compare/v0.6.0...v0.7.0
[0.6.1]: https://github.com/AnonymouX47/term-image/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/AnonymouX47/term-image/compare/v0.5.0...v0.6.0
Expand Down

0 comments on commit 3016ac9

Please sign in to comment.