Releases: flameshot-org/flameshot
v0.8.4
-
Renamed assets to match DBUS name for flathub support
-
Fixed issue where theme was not applied to widgets
-
Fixed issue where pixelate tool did not properly apply pixel size and was not symmetric horizontally and vertically
-
Fixed visual artifact in pin to desktop in appimage release
-
Fixed issue where CTRL + S did not save active text in text tool
-
Imgur tool now opens in the center of the screen
-
Translation Updates
- Brazilian Portuguese
- German
- Korean
- Basque
v0.8.3
- Fixed Snap Packaging
- Small bug fixes
V0.8.1
Release Notes
- Fixed ubuntu 18.04 packaging
- Auto contrast on circle counter
v0.8.0
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:
- 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:
Countertool
A popular request has been to add a tool that counts upward. This can be helpful when creating directions.
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.
Fixes
Beta testing for v0.8.0
Please test this release using this issue as starting point / testing ideas: #884
Release Notes:
Features
- The config file location changed to ~/.config/flameshot
- Fix capture after pressing ctrl + S during textarea input (#311)
- Add translation:
- 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
- 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.
- Option to save to file when copied to clipboard.
- Button added for sidebar menu
- Improved Windows support
- Windows Installer
- Flatpak, appimage, snap support
Fixes
v0.6.0
Features
- Allow systray customization with themes. Use "flameshot-tray" as the name of the icon.
- Unification of the desktop file with actions.
- Notification when screenshots are saved in the clipboard.
- Use datetime as default name for pics.
- Undo/Redo with Ctrl+z and Ctrl+Shift+z.
- Add "Take Screenshot" option as menu item in the systray.
- Add Side-Panel (open it with Space).
- Add autostart to config flags.
- Add Pin tool.
- Filename: replace colons with dashes.
- Add Text tool.
- Delete Imgur image button after uploading it from the preview window.
- Capture single screen:
flameshot screen (capture the screen containing the mouse) and
flameshot screen -n 1 (capture the first screen). - Store settings colors in hexadecimal format.
Fixes
- flameshot full -c shouldn't block the desktop.
- Now you can overwrite exported configuration with the same name as a previous exports.
- Fix flameshot --raw wait time with delay.
- Fix negative selection geometry bug.
- Improved hidpi support with some bugs fixed.
v0.5.1
Features
- Polish, French, Georgian, Chinese, Turkish and Russian translations
- Modal widgets doesn't prevent the start of a new capture
- Improved hidpi support (still needs some work)
- Tool buttons now don't go out of the screen
- Use of native file dialog
- Configurable opacity of the dark area outside the selection
- Autostart app as a configuration option
- Minor fixes
v0.5.0
Features
- Catalan translation.
- Debian package configuration.
- Add --raw flag: prints the raw bytes of the png after the capture.
- Bash completion.
- Blur tool.
- Preview draw size on mouse pointer after tool selection.
- App Launcher tool: choose an app to open the capture.
- Travis integration
- Configuration import, export and reset.
- Experimental Wayland support (Plasma & Gnome)
Accesibility
- Capture selection resizable using any border.
Fixes
- App version shown properly
- Now the cli wont break if you preppend a dash before gui, full and config arguments.
- Fix rare crash condition creating a selection during a graphical capture.
v0.4.2
hotfix: persistent configuration wasn't handled correctly for new users, failing to set a "initiated" status flag in the configuration. That is used to let the program know if a new process of Flameshot is the first launch of the program.
v0.4.1
- Slightly darker capture background (Cross cursor more visible in Plasma)
- Flameshot compiles with QT 5.3 (Debian 8, Linux Mint, etc)