Skip to content

Commit 017578e

Browse files
committed
Added release notes for 0.8 release
1 parent 1b2d704 commit 017578e

File tree

4 files changed

+63
-0
lines changed

4 files changed

+63
-0
lines changed

docs/ReleaseNotes.md

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# 0.8 Release Notes
2+
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.
3+
4+
## Known Issues
5+
* Wayland support is experimental. In generic packages (Snap, Flatpak, AppImage) there may be extra issues with Wayland.
6+
* In generic packages(Snap, Flatpak, AppImage) due to confinement "Open With External Application" does not work.
7+
* 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.
8+
9+
10+
## New Features
11+
* Fix capture after pressing ctrl + S during textarea input (#311)
12+
* Add translation:
13+
- Japanese (#361)
14+
- Brazilian Portuguese (#364)
15+
- Serbian (#376)
16+
- Dutch (#440)
17+
- Ukrainian (#464)
18+
- German (#467)
19+
- Slovak (#525)
20+
- Basque
21+
- Czech
22+
- Swedish
23+
- Italian
24+
- Korean
25+
- Dutch
26+
* Allow enter key to copy image to clipboard (#362)
27+
* side panel: Add thickness slider (#374)
28+
* Add support for saving as JPG and BMP files. (#436)
29+
* Allow 45 degree adjustment for some tools (#439)
30+
* 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 .)
31+
* Add a basic launcher panel.
32+
* Add option to auto copy URL after upload (#553)
33+
* Add a circle counter tool.
34+
* Replace the blur tool with pixelate tool.
35+
* Convert buildsystem from QMake to CMake.
36+
* Add launcher action into .desktop file.
37+
* Added Generic Packages (Snap, Flatpak, AppImage)
38+
* Improved Windows support
39+
40+
41+
## Preview of New Features
42+
43+
### Pixelate
44+
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:
45+
![](images/pixelate.gif)
46+
47+
### Countertool
48+
A popular request has been to add a tool that counts upward. This can be helpful when creating directions.
49+
![](images/counter.gif)
50+
51+
52+
### Sidebar
53+
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.
54+
55+
![](images/sidebar.gif)
56+
57+
58+
## Fixes
59+
* Exit non-zero when aborting with --raw. (#424)
60+
* Enable Pin and Text tool by default. (#443)
61+
* Fix the problem that moving or resizing does not affect screenshot. (#459)
62+
* Fix problem with re-enabling disabled tray icon (#495)
63+
* Fix compilation problem against Qt 5.15.

docs/images/counter.gif

291 KB
Loading

docs/images/pixelate.gif

417 KB
Loading

docs/images/sidebar.gif

710 KB
Loading

0 commit comments

Comments
 (0)