diff --git a/CHANGELOG.md b/CHANGELOG.md index 162458d..318fd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.1] - 2022-07-17 +### Changed +- Check clippy lints for tests +- Update broken link in README.md +- Bump dependencies +- Add optional feature to support viewing sixel images +- Update edition in rustfmt config +- Bump the Rust version in Dockerfile +- Add caching step to CI workflow +- Update cargo-chef image +- Enable strip option for release profile + +### Fixed +- Update timezone test about comparisons +- Apply clippy suggestions + ## [1.6.0] - 2022-03-07 ### Changed - Add OpenEXR support diff --git a/Cargo.lock b/Cargo.lock index 57f203e..3e8080d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "1.6.0" +version = "1.6.1" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index be01eb2..411f46a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "1.6.0" +version = "1.6.1" description = "Screen{shot,cast} and perform ImageOps on the command line" authors = ["Orhun Parmaksız "] license = "GPL-3.0" diff --git a/man/menyoki.1 b/man/menyoki.1 index fb62edb..513440d 100644 --- a/man/menyoki.1 +++ b/man/menyoki.1 @@ -1,5 +1,5 @@ .\" Manpage of menyoki -.TH MENYOKI "1" "March 2022" "menyoki 1.6.0" "User Commands" +.TH MENYOKI "1" "July 2022" "menyoki 1.6.1" "User Commands" .SH NAME menyoki \- screenshot/screencast and perform image operations on the command line .SH SYNOPSIS diff --git a/man/menyoki.conf.5 b/man/menyoki.conf.5 index 807ab55..0ba1673 100644 --- a/man/menyoki.conf.5 +++ b/man/menyoki.conf.5 @@ -1,5 +1,5 @@ .\" Manpage of menyoki.conf -.TH MENYOKI.CONF "5" "March 2022" "menyoki 1.6.0" "menyoki manual" +.TH MENYOKI.CONF "5" "July 2022" "menyoki 1.6.1" "menyoki manual" .SH NAME menyoki.conf \- menyoki configuration file .SH SYNOPSIS