From 99a778e31ee47df8f3655bde932d5e49332b18fd Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Sun, 14 Feb 2021 12:53:54 -0600 Subject: [PATCH] Updated Releasing documents per review --- docs/ReleaseNotes_0.8.md | 63 +++++++++++++++++++ docs/{ReleaseNotes.md => ReleaseNotes_0.9.md} | 6 +- docs/dev/package.md | 5 -- docs/dev/release.md | 10 --- packaging/debian/changelog | 2 +- 5 files changed, 67 insertions(+), 19 deletions(-) create mode 100644 docs/ReleaseNotes_0.8.md rename docs/{ReleaseNotes.md => ReleaseNotes_0.9.md} (90%) delete mode 100644 docs/dev/package.md delete mode 100644 docs/dev/release.md diff --git a/docs/ReleaseNotes_0.8.md b/docs/ReleaseNotes_0.8.md new file mode 100644 index 00000000..d1e2f559 --- /dev/null +++ b/docs/ReleaseNotes_0.8.md @@ -0,0 +1,63 @@ +# 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. + +## 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. + + +## 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 + + +## Preview of New Features + +### 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) + +### 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) + + +## 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 diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes_0.9.md similarity index 90% rename from docs/ReleaseNotes.md rename to docs/ReleaseNotes_0.9.md index d6dc48fc..ee371f6d 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes_0.9.md @@ -1,5 +1,5 @@ # 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 +Thanks to all the testers and contributors that helped make version 0.9! We are very excited to have improved many bugs and added new features in version 0.9. @@ -8,7 +8,7 @@ bugs and added new features in version 0.9. ## New Features -- Improved MacOs support. MacOs is now officially supported and we will resolve any reported issues on this platform. +- 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 @@ -27,7 +27,7 @@ image into chat or email clients - 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. -- Added "check for new release" feature. This allows users on MacOs / Windows / and AppImages to easily check for updated versions. +- 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. diff --git a/docs/dev/package.md b/docs/dev/package.md deleted file mode 100644 index 2dac5eff..00000000 --- a/docs/dev/package.md +++ /dev/null @@ -1,5 +0,0 @@ -# Debian -How to build the debian package based on the `./debian` folder: -1. Install the build dependencies. -2. apt install debhelper -3. dpkg-buildpackage -B diff --git a/docs/dev/release.md b/docs/dev/release.md deleted file mode 100644 index 464a83e6..00000000 --- a/docs/dev/release.md +++ /dev/null @@ -1,10 +0,0 @@ - What to do before every release? - - - Update translations. - - Update travis version - - Releases always use annotated tags as in `git tag -a v0.5.1 -m "version 0.5.1"` - - Add a changelog description in the Github's release. - - Update .pro hardcoded version. - - Run cppcheck --enable=all 2> err.txt - - Run codespell - \ No newline at end of file diff --git a/packaging/debian/changelog b/packaging/debian/changelog index c6da546e..b94fae63 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -flameshot (0.9.--1) unstable; urgency=medium +flameshot (0.9.0-1) unstable; urgency=medium * New stable release.