imgurs/CHANGELOG.md

1.5 KiB

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

CLI

  • update logger
  • added clipboard
  • added manpage
  • added completion for elvish

0.3.0 - 2022-01-28

CLI

  • SimpleLogger init error handling
  • better panic
  • panic instead of send log error
  • add url validate

Library

  • The returned error in the Result is from now on anyhow::Error and not String.
  • Do not exit program if send_api_request error
  • rename ImgurHandle -> ImgurClient

0.2.0 - 2022-01-23

Added

CLI

  • create default config, if not exits
  • when the image uploaded, send a notification (can be turn off in config)
  • shell completions

Library

  • change OpenSSL to RusTLS
  • move api request to fn send_api_request

Fixed

  • api rate limit (error decoding response body: invalid value: integer `200`, expected i8 at line 1 column 140)

0.1.0 - 2022-01-23

CLI

  • commands
    • credits
    • delete
    • info
    • upload
  • toml config parser

Library

  • image info
  • rate limit
  • image info
  • delete image
  • upload image