imgurs/CHANGELOG.md

73 lines
1.7 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased]
2022-02-28 22:32:26 +00:00
### CLI
- clipboard: add support for xclip and termux
2022-02-27 11:41:49 +00:00
## [0.4.0] - 2022-02-27
2022-02-27 10:39:02 +00:00
### CLI
- update logger
- added clipboard
- added manpage
- added completion for elvish
2022-02-27 11:41:49 +00:00
- if failed to upload image send notify with error message
2022-01-28 21:45:58 +00:00
2022-02-27 11:32:03 +00:00
### Library
- added Clone derive
2022-01-28 21:45:58 +00:00
## [0.3.0] - 2022-01-28
### CLI
2022-01-27 15:49:47 +00:00
- SimpleLogger init error handling
- better panic
- panic instead of send log error
2022-01-27 15:49:47 +00:00
- 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
2022-01-25 18:53:51 +00:00
## [0.2.0] - 2022-01-23
2022-01-25 16:13:43 +00:00
### Added
#### CLI
- create default config, if not exits
- when the image uploaded, send a notification (can be turn off in config)
2022-01-25 18:53:51 +00:00
- shell completions
2022-01-25 16:13:43 +00:00
#### Library
2022-01-24 22:15:55 +00:00
- change OpenSSL to RusTLS
- move api request to fn send_api_request
2022-01-25 16:13:43 +00:00
### Fixed
2022-01-27 15:49:47 +00:00
- api rate limit (error decoding response body: invalid value: integer \`200\`, expected i8 at line 1 column 140)
2022-01-25 16:13:43 +00:00
## [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
<!-- next-url -->
2022-02-27 11:41:49 +00:00
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/MedzikUser/imgurs/commits/v0.4.0
2022-01-28 21:45:58 +00:00
[0.3.0]: https://github.com/MedzikUser/imgurs/commits/v0.3.0
2022-01-25 18:53:51 +00:00
[0.2.0]: https://github.com/MedzikUser/imgurs/commits/v0.2.0
[0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0