Skip to content

Commit

Permalink
v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phw198 committed Feb 6, 2022
1 parent 62a780a commit 8513447
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 31 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ If you find a bug, [help squash it](https://github.com/phw198/OutlookGoogleCalen
     ![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.0-beta/OutlookGoogleCalendarSync-2.9.0-beta-full.nupkg.svg)
     ![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.0-beta/OutlookGoogleCalendarSync-2.9.0-beta-delta.nupkg.svg)

### Latest Alpha Release: [![Latest Release](https://img.shields.io/github/release/phw198/OutlookGoogleCalendarSync/all.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/tag/v2.9.2-alpha) [![Latest Release downloads](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.2-alpha/total.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/v2.9.2-alpha)
### Latest Alpha Release: [![Latest Release](https://img.shields.io/github/release/phw198/OutlookGoogleCalendarSync/all.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/tag/v2.9.3-alpha) [![Latest Release downloads](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.3-alpha/total.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/v2.9.3-alpha)

:floppy_disk: [Installer](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.2-alpha/Setup.exe)
     [![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.2-alpha/Setup.exe.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.2-alpha/Setup.exe)
:floppy_disk: [Installer](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.3-alpha/Setup.exe)
     [![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.3-alpha/Setup.exe.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.3-alpha/Setup.exe)

:package: [Portable ZIP](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.2-alpha/Portable_OGCS_v2.9.2.zip)
     [![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.2-alpha/Portable_OGCS_v2.9.2.zip.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.2-alpha/Portable_OGCS_v2.9.2.zip)
:package: [Portable ZIP](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.3-alpha/Portable_OGCS_v2.9.3.zip)
     [![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.3-alpha/Portable_OGCS_v2.9.3.zip.svg)](https://github.com/phw198/OutlookGoogleCalendarSync/releases/download/v2.9.3-alpha/Portable_OGCS_v2.9.3.zip)

:information_source: Upgrades to this release
     ![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.2-alpha/OutlookGoogleCalendarSync-2.9.2-alpha-full.nupkg.svg)
     ![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.2-alpha/OutlookGoogleCalendarSync-2.9.2-alpha-delta.nupkg.svg)
     ![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.3-alpha/OutlookGoogleCalendarSync-2.9.3-alpha-full.nupkg.svg)
     ![](https://img.shields.io/github/downloads/phw198/outlookgooglecalendarsync/v2.9.3-alpha/OutlookGoogleCalendarSync-2.9.3-alpha-delta.nupkg.svg)

## Functionality
- Supports all versions of Outlook from 2003 to 2019/Microsoft365 64-bit!
Expand All @@ -48,6 +48,7 @@ If you find a bug, [help squash it](https://github.com/phw198/OutlookGoogleCalen
- Outlook :arrow_right: Google
- Outlook :arrow_left: Google
- Outlook :left_right_arrow: Google (two-way/bidirectional sync)
- Supports configuring multiple calendars for sync
- Includes the following event attributes:
- Subject
- Description
Expand Down
10 changes: 10 additions & 0 deletions docs/Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
| Release Notes |
|:---|

# v2.9.3.0 - Alpha

**Enhancements**
- The arrival of Profiles brings multi-calendar sync! :tada:

**Bugfix**
- Don't error if Google event has no "popup" notification
- Rolled back incompatible SharpCompress DLL
- Remove alt-tab icon when minimised to system tray

# v2.9.2.0 - Alpha

**Enhancements**
Expand Down
20 changes: 10 additions & 10 deletions nuget-build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set RELEASE=2.9.2-alpha
set RELEASE=2.9.3-alpha

REM Check for new NodaTime DB @ http://nodatime.org/tzdb/latest.txt

Expand All @@ -13,23 +13,23 @@ REM src\packages\squirrel.windows.1.9.0\tools\signtool.exe sign /n "Open Source

REM In VS Package Manager
REM PM> Install-Package squirrel.windows -Version 1.9.0
REM PM> packages\squirrel.windows.1.9.0\tools\Squirrel --releasify OutlookGoogleCalendarSync.2.9.2-alpha.nupkg --no-msi --loadingGif=..\docs\images\ogcs128x128-animated.gif
REM PM> packages\squirrel.windows.1.9.0\tools\Squirrel --releasify OutlookGoogleCalendarSync.2.9.3-alpha.nupkg --no-msi --loadingGif=..\docs\images\ogcs128x128-animated.gif

REM Sign the Squirrel install executable
REM src\packages\squirrel.windows.1.9.0\tools\signtool.exe sign /n "Open Source Developer, Paul Woolcock" /tr http://time.certum.pl/ /td sha256 /fd sha256 /v src\Releases\Setup.exe

REM Build ZIP
PAUSE
cd src\OutlookGoogleCalendarSync\bin\Release
del Portable_OGCS_v2.9.2.zip
"c:\Program Files\7-Zip\7z.exe" u Portable_OGCS_v2.9.1.zip -u- -up0q0r2x2y2z1w2!Portable_OGCS_v2.9.2.zip *.dll *.ps1 ErrorReportingTemplate.json logger.xml tzdb.nzd OutlookGoogleCalendarSync.exe OutlookGoogleCalendarSync.exe.config OutlookGoogleCalendarSync.pdb Console\*
del Portable_OGCS_v2.9.3.zip
"c:\Program Files\7-Zip\7z.exe" u Portable_OGCS_v2.9.2.zip -u- -up0q0r2x2y2z1w2!Portable_OGCS_v2.9.3.zip *.dll *.ps1 ErrorReportingTemplate.json logger.xml tzdb.nzd OutlookGoogleCalendarSync.exe OutlookGoogleCalendarSync.exe.config OutlookGoogleCalendarSync.pdb Console\*

"c:\Program Files\7-Zip\7z.exe" e -y Portable_OGCS_v2.9.1.zip Microsoft.Office.Interop.Outlook.DLL
"c:\Program Files\7-Zip\7z.exe" e -y Portable_OGCS_v2.9.1.zip stdole.dll
"c:\Program Files\7-Zip\7z.exe" e -y Portable_OGCS_v2.9.1.zip "Windows Defender SmartScreen Unblock.ps1"
"c:\Program Files\7-Zip\7z.exe" e -y Portable_OGCS_v2.9.2.zip Microsoft.Office.Interop.Outlook.DLL
"c:\Program Files\7-Zip\7z.exe" e -y Portable_OGCS_v2.9.2.zip stdole.dll
"c:\Program Files\7-Zip\7z.exe" e -y Portable_OGCS_v2.9.2.zip "Windows Defender SmartScreen Unblock.ps1"

"c:\Program Files\7-Zip\7z.exe" a Portable_OGCS_v2.9.2.zip Microsoft.Office.Interop.Outlook.DLL
"c:\Program Files\7-Zip\7z.exe" a Portable_OGCS_v2.9.2.zip stdole.dll
"c:\Program Files\7-Zip\7z.exe" a Portable_OGCS_v2.9.2.zip "Windows Defender SmartScreen Unblock.ps1"
"c:\Program Files\7-Zip\7z.exe" a Portable_OGCS_v2.9.3.zip Microsoft.Office.Interop.Outlook.DLL
"c:\Program Files\7-Zip\7z.exe" a Portable_OGCS_v2.9.3.zip stdole.dll
"c:\Program Files\7-Zip\7z.exe" a Portable_OGCS_v2.9.3.zip "Windows Defender SmartScreen Unblock.ps1"

cd ..\..\..\..
2 changes: 1 addition & 1 deletion src/OutlookGoogleCalendarSync/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ private void Save_Click(object sender, EventArgs e) {
/// </summary>
public SettingsStore.Calendar ActiveCalendarProfile { get; internal set; }

private void ddProfile_SelectedIndexChanged(object sender, EventArgs e) {
private void ddProfile_SelectedIndexChanged(object sender, EventArgs e) {
foreach (SettingsStore.Calendar cal in Settings.Instance.Calendars) {
if (cal._ProfileName == ddProfile.Text) {
try {
Expand Down
18 changes: 7 additions & 11 deletions src/OutlookGoogleCalendarSync/OutlookGoogleCalendarSync.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>OutlookGoogleCalendarSync</id>
<version>2.9.2-alpha</version>
<version>2.9.3-alpha</version>
<title>Outlook Google Calendar Sync</title>
<authors>Paul Woolcock</authors>
<owners>phw198</owners>
Expand All @@ -12,23 +12,19 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Sync Outlook and Google calendars.</description>
<releaseNotes>
# What's New In v2.9.2?

&lt;i class="em em-pushpin"&gt;&lt;/i&gt; The following release, v2.9.3, should bring the much requested feature of **Profiles**!
Don't want to wait until then? Try it out now by upgrading to v2.9.2 and then &lt;a href="https://github.com/phw198/OutlookGoogleCalendarSync/issues/1307" target="_blank"&gt;applying the latest Profiles build&lt;/a&gt;.
# What's New In v2.9.3?

&lt;i class="em em-high_brightness"&gt;&lt;/i&gt; **Enhancements**

- Don't steal focus for messageboxes, flash icon instead
- Improved UX for category/colour map tests
- Proactively offer hiding of splash screen following donation
- The arrival of **Profiles** brings multi-calendar sync! :tada:

&lt;i class="em em-beetle"&gt;&lt;/i&gt; **Bugfix**

- Fix missing Google default notification in Outlook appointment
- Fix "the given key was not in the dictionary"
- Don't error if Google event has no "popup" notification
- Rolled back incompatible SharpCompress DLL
- Remove alt-tab icon when minimised to system tray
</releaseNotes>
<copyright>Copyright 2021</copyright>
<copyright>Copyright 2022</copyright>
<tags>Outlook Google Calendar Sync 2-way Two-way Bidirection</tags>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/OutlookGoogleCalendarSync/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Paul Woolcock")]
[assembly: AssemblyProduct("Outlook Google Calendar Sync")]
[assembly: AssemblyCopyright("Copyright 2021")]
[assembly: AssemblyCopyright("Copyright 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -28,6 +28,6 @@
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.9.*")]
[assembly: AssemblyFileVersion("2.9.2.1")]
[assembly: AssemblyFileVersion("2.9.3.0")]

[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

0 comments on commit 8513447

Please sign in to comment.