From 324118e1b51de5c12455ba2088167bd5c23ef52b Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 11 Mar 2016 14:09:06 +0100 Subject: [PATCH] Starting sprint "Greenshot 1.2.9" --- .../additional_files/readme.txt.template | 16 ++++++++++- README.md | 27 +------------------ appveyor12.yml | 2 +- 3 files changed, 17 insertions(+), 28 deletions(-) diff --git a/Greenshot/releases/additional_files/readme.txt.template b/Greenshot/releases/additional_files/readme.txt.template index 0881700f2..e050d9648 100644 --- a/Greenshot/releases/additional_files/readme.txt.template +++ b/Greenshot/releases/additional_files/readme.txt.template @@ -9,6 +9,21 @@ All details to our tickets can be found here: https://greenshot.atlassian.net @DETAILVERSION@ +Open issues planned for this version: +BUG-1887: hang on exit - hang time proportional to number of objects +BUG-1872: OneDrive prevents Greenshot hotkeys from working +BUG-1876: Already running message, multi user environment +BUG-1892: Greenshot saves blank JPG file with reduce colors +BUG-1898: Specify it's GPLv3 in the license text +BUG-1912: Translation (Enu) +FEATURE-916: Save file as icon +FEATURE-919: Allow adding of space around screenshot +FEATURE-912: [Storage Location] Define directory pattern +BUG-1918: Speechbubble issue: Artifacts appeared when shadow is on + + +1.2.8.12-cab854b RELEASE + There were some major issues with the authenticated (non anonymous) uploads to Imgur. After contacting Imgur they told us that their old API was deprecated or disabled, unfortunately this was not communicated. Although we are working hard on Greenshot 1.3, where we changed most of the Imgur code already, we can't release it. @@ -31,7 +46,6 @@ Features: FEATURE-896: Use Imgur with HTTPS (with changing the Imgur API from V2 to V3 this was already required for the upload anyway.) - 1.2.7.2-342a506 RELEASE Bugs Resolved: diff --git a/README.md b/README.md index 919b1945c..292628058 100644 --- a/README.md +++ b/README.md @@ -21,29 +21,4 @@ Being easy to understand and configurable, Greenshot is an efficient tool for pr About this repository --------------------- -This repository has all the sources of Greenshot, but we have multiple branches of which two should be important to know about: - -**1.1** -Greenshot 1.1.x can be found in the 1.1 branch, this branch represents the current release. - -**1.2** -Greenshot 1.2.x can be found in the 1.2 branch, this branch will be coming soon. -But it mostly has a few more bug fixes and changes as are in our Greenshot release, as we collect multiple fixes before releasing. -1.2 is a "dying" branch, as we want to change a lot of the underlying application for 2.0 and most of Greenshot will need to be rewritten. -This means pull request with fixes or **small** changes are very welcome! - -We now have a continuous integration system, you can find the latest unstable 1.2 builds [here](https://ci.appveyor.com/project/Greenshot/greenshot/history) - -Current build status 1.2 branch: ![Unknown](https://ci.appveyor.com/api/projects/status/yh4jnjbo03qrl60d/branch/1.2?svg=true) - - -Developing for Greenshot ------------------------- -We develop Greenshot with Visual Studio Express 2013 and tested our solution on Visual Studio Professional 2012. -It should be possible to compile Greenshot directly after a checkout, eventually Visual Studio needs to upgrade the solution. -What doesn't work are the plug-in for cloud storage (like Box, Dropbox, Imgur, Picasa and Photobucket) as these need "API keys". -These keys are not in our Greenshot repository, if you want to develop on one of the plug-ins you will need to create you own keys by registering with theses services as a developer. -I will add a description here later to explain how include your API keys so you can develop. - -P.S. -Statistics on the Greenshot project, supplied by Open HUB, can be found [here](https://www.openhub.net/p/greenshot) +This repository is for Greenshot 1.2.9, which is a bugfix of 1.2.8 diff --git a/appveyor12.yml b/appveyor12.yml index 19f38fd44..f689f31dd 100644 --- a/appveyor12.yml +++ b/appveyor12.yml @@ -1,7 +1,7 @@ version: 1.2.9.{build} branches: only: - - master + - release/1.2.9 skip_tags: true configuration: Release platform: Any CPU