Skip to content

Commit

Permalink
Prepping for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Feb 20, 2014
1 parent eefc7e6 commit 76a324b
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 16 deletions.
4 changes: 2 additions & 2 deletions OutlookDesktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions ServerStaging/ootdAppcastx64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Outlook on the Desktop</title>
<link>http://www.outlookonthedesktop.com/ootdAppcast.xml</link>
<link>http://www.outlookonthedesktop.com/ootdAppcast64.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 2.2.0</title>
<title>Version 3.0.0</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Fri, 14 Feb 2014 20:00:00 +0000</pubDate>
<enclosure url="http://www.outlookonthedesktop.com/ootd-2.1.4-x64.exe" sparkle:version="2.2.0" length="654414" type="application/octet-stream" />
<pubDate>Wed, 19 Feb 2014 22:36:00 +0000</pubDate>
<enclosure url="http://www.outlookonthedesktop.com/ootd-3.0.0-x64.exe" sparkle:version="3.0.0" length="679202" type="application/octet-stream" />
</item>
</channel>
</rss>
8 changes: 4 additions & 4 deletions ServerStaging/ootdAppcastx86.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Outlook on the Desktop</title>
<link>http://www.outlookonthedesktop.com/ootdAppcast.xml</link>
<link>http://www.outlookonthedesktop.com/ootdAppcastx86.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 2.2.0</title>
<title>Version 3.0.0</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Fri, 14 Feb 2014 20:00:00 +0000</pubDate>
<enclosure url="http://www.outlookonthedesktop.com/ootd-2.1.4.exe" sparkle:version="2.2.0" length="654709" type="application/octet-stream" />
<pubDate>Wed, 19 Feb 2014 22:36:00 +0000</pubDate>
<enclosure url="http://www.outlookonthedesktop.com/ootd-3.0.0.exe" sparkle:version="3.0.0" length="679213" type="application/octet-stream" />
</item>
</channel>
</rss>
21 changes: 18 additions & 3 deletions ServerStaging/ootdReleaseNotes.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
<h1>Outlook on the Desktop Release Notes</h1>

<h2>2.2.0</h2>
<h2>3.0.0</h2>

<ul>
<li>Added automatic check for update functionality</li>
<li>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.</li>
<li>Replaced text on calendar buttons with images to make it more visually appealing and compact.</li>
<li>Added currently selected date to the header bar in the calendar view.</li>
<li>Made transparency slider bar much easier to use.</li>
<li>Added automatic check for updates functionality.
<ul>
<li>Checks automatically every 20 days, or can be triggered via icon in system tray.</li>
</ul></li>
<li>Added new logging framework to capture failures/program flow to help diagnose issues.</li>
<li>Fixed several bugs</li>
<li>Fixed several bugs:
<ul>
<li>"Calendar Could Not be Read" no longer pops up when switch calendar views in Outlook 2013</li>
<li>Fixed issue where month view would not be the default calendar view for new instances.</li>
<li>Fixed issue where moving cursor down from top of the window onto the calendar buttons would continue to show the resize cursor.</li>
<li>Fixed issue where "Remove Instance" dialog would pop up behind instance windows.</li>
<li>When adding a new instance, its position is now properly saved.</li>
</ul></li>
</ul>
17 changes: 14 additions & 3 deletions ServerStaging/ootdReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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
* 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.

0 comments on commit 76a324b

Please sign in to comment.