-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New upgrade alert window containing "What's New?" improvement details. - Option to skip a release. - Help/F1 to see online user guide. - Don't block subsequent scheduled syncs if network drop out caused transient failure. - Continue switch to MD5. Bugfix: Updating weekday recurrence interval back into Outlook. Bugfix: Remember obfuscation sync direction. Bugfix: Sync freezes if OGCS starts in notification tray.
- Loading branch information
Showing
9 changed files
with
108 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
:memo: Use the below template to report your issue. | ||
:bulb: Have you upgraded to the latest alpha to check if the problem is already fixed? | ||
:paperclip: To aid investigation, please provide your OGcalsync.log file ([see instructions](https://github.com/phw198/OutlookGoogleCalendarSync/wiki/Reporting-problems#posting-your-ogcalsynclog-file)). | ||
|
||
---- | ||
|
||
**OGCS Version**: v1.2.3.4 | ||
**Installed or Portable**: Installed | ||
|
||
**Problem Description** | ||
\<Update here> | ||
|
||
**Steps to Reproduce the Issue** | ||
1. \<Update> | ||
1. | ||
|
||
**Any other information** | ||
\<Update here> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Latest ZIP Release | ||
**Alpha**: [v2.6.2.0](https://github.com/phw198/OutlookGoogleCalendarSync/releases/latest) | ||
**Beta**: [v2.6.0.0](https://github.com/phw198/OutlookGoogleCalendarSync/releases/tag/v2.6.0-beta) | ||
**Alpha**: [v2.6.6.0](https://github.com/phw198/OutlookGoogleCalendarSync/releases/tag/v2.6.6-alpha) | ||
**Beta**: [v2.6.0.0](https://github.com/phw198/OutlookGoogleCalendarSync/releases/latest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
set RELEASE=2.6.6-alpha | ||
|
||
cd src | ||
del Releases\OutlookGoogleCalendarSync-%RELEASE%-full.nupkg | ||
del Releases\OutlookGoogleCalendarSync-%RELEASE%-delta.nupkg | ||
..\nuget.exe pack OutlookGoogleCalendarSync\OutlookGoogleCalendarSync.nuspec | ||
cd .. | ||
|
||
REM In VS Package Manager | ||
REM PM> Install-Package squirrel.windows -Version 1.6.0 | ||
REM PM> packages\squirrel.windows.1.6.0\tools\Squirrel --releasify OutlookGoogleCalendarSync.2.6.1-alpha.nupkg --no-msi --loadingGif=..\docs\images\ogcs128x128-animated.gif | ||
REM PM> Install-Package squirrel.windows -Version 1.7.8 | ||
REM PM> packages\squirrel.windows.1.7.8\tools\Squirrel --releasify OutlookGoogleCalendarSync.2.6.6-alpha.nupkg --no-msi --loadingGif=..\docs\images\ogcs128x128-animated.gif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters