mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 01:41:19 +00:00
Added releasing info for v0.8.5
This commit is contained in:
committed by
borgmanJeremy
parent
80dd24f675
commit
376a6f2a9c
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)
|
||||
# This can be read from ${PROJECT_NAME} after project() is called
|
||||
project(
|
||||
flameshot
|
||||
VERSION 0.8.4
|
||||
VERSION 0.8.5
|
||||
LANGUAGES CXX)
|
||||
set(PROJECT_NAME_CAPITALIZED "Flameshot")
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name>Flameshot</name>
|
||||
<releases>
|
||||
<release version="0.8.5" date="2020-10-14"/>
|
||||
<release version="0.8.4" date="2020-10-10"/>
|
||||
<release version="0.8.3" date="2020-09-28"/>
|
||||
<release version="0.8.1" date="2020-09-23"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
flameshot (0.8.4-1) unstable; urgency=medium
|
||||
flameshot (0.8.5-1) unstable; urgency=medium
|
||||
|
||||
* New stable release.
|
||||
|
||||
-- Jeremy Borgman <borgman.jeremy@pm.me> Mon, 30 Sep 2020 09:18:29 -0600
|
||||
-- Jeremy Borgman <borgman.jeremy@pm.me> Wed, 14 Oct 2020 18:24:29 -0600
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: flameshot
|
||||
Version: 0.8.4
|
||||
Version: 0.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Powerful yet simple to use screenshot software
|
||||
Summary(eu-ES): Potente pero simple de usar software de capturas
|
||||
@@ -95,6 +95,8 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/icons/hicolor
|
||||
|
||||
%changelog
|
||||
* Sat Oct 14 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.5-1
|
||||
- Updated for flameshot 0.8.5
|
||||
* Sat Oct 10 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.4-1
|
||||
- Updated for flameshot 0.8.4
|
||||
* Mon Sep 19 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.3-1
|
||||
|
||||
@@ -15,8 +15,6 @@ confinement: strict # use 'strict' once you have the right plugs and slots
|
||||
#confinement: devmode # use 'strict' once you have the right plugs and slots
|
||||
architectures:
|
||||
- build-on: amd64
|
||||
- build-on: i386
|
||||
|
||||
|
||||
apps:
|
||||
flameshot:
|
||||
|
||||
Reference in New Issue
Block a user