Skip to content

Releases: M3DZIK/imgurs

v0.11.3

11 Apr 20:46
v0.11.3
b6ef424
Compare
Choose a tag to compare
  • Updated dependencies by @NotNorom
  • Replaced url validation with url crate in imgurs-cli by @NotNorom

v0.11.2

22 Jun 12:02
v0.11.2
e782617
Compare
Choose a tag to compare
  • Updated dependencies
  • Fix deprecation warning of base64 crate.

v0.11.1

11 Dec 10:12
v0.11.1
304034f
Compare
Choose a tag to compare

Fixed

  • album_title can be null, account_id can be null, string or number #92, thanks to @NotNorom

Changed

  • Updated dependencies

v0.11.0

07 Nov 16:19
v0.11.0
986a3b3
Compare
Choose a tag to compare

Added

  • Added with_http_client method to ImgurClient #87, thanks to @NotNorom

Changed

  • Updated crate arboard to v3
  • Updated crate simple_logger to v4

v0.10.0

01 Oct 16:52
v0.10.0
012784a
Compare
Choose a tag to compare
  • add configuration for tls (rustls-tls or native-tls)

v0.9.1

22 Sep 17:03
v0.9.1
a66fea8
Compare
Choose a tag to compare

What's Changed

  • Delete debug info from cli in release build
  • Update dependencies

Full Changelog: v0.9.0...v0.9.1

v0.9.0

05 Sep 19:18
v0.9.0
2ac3424
Compare
Choose a tag to compare

What's Changed

  • Fixed tests
  • Added missing documentation
  • Used serde instead of serde_derive
  • Added album info function (#76)
  • Bump dependencies

Full Changelog: v0.8.1...v0.9.0

v0.8.1

17 Jun 21:12
Compare
Choose a tag to compare
  • fix tests
  • add missing doc
  • use serde instead of serde_derive

v0.8.0

12 Jun 15:46
Compare
Choose a tag to compare
  • add custom Error type
  • move api requests to requests/ mod
  • comment code

v0.7.4

18 May 19:30
Compare
Choose a tag to compare

HOTFIX

  • fixed built on macos and windows