Skip to content

Commit c8f745f

Browse files
committed
bump version number and update changelog
1 parent eeb17e4 commit c8f745f

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project( screencloud )
22
cmake_minimum_required(VERSION 2.8.12)
3-
set(VERSION_STRING 1.4.0)
3+
set(VERSION_STRING 1.5.0)
44

55

66
#set module path

deploy/linux/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: screencloud
2-
version: "1.4.0"
2+
version: "1.5.0"
33
summary: Easy to use screenshot sharing application
44
description: Take a screenshot using one of the 3 hotkeys or simply click the ScreenCloud tray icon. Save your screenshot locally or upload it to the cloud! A link is automatically copied to your clipboard.
55
confinement: strict

res/doc/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
screencloud (1.5.0-1qt5) unstable; urgency=low
2+
3+
* Add support for Python 3.7
4+
* Fix corrupted screenshot error on Linux
5+
* Update to Python 3.7 on Windows
6+
* Fix icon color on dark menu bar on Mac OS
7+
* Replace pycrypto with ssh2-python
8+
9+
-- Olav Sortland Thoresen <olav-s-th@gmail.com> Sun, 30 Jun 2019 19:00:00 -0000
10+
111
screencloud (1.4.0-1qt5) unstable; urgency=low
212

313
* Remove built-in uploader for screencloud.net

0 commit comments

Comments
 (0)