Browse Source

Updated Releasing documents per review

Jeremy Borgman 4 years ago
parent
commit
99a778e31e
5 changed files with 67 additions and 19 deletions
  1. 63 0
      docs/ReleaseNotes_0.8.md
  2. 3 3
      docs/ReleaseNotes_0.9.md
  3. 0 5
      docs/dev/package.md
  4. 0 10
      docs/dev/release.md
  5. 1 1
      packaging/debian/changelog

+ 63 - 0
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.

+ 3 - 3
docs/ReleaseNotes.md → 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. 

+ 0 - 5
docs/dev/package.md

@@ -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

+ 0 - 10
docs/dev/release.md

@@ -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
- 

+ 1 - 1
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.