From f8b4ebe9ef82a193f929b9869eb903fa8eb8af61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 1 Mar 2023 22:18:50 +0300 Subject: [PATCH] chore: Prepare for the release 1.7.0 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/menyoki.1 | 2 +- man/menyoki.conf.5 | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318fd6c..636f3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.7.0] - 2023-03-01 +### Added +- Add WebP encoding support +- Use LZW-compressed frames for the default GIF encoder + +### Changed +- Update sponsorship options +- Optimize Dockerfile +- Bump dependencies + +### Removed +- Remove deprecated compression options from PNG encoder + +### Fixed +- Apply clippy suggestions +- Remove spurious X11 test + ## [1.6.1] - 2022-07-17 ### Changed - Check clippy lints for tests diff --git a/Cargo.lock b/Cargo.lock index 70a51a6..d230361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "menyoki" -version = "1.6.1" +version = "1.7.0" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5010100..e54ff22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menyoki" -version = "1.6.1" +version = "1.7.0" 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 e09c694..69afa52 100644 --- a/man/menyoki.1 +++ b/man/menyoki.1 @@ -1,5 +1,5 @@ .\" Manpage of menyoki -.TH MENYOKI "1" "July 2022" "menyoki 1.6.1" "User Commands" +.TH MENYOKI "1" "March 2023" "menyoki 1.7.0" "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 b015f0b..4b6614f 100644 --- a/man/menyoki.conf.5 +++ b/man/menyoki.conf.5 @@ -1,5 +1,5 @@ .\" Manpage of menyoki.conf -.TH MENYOKI.CONF "5" "July 2022" "menyoki 1.6.1" "menyoki manual" +.TH MENYOKI.CONF "5" "March 2023" "menyoki 1.7.0" "menyoki manual" .SH NAME menyoki.conf \- menyoki configuration file .SH SYNOPSIS