Skip to content

Releases: simonschoelly/KittyTerminalImages.jl

v0.3.3

19 Sep 17:11
9aead66
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

20 Jun 01:39
Compare
Choose a tag to compare

KittyTerminalImages v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Replace imresize from ImageTransformations.jl with custom implementation (#14) (@simonschoelly)
  • Replace ImageMagick dependency with PNGFiles dependency (#15) (@simonschoelly)

v0.3.1

24 May 21:21
16047b0
Compare
Choose a tag to compare

KittyTerminalImages v0.3.1

Diff since v0.3.0

New:

  • Explain how to display plots from scripts in README.md (#9) (@ziotom78)
  • Explain how to use KittyterminalImages with Makie in README.md
  • CompatHelper: bump compat for "ImageCore" to "0.9" (#11) (@github-actions[bot])

Closed issues:

  • How to force display in the middle of a script? (#8)
  • Running scripts no longer works (#10)

v0.3.0

29 Sep 00:44
Compare
Choose a tag to compare

KittyTerminalImages v0.3.0

New:

  • Direct transfer mode for working with SSH
  • Config value for specifying that PNG rendering is preferd to SVG rendering

Closed issues:

  • Does not install on Julia 1.4 (#1)
  • Need to specify DPI always (#2)