Download Latest Version flameshot-13.0.1-win64.zip (55.7 MB)
Email in envelope

Get an email when there's a new version of Flameshot

Home / v13.0.0
Name Modified Size InfoDownloads / 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. pixelate

  • Screenshot dimensions are now interactively shown in the capture widget. [ℹ️] size_indicator

  • 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

Full Changelog: https://github.com/flameshot-org/flameshot/compare/v12.1.0...v13.0.0

Source: README.md, updated 2025-08-03