KittyTerminalImages.jl Versions Save

A package that allows Julia to display images in the kitty terminal editor

v0.3.2

2 years ago

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

3 years ago

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

3 years ago

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)