Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.23 KB

Changelog.md

File metadata and controls

29 lines (19 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.0] - 2022-06-20

Added

  • #3: Multiple terminals and image protocols are now auto-detected. This includes kitty, iterm and terminals that support the sixel graphic format. Thanks to MatanZ for this contribution.
  • --width CLI option to explicitly set the width of the rendered graphic

Breaking changes

  • BREAKING-CHANGE: Removed CLI option --use-kitty in favor of --terminal-graphics.
  • BREAKING-CHANGE: Removed CLI option --kitty-scale-up in favor of --terminal-scale-up.

[1.0.0] - 2022-04-17

Added

  • Fetching and caching comics from the xkcd.com archive
  • Support for rendering images directly in kitty through its icat command
  • Add support for rendering comics with fuzzy search throught its titles (default), directly (via --comic-id option) or at random choice (via --random).