From 3755724535374ee637db9fae41e1829d6d4f0821 Mon Sep 17 00:00:00 2001 From: RKrom Date: Wed, 29 Oct 2014 14:51:52 +0100 Subject: [PATCH] Small comment change and added 2 jiras to the readme.txt.template --- Greenshot/Destinations/EmailDestination.cs | 1 + Greenshot/releases/additional_files/readme.txt.template | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Greenshot/Destinations/EmailDestination.cs b/Greenshot/Destinations/EmailDestination.cs index fc1a9f849..b05ac0a0a 100644 --- a/Greenshot/Destinations/EmailDestination.cs +++ b/Greenshot/Destinations/EmailDestination.cs @@ -83,6 +83,7 @@ namespace Greenshot.Destinations { get { if (isActiveFlag) { // Disable if the office plugin is installed and the client is outlook + // TODO: Change this! It always creates an exception, as the plugin has not been loaded the type is not there :( Type outlookdestination = Type.GetType("GreenshotOfficePlugin.OutlookDestination,GreenshotOfficePlugin"); if (outlookdestination != null) { if (mapiClient.ToLower().Contains("microsoft outlook")) { diff --git a/Greenshot/releases/additional_files/readme.txt.template b/Greenshot/releases/additional_files/readme.txt.template index 1adc01650..8eaeb9cff 100644 --- a/Greenshot/releases/additional_files/readme.txt.template +++ b/Greenshot/releases/additional_files/readme.txt.template @@ -15,8 +15,8 @@ Changes: * JIRA: With JIRA 6.x using the SOAP (Webservice) API the access has gotten really slow, we improved the performance slightly by loading some information parallel. (In Greenshot 2.x we will move to another API.) Bugs Resolved: -* BUG-1667 removed horizontal alignment of textbox in input mode, as it caused problems with textbox focus and could not be implemented consistently anyway (no vertical alignment possible) - +* BUG-1667: removed horizontal alignment of textbox in input mode, as it caused problems with textbox focus and could not be implemented consistently anyway (no vertical alignment possible) +* BUG-1681: Improvements for the new speech bubble, text color is now the same as the border and the rounded corners are correctly calculated when using thick lines and a small bubble. 1.2.1.2-af946cf RC1