Skip to content

Releases: hilli/icat

v0.0.7

18 Feb 10:03
ee50154
Compare
Choose a tag to compare

Changelog

  • ee50154 Enable force ascii, implement image conversion to palletted image for Sixel support, which is now there (#4)

v0.0.6

08 Feb 14:32
158e972
Compare
Choose a tag to compare

Changelog

  • 63e1397 Do not resize on 0 h or h returned from termsize
  • 1aea91f Make it compile on windows
  • 158e972 Merge pull request #3 from hilli/compile-on-windows

v0.0.5

03 Feb 19:37
Compare
Choose a tag to compare

Changelog

  • 690dcf0 create pr on another branch

v0.0.4

03 Feb 19:27
v0.0.4
Compare
Choose a tag to compare

Changelog

  • c3e1819 Calculate resize before doing it and do not crash if the image is smaller than the terminal
  • 027845f Handling libheif on Ubuntu
  • e1dfe88 Merge pull request #1 from hilli/branch
  • d3b3a88 OK, all the permissions then
  • 04a22b6 Scale image to fit within the terminal
  • 9b1d185 Update goreleaser config
  • fe37230 Use token in repo secrets
  • b41c34a test

v0.0.3

02 Feb 16:13
Compare
Choose a tag to compare

Changelog

v0.0.2

10 Jan 09:52
v0.0.2
Compare
Choose a tag to compare

Changelog

  • e8da113 Add more image formats, update docs
  • 808cb8f Put the homebrew formula in the right directory

v0.0.1

10 Jan 07:14
v0.0.1
Compare
Choose a tag to compare

Changelog

  • fa5d172 Add support for more image formats
  • 6d12ef8 Figured that webp import should be for side-effects and remove code.
  • a48c036 Fix go install
  • f282e41 Fix go install
  • 14247ca Make sure http calls timeout
  • 935412e More info
  • 01a396b Readd github_token from secrets
  • efe4f13 Remove debug prints
  • 75f4b5e Rename image to img to avoid confusion with image package
  • e565b76 Setup release process, LICENSE and gitignore
  • 1d59788 Somewhat working icat with webp and URL supoprt
  • 7ce91cf Try to parse the url, and if that works assume it is valid.
  • 11f9014 Update with usage and examples
  • 4f0737a Use go.mod for setup-go action and show version
  • af22d07 Use permissions in the release workflow instead of fiddling with keys and their premissions
  • 2bba481 remove old icat.go