Releases: simonschoelly/KittyTerminalImages.jl
Releases · simonschoelly/KittyTerminalImages.jl
v0.3.3
Summary
- Added a new function
popKittyDisplay!()
that stops the displaying of images - Updated dependency bounds to allow
ImageCore v0.1.x
,Interpolations v0.14.x and v0.15.x
,PNGFiles v0.15.x
What's Changed
- Add function popKittyDisplay! by @leephillips in #19
- Update compat bounds in Project.toml by @eschnett in #21
- Bump version to v0.3.3 by @simonschoelly in #22
New Contributors
- @leephillips made their first contribution in #19
- @eschnett made their first contribution in #21
Full Changelog: v0.3.2...v0.3.3
v0.3.2
KittyTerminalImages v0.3.2
Merged pull requests:
- Replace imresize from ImageTransformations.jl with custom implementation (#14) (@simonschoelly)
- Replace ImageMagick dependency with PNGFiles dependency (#15) (@simonschoelly)