Starting sprint "Greenshot 1.2.9"

This commit is contained in:
Robin 2016-03-11 14:09:06 +01:00
commit 324118e1b5
3 changed files with 17 additions and 28 deletions

View file

@ -9,6 +9,21 @@ All details to our tickets can be found here: https://greenshot.atlassian.net
@DETAILVERSION@ @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. 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. 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. 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.) 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 1.2.7.2-342a506 RELEASE
Bugs Resolved: Bugs Resolved:

View file

@ -21,29 +21,4 @@ Being easy to understand and configurable, Greenshot is an efficient tool for pr
About this repository 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: This repository is for Greenshot 1.2.9, which is a bugfix of 1.2.8
**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)

View file

@ -1,7 +1,7 @@
version: 1.2.9.{build} version: 1.2.9.{build}
branches: branches:
only: only:
- master - release/1.2.9
skip_tags: true skip_tags: true
configuration: Release configuration: Release
platform: Any CPU platform: Any CPU