From 2a034d13a8d9593fcd66d3f22a010a49fa3e360d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haris=20Gu=C5=A1i=C4=87?= Date: Fri, 14 Jan 2022 22:32:19 +0100 Subject: [PATCH] Version 11 housekeeping (#2220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Replace 11.0.0 with 11.0 Signed-off-by: Haris Gušić * Clarify the pitfalls of actions from the CLI Signed-off-by: Haris Gušić * Revert "Replace 11.0.0 with 11.0" This reverts commit 639dfcc3331443c697815acc6e091678ba66de20. --- docs/ReleaseNotes_11.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes_11.0.md b/docs/ReleaseNotes_11.0.md index 56d15fb3..69e58985 100644 --- a/docs/ReleaseNotes_11.0.md +++ b/docs/ReleaseNotes_11.0.md @@ -21,7 +21,8 @@ We will be in beta for 1-2 weeks depending on what kind of issues are found and - `--region` is a new flag that allows users to specify the exact region to screenshot. It uses the same syntax as xrandr: `WxH+x+y`. - This is likely to be added to the launcher in the next release. - `--accept-on-select` This flag will save the image as soon as the mouse is released when selecting a region. - - The CLI now supports pinning (`--pin`), uploading (`--upload`), and copying to clipboard (`--clipboard`). + - The CLI now supports pinning (`--pin`), uploading (`--upload`), and copying to clipboard (`--clipboard`). + Note that in case one of these options (or `--path`, `--raw` also) is used, an *Accept* button is shown and the *Save*, *Copy*, *Upload*, *Pin*, *Open With* buttons are hidden. - MacOS now uses monochrome icon to match the system theme better.