Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olav-st committed Oct 25, 2020
1 parent 2a08a21 commit 8da4fb8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project( screencloud )
cmake_minimum_required(VERSION 2.8.12)
set(VERSION_STRING 1.5.2)
set(VERSION_STRING 1.5.3)


#set module path
Expand Down
2 changes: 1 addition & 1 deletion deploy/linux/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: screencloud
version: "1.5.2"
version: "1.5.3"
summary: Easy to use screenshot sharing application
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.
confinement: strict
Expand Down
28 changes: 18 additions & 10 deletions res/doc/changelog
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
screencloud (1.5.3) unstable; urgency=low

* Add Ctrl + C shortcut to capture selection overlay
* Minor bug fixes and tweaks to the editor
* Fix OpenSSL errors on Windows

-- Olav Sortland Thoresen <[email protected]> Tue, 25 Oct 2020 17:00:00 -0000

screencloud (1.5.2) unstable; urgency=low

* Wayland support
* Add ability to make an existing ScreenCloud process perform actions (e.g capture screenshots) from the command line
* Add new tool to editor: cursor tool

-- Olav Sortland Thoresen <olav-s-[email protected]> Tue, 20 Oct 2020 16:00:00 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Tue, 20 Oct 2020 16:00:00 -0000

screencloud (1.5.1-1qt5) unstable; urgency=low

* New 'blur/pixelize' tool in screenshot editor
* Minor tweaks to editor GUI

-- Olav Sortland Thoresen <olav-s-[email protected]> Sat, 11 Jan 2020 14:30:00 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Sat, 11 Jan 2020 14:30:00 -0000

screencloud (1.5.0-1qt5) unstable; urgency=low

Expand All @@ -21,59 +29,59 @@ screencloud (1.5.0-1qt5) unstable; urgency=low
* Fix icon color on dark menu bar on Mac OS
* Replace pycrypto with ssh2-python

-- Olav Sortland Thoresen <olav-s-[email protected]> Sun, 30 Jun 2019 19:00:00 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Sun, 30 Jun 2019 19:00:00 -0000

screencloud (1.4.0-1qt5) unstable; urgency=low

* Remove built-in uploader for screencloud.net
* Add editor hint in Save As dialog

-- Olav Sortland Thoresen <olav-s-[email protected]> Thu, 2 Aug 2018 12:03:00 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Thu, 2 Aug 2018 12:03:00 -0000

screencloud (1.3.0-1qt5) unstable; urgency=low

* Codebase updates (can now compile using Qt 5)
* Audio files now embedded in the executable

-- Olav Sortland Thoresen <olav-s-[email protected]> Fri, 1 Jan 2016 18:38:30 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Fri, 1 Jan 2016 18:38:30 -0000

screencloud (1.2.0) unstable; urgency=low

* Added screenshot editor
* Fixed audio output sometimes crashing the application

-- Olav Sortland Thoresen <olav-s-[email protected]> Sat, 14 Feb 2015 14:57:30 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Sat, 14 Feb 2015 14:57:30 -0000

screencloud (1.1.6) unstable; urgency=low

* Fixed plugin list not loading (url has changed)
* Made more strings translatable
* Fixed running on startup not working on OS X

-- Olav Sortland Thoresen <olav-s-[email protected]> Thu, 1 May 2014 14:03:23 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Thu, 1 May 2014 14:03:23 -0000

screencloud (1.1.5) unstable; urgency=low

* Fixed plugin update check
* Added changelog button to update notifications

-- Olav Sortland Thoresen <olav-s-[email protected]> Sun, 30 Mar 2014 16:44:45 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Sun, 30 Mar 2014 16:44:45 -0000

screencloud (1.1.4) unstable; urgency=low

* Better multi monitor support
* Added check for plugin updates
* Better cli interface

-- Olav Sortland Thoresen <olav-s-[email protected]> Sat, 22 Mar 2014 17:21:30 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Sat, 22 Mar 2014 17:21:30 -0000

screencloud (1.1.3) unstable; urgency=low

* New plugin format (python plugins)
* All urls are https by default
* Removed a few dependencies

-- Olav Sortland Thoresen <olav-s-[email protected]> Sat, 1 Mar 2014 19:10:51 -0000
-- Olav Sortland Thoresen <olav.s.[email protected]> Sat, 1 Mar 2014 19:10:51 -0000

screencloud (1.1.2) unstable; urgency=low

Expand Down

0 comments on commit 8da4fb8

Please sign in to comment.