Skip to content

Commit

Permalink
Update CHANGELOG for #73
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Feb 23, 2023
1 parent cfe9808 commit 48b9b08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `write_tty()`
- Support for clearing *kitty* images by z-index ([97eceab]).
- Support for clearing *iterm2* images on konsole by intersection with cursor position ([807a9ec]).
- Widgets and related classes to display images with [urwid](https://urwid.org) ([#73]).
- `term_image.widget` subpackage
- `term_image.widget.UrwidImage`
- `term_image.widget.UrwidImageCanvas`
- `term_image.widget.UrwidImageJanitor`
- `term_image.widget.UrwidImageScreen`

### Changed
- **(BREAKING!)** Redefined `KittyImage.clear()` ([97eceab]).
Expand All @@ -36,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[#70]: https://github.com/AnonymouX47/term-image/pull/70
[#72]: https://github.com/AnonymouX47/term-image/pull/72
[#73]: https://github.com/AnonymouX47/term-image/pull/73
[#74]: https://github.com/AnonymouX47/term-image/pull/74
[b4533d5]: https://github.com/AnonymouX47/term-image/commit/b4533d5697d41fe0742c2ac895077da3b8d889dc
[97eceab]: https://github.com/AnonymouX47/term-image/commit/97eceab77e7448a18281aa6edb3fa8ec9e6564c5
Expand Down

0 comments on commit 48b9b08

Please sign in to comment.