simonschoelly / KittyTerminalImages.jl

A package that allows Julia to display images in the kitty terminal editor
MIT License
97 stars 7 forks source link

Running scripts no longer works #10

Closed Moelf closed 3 years ago

Moelf commented 3 years ago

I can't see the second plot.

simonschoelly commented 3 years ago

Hi, can you provide more information, so that I can reproduce the bug? For example what version of Julia & this package are you using, and what are the commands that you used to plot?

Moelf commented 3 years ago

Julia 1.6.1, Plots 1.15.2, KittyTerminalImages 0.2.0. The script is the one in README and run via julia script.jl

Moelf commented 3 years ago

I'm happy to report that with KittyTerminalImages 0.3.0 the issue is gone, but I wonder if we can update the compact packages versions ranges a bit since that originally caused 0.2.0 to be installed.

simonschoelly commented 3 years ago

I guess the version problem was with ImageCore.jl? Apparently CompatHelper that should have notified me of the new version was disabled, so I never realized that.

I have now updated the version of the ImageCore dependeny to 0.9 and also created a new patch release so that should be fixed.

Thanks for notifying me :)