File tree Expand file tree Collapse file tree 7 files changed +12
-6
lines changed
Expand file tree Collapse file tree 7 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22 )
22# cmake_policy(SET CMP0076 OLD)
33
4- set (FLAMESHOT_VERSION 13.3 .0)
4+ set (FLAMESHOT_VERSION 14.0 .0)
55
66# Flameshot-org
77set (GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest" )
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ SPDX-License-Identifier: CC0-1.0
9191 </categories >
9292
9393 <releases >
94+ <release version =" 14.0.rc1" date =" 2026-04-02" />
9495 <release version =" 13.3.0" date =" 2025-10-28" />
9596 <release version =" 13.2.0" date =" 2025-10-24" />
9697 <release version =" 13.1.0" date =" 2025-08-15" />
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ These are the code changes that need to take place:
55- [ ] Update version and changelog at ` packaging/debian/changelog `
66- [ ] Update version and changelog at ` packaging/rpm/flameshot.spec `
77- [ ] Update ` data/appdata/flameshot.metainfo.xml `
8- - [ ] Update macOS version in ` cmake/modules/MacOSXBundleInfo.plist.in `
98- [ ] Commit and push to a PR
109- [ ] Merge PR to main
1110- [ ] Create and push git tag on main
Original file line number Diff line number Diff line change 1- flameshot (13.2.0 -1) unstable; urgency=medium
1+ flameshot (14.0.rc1 -1) unstable; urgency=medium
22
3- * Release for v13.3.0
3+ * Release for v14.0.rc1
44
5- -- Jeremy Borgman <borgman.jeremy@pm.me> Fri, 24 Oct 2025 18:24 :29 -0600
5+ -- Jeremy Borgman <borgman.jeremy@pm.me> Thu, 02 Mar 2026 19:52 :29 -0600
Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
9696%{_mandir }/man1/%{name }.1*
9797
9898%changelog
99+ * Thu Mar 02 2026 Jeremy Borgman <borgman.jeremy@pm.me> - 14.0.rc1
100+ - Beta for 14 release
101+
99102* Sat Oct 28 2025 Jeremy Borgman <borgman.jeremy@pm.me> - 13.3.0
100103- Updated for v13.3.0 release
101104
Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
9494%{_mandir }/man1/%{name }.1*
9595
9696%changelog
97+ * Thu Mar 02 2026 Jeremy Borgman <borgman.jeremy@pm.me> - 14.0.rc1
98+ - Beta for 14 release
99+
97100* Sat Oct 28 2025 Jeremy Borgman <borgman.jeremy@pm.me> - 13.3.0
98101- Updated for v13.3.0 release
99102
Original file line number Diff line number Diff line change 11name : flameshot
2- version : ' 13.3.0 '
2+ version : ' 14.0.rc1 '
33base : core24
44summary : Powerful yet simple to use screenshot software
55description : |
You can’t perform that action at this time.
0 commit comments