From 76a324b2e73023a4d65537da6917d6a0f3cd59c4 Mon Sep 17 00:00:00 2001 From: Michael Scrivo Date: Wed, 19 Feb 2014 22:48:25 -0500 Subject: [PATCH] Prepping for 3.0.0 release --- OutlookDesktop/Properties/AssemblyInfo.cs | 4 ++-- ServerStaging/ootdAppcastx64.xml | 8 ++++---- ServerStaging/ootdAppcastx86.xml | 8 ++++---- ServerStaging/ootdReleaseNotes.html | 21 ++++++++++++++++++--- ServerStaging/ootdReleaseNotes.md | 17 ++++++++++++++--- 5 files changed, 42 insertions(+), 16 deletions(-) diff --git a/OutlookDesktop/Properties/AssemblyInfo.cs b/OutlookDesktop/Properties/AssemblyInfo.cs index 558894b..57d1e99 100644 --- a/OutlookDesktop/Properties/AssemblyInfo.cs +++ b/OutlookDesktop/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("3.0.0")] +[assembly: AssemblyFileVersion("3.0.0")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/ServerStaging/ootdAppcastx64.xml b/ServerStaging/ootdAppcastx64.xml index e2fd1bf..235cfed 100644 --- a/ServerStaging/ootdAppcastx64.xml +++ b/ServerStaging/ootdAppcastx64.xml @@ -2,16 +2,16 @@ Outlook on the Desktop - http://www.outlookonthedesktop.com/ootdAppcast.xml + http://www.outlookonthedesktop.com/ootdAppcast64.xml Most recent changes with links to updates. en - Version 2.2.0 + Version 3.0.0 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Fri, 14 Feb 2014 20:00:00 +0000 - + Wed, 19 Feb 2014 22:36:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdAppcastx86.xml b/ServerStaging/ootdAppcastx86.xml index a156fbc..b3e905f 100644 --- a/ServerStaging/ootdAppcastx86.xml +++ b/ServerStaging/ootdAppcastx86.xml @@ -2,16 +2,16 @@ Outlook on the Desktop - http://www.outlookonthedesktop.com/ootdAppcast.xml + http://www.outlookonthedesktop.com/ootdAppcastx86.xml Most recent changes with links to updates. en - Version 2.2.0 + Version 3.0.0 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Fri, 14 Feb 2014 20:00:00 +0000 - + Wed, 19 Feb 2014 22:36:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdReleaseNotes.html b/ServerStaging/ootdReleaseNotes.html index 9a7d02e..50fd770 100644 --- a/ServerStaging/ootdReleaseNotes.html +++ b/ServerStaging/ootdReleaseNotes.html @@ -1,9 +1,24 @@

Outlook on the Desktop Release Notes

-

2.2.0

+

3.0.0

diff --git a/ServerStaging/ootdReleaseNotes.md b/ServerStaging/ootdReleaseNotes.md index ffb0075..b8e43d7 100644 --- a/ServerStaging/ootdReleaseNotes.md +++ b/ServerStaging/ootdReleaseNotes.md @@ -1,7 +1,18 @@ # Outlook on the Desktop Release Notes -## 2.2.0 +## 3.0.0 -* Added automatic check for update functionality +* Added buttons for: Go To Today, Previous and Next to the calendar view. They are context +sensitive depending on what view you are looking at. +* Replaced text on calendar buttons with images to make it more visually appealing and compact. +* Added currently selected date to the header bar in the calendar view. +* Made transparency slider bar much easier to use. +* Added automatic check for updates functionality. + * Checks automatically every 20 days, or can be triggered via icon in system tray. * Added new logging framework to capture failures/program flow to help diagnose issues. -* Fixed several bugs \ No newline at end of file +* Fixed several bugs: + * "Calendar Could Not be Read" no longer pops up when switch calendar views in Outlook 2013 + * Fixed issue where month view would not be the default calendar view for new instances. + * Fixed issue where moving cursor down from top of the window onto the calendar buttons would continue to show the resize cursor. + * Fixed issue where "Remove Instance" dialog would pop up behind instance windows. + * When adding a new instance, its position is now properly saved. \ No newline at end of file