Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Flameshot-13.0.0.dmg | 2025-08-04 | 30.1 MB | |
flameshot-13.0.0-1.ubuntu-24.04.amd64.deb | 2025-08-04 | 673.4 kB | |
flameshot-13.0.0-1.ubuntu-24.04.amd64.deb.sha256sum | 2025-08-04 | 108 Bytes | |
flameshot-13.0.0-1.ubuntu-22.04.amd64.deb | 2025-08-04 | 687.3 kB | |
flameshot-13.0.0-1.ubuntu-22.04.amd64.deb.sha256sum | 2025-08-04 | 108 Bytes | |
flameshot-13.0.0-1.debian-12.amd64.deb | 2025-08-04 | 742.3 kB | |
flameshot-13.0.0-1.debian-12.amd64.deb.sha256sum | 2025-08-04 | 105 Bytes | |
Flameshot-13.0.0-win64.msi | 2025-08-03 | 26.2 MB | |
flameshot-+git0.a29fada-artifact-fedora-42-x86_64.zip | 2025-08-03 | 714.9 kB | |
flameshot-+git0.a29fada-artifact-flatpak-x86_64.zip | 2025-08-03 | 9.9 MB | |
flameshot-+git0.a29fada-artifact-fedora-41-x86_64.zip | 2025-08-03 | 710.0 kB | |
README.md | 2025-08-03 | 16.3 kB | |
V13.0.0 source code.tar.gz | 2025-08-03 | 16.0 MB | |
V13.0.0 source code.zip | 2025-08-03 | 16.2 MB | |
Totals: 14 Items | 101.9 MB | 7 |
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 the confinement issue discussed here: https://github.com/flameshot-org/flameshot/issues/4016
- The imgur uploader is disabled by default at compile time. Users that wish to re-enable this can build from source with
-DENABLE_IMGUR
. We expect this to be a bit controversial but we believe this is the best direction for the project. [ℹ️] - The goal for Flameshot is to be a lightweight screenshot / annotation program. The imgur uploader is a program in its own right
- The authors of Flameshot are increasingly privacy conscious. Having a misclick in a screenshot program accidentally upload sensitive data feels very risky.
- We continue to discuss and iterate ideas for a plugin system [ℹ️]. When that is completed users who wish to have an uploader right in their screenshot program can implement this in a plugin
- We will keep the imgur uploader code in the code base until plugins are ready
- Please let us know your thoughts either way. This is not a vote, but we are interested in the communities opinion.
- Flameshot returns exit code 1 if taking screenshot is canceled (e.g., by pressing Esc). This is to make Flameshot easier to integrate into shell scripts. [ℹ️]
- Configuration window tabs were re-ordered according to their importance to users. [ℹ️]
New Features
- Flatpak is now verified in Flathub. [ℹ️]
- Package maintainers can compile out the update checker using
-DDISABLE_UPDATE_CHECKER
. -
The pixelation feature has been replaced with a new "secure" implementation that only uses pixels outside of the area to be redacted.
-
Screenshot dimensions are now interactively shown in the capture widget. [ℹ️]
-
Pinned images can now be rotated. [ℹ️]
- A grim based screenshot adapter has been added to work with more wlroots Wayland compositors. Users can enable this in settings. [ℹ️]
- Users can symmetrically resize (holding Shift) and preserve aspect ratio (using Ctrl) while resizing.
- Pinned images can have a transparency effect applied. [ℹ️]
- A grid can be optionally enabled via the sidebar, and users can have their annotations snap to grid. [ℹ️]
- MacOS releases are now natively aarch64 and will not need to run in Rosetta.
- SingleApplication dependency has moved to KdSingleApplication to work around a Qt SharedMemory bug.
- New dateformat of %d-%m-%Y has been added. [ℹ️]
- New option to prompt user before exiting has been added to config. [ℹ️]
- JPEG quality option has been added. [ℹ️]
- Enable saving HEIF/HEIC when supported by 3rd party plug-ins. [ℹ️]
- Kde-connect share integration. (needs more testing) [ℹ️]
- Add Shortcut to Cancel current selection using CtrlBackspace [ℹ️]
- Pinned images now have window titled
flameshot-pin
. [ℹ️] - Separate tool size for the tools. [ℹ️]
- A new configuration option so that arrows can be drawn in a reversed way (tip to tail). [ℹ️]
- In Wayland fractional scaling situation, screenshot preview size was wrong. [ℹ️]
- Commandline implementation for Windows [ℹ️]
- Makes WebP available for saving screenshots on Windows. [ℹ️]
- Support dark mode in Windows. [ℹ️]
- A config option to disable grim warning notification in Wayland. [ℹ️]
- The "Screenshot Aborted" desktop notification can now be disabled. [ℹ️]
- Recognizing Qtile [ℹ️], Cosmic [ℹ️], river [ℹ️]
- Improved keyboard navigation for the application selector when you press Ctrlo. [ℹ️]
- Add "Open Save Path" to the tray icon menu. [ℹ️]
- Updated Translations
- Add option for insecure pixelation
- Handle SIGTERM and SIGKILL
Bug Fixes
- MacOS release are properly notarized for aarch64.
- MacOS clipboard now supports JPEG. [ℹ️]
- The
Flameshot full
now captures all regions of all monitors. (ℹ️) - The "Use last region" is now ignored in modes other than
flameshot gui
. [ℹ️] - Fix pin tool wrong offset on Linux. [ℹ️]
- Use native path separator for different OSs. [ℹ️]
- Pinned images scrolling using mouse on macOS [ℹ️]
- 'App Launcher' not listing applications. [ℹ️]
- Flameshot was getting unresponsive if notification daemon was inaccissble. [ℹ️]
- fix missing invert button on configure windows and remove old size indicator. [ℹ️]
- Support for X11 and the standard file picker for Snap. [ℹ️]
- Make loading of languages consistent across invocation types. [ℹ️]
- Tooltips now display the lower-case keybinding to avoid confusion. (ℹ️)
- Copy on double-click config in now respected. [ℹ️]
- English translations not used despite being preferred. [ℹ️]
- Fix Snap to find translation files. [ℹ️]
- Better naming of CLI arguments [ℹ️]
- Better wording of a shortcut description [ℹ️]
New Contributors
- @wd5gnr made their first contribution in https://github.com/flameshot-org/flameshot/pull/2766
- @Zer0F8th made their first contribution in https://github.com/flameshot-org/flameshot/pull/2796
- @TryWumbo made their first contribution in https://github.com/flameshot-org/flameshot/pull/2790
- @dsticks made their first contribution in https://github.com/flameshot-org/flameshot/pull/2806
- @3nprob made their first contribution in https://github.com/flameshot-org/flameshot/pull/2854
- @XMuli made their first contribution in https://github.com/flameshot-org/flameshot/pull/2900
- @DMaroo made their first contribution in https://github.com/flameshot-org/flameshot/pull/2931
- @Tomasito665 made their first contribution in https://github.com/flameshot-org/flameshot/pull/2934
- @muditchoudhary made their first contribution in https://github.com/flameshot-org/flameshot/pull/2952
- @stdedos made their first contribution in https://github.com/flameshot-org/flameshot/pull/2963
- @voytxt made their first contribution in https://github.com/flameshot-org/flameshot/pull/2987
- @Joshua-cla made their first contribution in https://github.com/flameshot-org/flameshot/pull/3016
- @Acpear made their first contribution in https://github.com/flameshot-org/flameshot/pull/3044
- @danillucky1234 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3035
- @jack9603301 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3018
- @al0cam made their first contribution in https://github.com/flameshot-org/flameshot/pull/3189
- @novomesk made their first contribution in https://github.com/flameshot-org/flameshot/pull/3110
- @OrkunTokdemir made their first contribution in https://github.com/flameshot-org/flameshot/pull/3104
- @lbatalha made their first contribution in https://github.com/flameshot-org/flameshot/pull/3059
- @iacore made their first contribution in https://github.com/flameshot-org/flameshot/pull/3294
- @d-a-s made their first contribution in https://github.com/flameshot-org/flameshot/pull/3331
- @mdphillips375 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3285
- @petrugrd made their first contribution in https://github.com/flameshot-org/flameshot/pull/3136
- @0xflotus made their first contribution in https://github.com/flameshot-org/flameshot/pull/3358
- @jdupak made their first contribution in https://github.com/flameshot-org/flameshot/pull/3355
- @Alan-Liang made their first contribution in https://github.com/flameshot-org/flameshot/pull/3369
- @toadkarter made their first contribution in https://github.com/flameshot-org/flameshot/pull/3360
- @marceldev89 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3370
- @rettinghaus made their first contribution in https://github.com/flameshot-org/flameshot/pull/3361
- @Kit-p made their first contribution in https://github.com/flameshot-org/flameshot/pull/3364
- @archer-n made their first contribution in https://github.com/flameshot-org/flameshot/pull/3372
- @DaraghD made their first contribution in https://github.com/flameshot-org/flameshot/pull/3389
- @rbatinov made their first contribution in https://github.com/flameshot-org/flameshot/pull/3415
- @dolev146 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3547
- @rasa made their first contribution in https://github.com/flameshot-org/flameshot/pull/3567
- @Saibamen made their first contribution in https://github.com/flameshot-org/flameshot/pull/3586
- @MaeIsBad made their first contribution in https://github.com/flameshot-org/flameshot/pull/3613
- @Krator3 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3640
- @Monirzadeh made their first contribution in https://github.com/flameshot-org/flameshot/pull/3456
- @pdietl made their first contribution in https://github.com/flameshot-org/flameshot/pull/3693
- @sergiusens made their first contribution in https://github.com/flameshot-org/flameshot/pull/3790
- @typecasto made their first contribution in https://github.com/flameshot-org/flameshot/pull/3766
- @guyueshui made their first contribution in https://github.com/flameshot-org/flameshot/pull/3786
- @Amangupta0000 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3348
- @MatthiasKunnen made their first contribution in https://github.com/flameshot-org/flameshot/pull/3822
- @volovikariel made their first contribution in https://github.com/flameshot-org/flameshot/pull/3851
- @justus-springer made their first contribution in https://github.com/flameshot-org/flameshot/pull/3893
- @lhz07 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3859
- @gglin001 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3860
- @macedigital made their first contribution in https://github.com/flameshot-org/flameshot/pull/3911
- @b0ch3nski made their first contribution in https://github.com/flameshot-org/flameshot/pull/3895
- @rardiol made their first contribution in https://github.com/flameshot-org/flameshot/pull/3663
- @jrpie made their first contribution in https://github.com/flameshot-org/flameshot/pull/3765
- @hekazu made their first contribution in https://github.com/flameshot-org/flameshot/pull/3452
- @y5c4l3 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3758
- @Ariandr made their first contribution in https://github.com/flameshot-org/flameshot/pull/3724
- @anwarulislam made their first contribution in https://github.com/flameshot-org/flameshot/pull/3655
- @j4k0xb made their first contribution in https://github.com/flameshot-org/flameshot/pull/3610
- @insunaa made their first contribution in https://github.com/flameshot-org/flameshot/pull/3598
- @SFBB made their first contribution in https://github.com/flameshot-org/flameshot/pull/3869
- @WojciechMula made their first contribution in https://github.com/flameshot-org/flameshot/pull/3796
- @danudey made their first contribution in https://github.com/flameshot-org/flameshot/pull/3683
- @donutAnees made their first contribution in https://github.com/flameshot-org/flameshot/pull/3751
- @q4a made their first contribution in https://github.com/flameshot-org/flameshot/pull/3919
- @manfredlotz made their first contribution in https://github.com/flameshot-org/flameshot/pull/3725
- @midischwarz12 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3674
- @lvhungdev made their first contribution in https://github.com/flameshot-org/flameshot/pull/3477
- @HarshNarayanJha made their first contribution in https://github.com/flameshot-org/flameshot/pull/3943
- @Mibou made their first contribution in https://github.com/flameshot-org/flameshot/pull/3609
- @niwamo made their first contribution in https://github.com/flameshot-org/flameshot/pull/3699
- @YashKale313 made their first contribution in https://github.com/flameshot-org/flameshot/pull/3710
- @Kyuyrii made their first contribution in https://github.com/flameshot-org/flameshot/pull/4046
Full Changelog: https://github.com/flameshot-org/flameshot/compare/v12.1.0...v13.0.0