KingDownloads

Flameshot version history

10 releases tracked, newest first.

v14.0.0

Jun 19, 2026
- Improved multi-monitor and fractional scaling support with new capture workflows - Added legacy X11 screenshot fallback and tray menu for monitor selection - Introduced Windows global screenshot shortcut and portable binary mode - Fixed Wayland, X11, and Windows-specific bugs, including clipboard and crash issues

13 downloads

v14.0.rc3

Pre-releaseJun 1, 2026
- Translations updated multiple times - Fixed pin position on Windows for scaled screens - Improved macOS compatibility and permissions handling - Added option to disable tray icon on Windows

13 downloads

v14.0.rc1

Pre-releaseApr 6, 2026
- Improved multi-monitor and fractional scaling support with new capture workflows - Added legacy X11 screenshot fallback and tray menu for monitor selection - Introduced Windows global screenshot shortcut and portable binary mode - Fixed Wayland, X11, and Windows-specific bugs including clipboard and crash issues

10 downloads

v13.3.0

Oct 28, 2025
## What's Changed This is a hotfix for an issue preventing execution on MacOS * link to qtdbus on macos by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4325 * Fix multiple memory leaks in Region::process() function by @avineet4 in https://github.com/flameshot-org/flameshot/pull/4284 **Full Changelog**: https://github.com/flameshot-org/flameshot/compare/v13.2.0...v13.3.0

12 downloads

v13.2.0

Oct 27, 2025
## What's Changed This release mostly has bug fixes. This has an improvement (but not final fix) for mixed DPI screens from #4169. Please be patient as we work towards a final fix. * Minor RPM spec file tweaks by @pointydev in https://github.com/flameshot-org/flameshot/pull/4166 * Grab color shortcut rebase by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4164 * Adding sha to all builds by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4190 * Fix translator memory leak by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4179 * Added hash to CI builds by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4202 * Fix screen positions in multi-monitor configuration when devicePixelRatio is other than one by @panpuchkov in https://github.com/flameshot-org/flameshot/pull/4169 * Resolve translation conflicts by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4218 * Windows CLI copy (fix for #4118) by @ElTh0r0 in https://github.com/flameshot-org/flameshot/pull/4211 * Fix CI cmake issue on macOS by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4227 * Remove color set on

11 downloads

v13.1.0

Aug 16, 2025
## What's Changed The main highlight of this patch release is a hotfix for a Qt6 issue on multi monitor X11 (not wayland) setups. * Another fix for savePath slashes on Windows by @ElTh0r0 in https://github.com/flameshot-org/flameshot/pull/4122 * build: Add an option to use a bundled KDSingleApplication by @EbonJaeger in https://github.com/flameshot-org/flameshot/pull/4130 * Update shell completion and manpage by @mmahmoudian in https://github.com/flameshot-org/flameshot/pull/4140 * Appimage build (fix for #4112) by @ElTh0r0 in https://github.com/flameshot-org/flameshot/pull/4146 * Fix multi monitor offset bug in Qt6 multi-monitor setups for X11 by @ionsquare in https://github.com/flameshot-org/flameshot/pull/4127 * Update README.md by @renjith100 in https://github.com/flameshot-org/flameshot/pull/4151 * Translations update from Hosted Weblate by @weblate in https://github.com/flameshot-org/flameshot/pull/4113 * Fixed flathub linting issues @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4160 ## New Contributors * @EbonJaeger made their first contribution in https://github.com/flameshot-org/flameshot/pull/4130 * @ionsquare made their first

12 downloads

v13.0.1

Aug 7, 2025
This is a very minor release to fix some packaging issues with v13.0.0. Please excuse our dust while we re learn how to properly bundle the release :-) This now includes a signed portable windows version and an Intel MacOS version. All files are uncompressed from .zip to play nicely with existing scripts. I know the Qt6 transition has fixed some bugs, but also introduced lots of new bugs. We will start work on v14 to overhaul the capture widget to work better with Qt6 once we iron on any more issues related to the release process. ## What's Changed * fix linting errors for flathub by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4109 * Build Intel macOS package by @a-b in https://github.com/flameshot-org/flameshot/pull/4115 * Packaging fixes for v13 by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4126 ## New Contributors * @a-b made their first contribution in https://github.com/flameshot-org/flameshot/pull/4115 **Full Changelog**: https://github.com/flameshot-org/flameshot/compare/v13.0.0...v13.0.1

10 downloads

v13.0.0

Aug 3, 2025
# Version 13.0.0 This is the beta for the version 13.0 release and our first release after porting to Qt6. Thanks for all the porting help @ElTh0r0. I also want to give a special shout out to @mmahmoudian for managing the project for 3 years with limited developers to help. There are still some "paper cut" type bugs in addition to the larger ones listed in the section below. But we feel there are enough large bug fixes to warrant a release while we work to fix the other issues. Please spend time testing this release and reporting new bugs. It would be _especially helpful_ to open a random existing bug and update it if its still a problem in v13 beta. ## Known issues / workarounds - Mixed monitor setups continue to be an issue. We have an idea for a large rework to address this in version 14. - Confined apps (flatpak / snap) on Ubuntu gnome does not properly interact with the permission dialogs. To work around this run this command shell to manually grant permission: ```sh flatpak permission-set screenshot screenshot org.flameshot.Flameshot yes ``` ## Breaking Changes - Snap packages are likely to be dropped for version 13 unless someone can help with th

7 downloads

v13.0.rc2

Pre-releaseJul 28, 2025
## What's Changed * revert accidental removal of window title introduced by #3766 by @mmahmoudian in https://github.com/flameshot-org/flameshot/pull/4076 * Qt 6 - Windows issues loading dis-/enabled tool buttons (fix for #4077) by @ElTh0r0 in https://github.com/flameshot-org/flameshot/pull/4078 * Fix Weblate conflict by @mmahmoudian in https://github.com/flameshot-org/flameshot/pull/4079 * Add option for insecure pixelation by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4082 * Handle SIGTERM and SIGKILL by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/4091 Bug fixes from the first release candidate. Thanks for all the testing so far! (Signed windows binaries will be uploaded when ready, the signing sever is down) **Full Changelog**: https://github.com/flameshot-org/flameshot/compare/v13.0.rc1...v13.0.rc2

6 downloads

v13.0.rc1

Pre-releaseJul 14, 2025
# Version 13.0.rc1 Beta This is the beta for the version 13.0 release and our first release after porting to Qt6. Thanks for all the porting help @ElTh0r0. I also want to give a special shout out to @mmahmoudian for managing the project for 3 years with limited developers to help. There are still some "paper cut" type bugs in addition to the larger ones listed in the section below. But we feel there are enough large bug fixes to warrant a release while we work to fix the other issues. Please spend time testing this release and reporting new bugs. It would be _especially helpful_ to open a random existing bug and update it if its still a problem in v13 beta. ## Known issues / workarounds - Mixed monitor setups continue to be an issue. We have an idea for a large rework to address this in version 14. - Confined apps (flatpak / snap) on Ubuntu gnome does not properly interact with the permission dialogs. To work around this run this command shell to manually grant permission: ```sh flatpak permission-set screenshot screenshot org.flameshot.Flameshot yes ``` ## Breaking Changes - Snap packages are likely to be dropped for version 13 unless someone can help

8 downloads