From 4e03f6150c826c3ee099c3666a048f90e375fe31 Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Sat, 13 Feb 2021 12:44:38 -0600 Subject: [PATCH] Added release notes --- docs/ReleaseNotes.md | 79 ++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 51 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index e7864e3a..d6dc48fc 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,63 +1,40 @@ -# 0.8 Release Notes -Thanks to all the testers and contributors that helped make version 0.8! We are very excited to have improved many bugs and added new features in version 0.8. +# 0.9 Release Notes +Thanks to all the testers and contributors that helped make version 0.8! We are very excited to have improved many +bugs and added new features in version 0.9. + ## Known Issues -* Wayland support is experimental. In generic packages (Snap, Flatpak, AppImage) there may be extra issues with Wayland. -* In generic packages(Snap, Flatpak, AppImage) due to confinement "Open With External Application" does not work. -* If "close after capture" is enabled, and a user copies the image to clipboard, the image may not actually be in the clipboard. We recommend using the "Save" feature with close after capture. +- Fractional scaling issues are not resolved. We are working with Qt upstream on this issue. ## New Features -* Fix capture after pressing ctrl + S during textarea input (#311) -* Add translation: - - Japanese (#361) - - Brazilian Portuguese (#364) - - Serbian (#376) - - Dutch (#440) - - Ukrainian (#464) - - German (#467) - - Slovak (#525) - - Basque - - Czech - - Swedish - - Italian - - Korean - - Dutch -* Allow enter key to copy image to clipboard (#362) -* side panel: Add thickness slider (#374) -* Add support for saving as JPG and BMP files. (#436) -* Allow 45 degree adjustment for some tools (#439) -* Add option to close after capture (WARNING: this function is buggy! It may not work well if you are going to copy the image to clipboard! If you encounter problems related to clipboard, please disable this feature in the configuration and try again. This is a known bug, see #557 and #569 .) -* Add a basic launcher panel. -* Add option to auto copy URL after upload (#553) -* Add a circle counter tool. -* Replace the blur tool with pixelate tool. -* Convert buildsystem from QMake to CMake. -* Add launcher action into .desktop file. -* Added Generic Packages (Snap, Flatpak, AppImage) -* Improved Windows support +- Improved MacOs support. MacOs is now officially supported and we will resolve any reported issues on this platform. + +- Thanks to SignPath we are able to offer digitally signed windows releases. +- Improved Wayland support + - Behind the scenes we configure flameshot to automatically run on xcb. This significantly improves the + wayland experience. This resolves issues with multimonitor setups and copying to the clipboard + +- New option to allow the the clipboard image to be a jpeg instead of a png. This may reduce bandwidth when pasting the +image into chat or email clients +- New global shortcut menu. All actions hotkeys are fully customizable. + +- Ability to take "symmetric" selections by holding down the Shift key while resizing the selection. -## Preview of New Features +- The rectangle tool will now round the corners of the rectangles based on the current thickness -### Pixelate -The behavior of the blur tool has been modified so if the "thickness" is 0 or 1, the old blur behavior is preserved. If the thickness is increased past 1 the image will pixelate by the thickness: -![](images/pixelate.gif) +- All imgur uploads are now tracked in the "Upload History" menu. This makes it much easier to delete of images off imgur +or find the upload link later. -### Countertool -A popular request has been to add a tool that counts upward. This can be helpful when creating directions. -![](images/counter.gif) - - -### Sidebar -A button has been added to open the sidebar. This tool was previously only accessible by hitting "Spacebar" which made usage on tablets difficult. This sidebar allows advanced modifications for many tools. - -![](images/sidebar.gif) +- Added "check for new release" feature. This allows users on MacOs / Windows / and AppImages to easily check for updated versions. +- New option for setting a "fixed save path". When this is enabled a user will no longer need to set the path for images +that are saved. + ## Fixes -* Exit non-zero when aborting with --raw. (#424) -* Enable Pin and Text tool by default. (#443) -* Fix the problem that moving or resizing does not affect screenshot. (#459) -* Fix problem with re-enabling disabled tray icon (#495) -* Fix compilation problem against Qt 5.15. \ No newline at end of file +- Under certain circumstance the circle count could get set to the wrong number with large numbers of undo / redo. This +has been fixed. + +- Close after capture has been removed. This feature was not well implemented and lead to numerous bugs.