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
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.0" date="2025-08-03"/>
<release version="13.0.rc2" date="2025-07-27"/>
<release version="13.0.rc1" date="2025-07-12"/>
<release version="12.1.0" date="2022-07-03"/>
Expand Down
4 changes: 2 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flameshot (13.0.0-1) unstable; urgency=medium

* Release candidate for v13
* Release for v13

-- Jeremy Borgman <[email protected]> Sat, 12 Jul 2025 18:24:29 -0600
-- Jeremy Borgman <[email protected]> Sun, 03 Aug 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: 13.0.rc1
Version: 13.0.0
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 Aug 03 2025 Jeremy Borgman <[email protected]> - 13.0.0
- Update for v13 release

* Sun Jul 17 2025 Jeremy Borgman <[email protected]> - 13.0.rc2
- Beta for 13 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: 13.0.rc1
Version: 13.0.0
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 Aug 03 2025 Jeremy Borgman <[email protected]> - 13.0.0
- Update for v13 release

* Sun Jul 27 2025 Jeremy Borgman <[email protected]> - 13.0.rc2
- Beta for 13 release.

Expand Down
Loading