Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit dec508d

Browse files
committed
Release 1.5.1
1 parent 389e9a1 commit dec508d

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 1.5.1 - 2020-02-19
2+
- build: Fixed building with CMake
3+
14
# Version 1.5.0 - 2020-02-18
25
- feat: Dialog to set recording area size (#246, #519)
36
- feat: Use radio buttons for format selection to easily show selected format

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
33

44
set (PEEK_VERSION_MAJOR 1)
55
set (PEEK_VERSION_MINOR 5)
6-
set (PEEK_VERSION_PATCH 0)
6+
set (PEEK_VERSION_PATCH 1)
77

88
# Get full Peek version
99
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)

data/com.uploadedlobster.peek.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<content_rating type="oars-1.1" />
8383

8484
<releases>
85+
<release version="1.5.1" date="2020-02-19" />
8586
<release version="1.5.0" date="2020-02-18" />
8687
<release version="1.4.0" date="2019-09-24" />
8788
<release version="1.3.1" date="2018-03-29" />

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('peek', ['c', 'vala'],
2-
version: '1.5.0',
2+
version: '1.5.1',
33
meson_version: '>= 0.37.0',
44
)
55

rpm/peek.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: peek
2-
Version: 1.5.0
2+
Version: 1.5.1
33
Release: 1%{?dist}
44
Summary: Simple screen recorder with an easy to use interface
55

0 commit comments

Comments
 (0)