Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
# cmake_policy(SET CMP0076 OLD)

set(FLAMESHOT_VERSION 12.1.0)
set(FLAMESHOT_VERSION 13.0.0)

# Flameshot-org
set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
Expand Down
1 change: 1 addition & 0 deletions data/appdata/org.flameshot.Flameshot.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ SPDX-License-Identifier: CC0-1.0
</categories>

<releases>
<release version="13.0.rc1" date="2025-07-12"/>
<release version="12.1.0" date="2022-07-03"/>
<release version="12.0.0" date="2022-06-21"/>
<release version="11.0.0" date="2022-01-14"/>
Expand Down
6 changes: 3 additions & 3 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flameshot (12.1.0-1) unstable; urgency=medium
flameshot (13.0.0-1) unstable; urgency=medium

* New stable release.
* Release candidate for v13

-- Jeremy Borgman <[email protected]> Sun, 7 Jul 2022 18:24:29 -0600
-- Jeremy Borgman <[email protected]> Sat, 12 Jul 2025 18:24:29 -0600
5 changes: 4 additions & 1 deletion packaging/rpm/fedora/flameshot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# spec file for package flameshot on fedora, rehl
#
Name: flameshot
Version: 12.1.0
Version: 13.0.rc1
Release: 1%{?dist}
License: GPLv3+ and ASL 2.0 and GPLv2 and LGPLv3 and Free Art
Summary: Powerful yet simple to use screenshot software
Expand Down Expand Up @@ -97,6 +97,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}.1*

%changelog
* Sun Jul 12 2025 Jeremy Borgman <[email protected]> - 13.0.rc1
- Beta for 13 release.

* Sun Jul 03 2022 Jeremy Borgman <[email protected]> - 12.1.0-1
- Update for 12.1 release.

Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/opensuse/flameshot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# spec file for package flameshot on opensuse leap 15.x
#
Name: flameshot
Version: 12.1.0
Version: 13.0.rc1
Release: 1
License: GPLv3+ and ASL 2.0 and GPLv2 and LGPLv3 and Free Art
Summary: Powerful yet simple to use screenshot software
Expand Down Expand Up @@ -95,6 +95,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}.1*

%changelog
* Sun Jul 12 2025 Jeremy Borgman <[email protected]> - 13.0.rc1
- Beta for 13 release.

* Sun Jul 03 2022 Jeremy Borgman <[email protected]> - 12.1.0-1
- Update for 12.1 release.

Expand Down
Loading