Skip to content

Commit

Permalink
Update README.md and set version to 2.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxnimm committed Feb 26, 2017
1 parent 0dbbe83 commit a6683f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
14 changes: 7 additions & 7 deletions CalDavSynchronizer.Setup/CalDavSynchronizer.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.Conversions, Version=2.15.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.Conversions, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_0FE8C9E621B806B0674150DEB1B02156"
Expand Down Expand Up @@ -2335,7 +2335,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.OAuth.Google, Version=2.15.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.OAuth.Google, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_41412D928E4AEE70F2B1062D1E9FEEBD"
Expand Down Expand Up @@ -3750,7 +3750,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Thought.vCards, Version=2.15.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Thought.vCards, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_D1A20D109EADD2544F4BB040D9C6B3FC"
Expand Down Expand Up @@ -3843,7 +3843,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:GenSync, Version=2.15.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:GenSync, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_DCED7BE694CB336E4D8AF867DF56C66A"
Expand Down Expand Up @@ -4305,15 +4305,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:CalDavSynchronizer"
"ProductCode" = "8:{C05188FA-42F7-4CE8-950B-80E0F7A119BA}"
"PackageCode" = "8:{01DE8C31-0BF7-4C52-92C9-5BDC6D3610E4}"
"ProductCode" = "8:{A1414434-6670-426B-A323-C55BDC74E408}"
"PackageCode" = "8:{AB9EA944-EB22-4F1E-B61A-8EFDB62A82CB}"
"UpgradeCode" = "8:{691063F4-DD9A-4264-948D-3FBD2565572C}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:2.16.0"
"ProductVersion" = "8:2.17.0"
"Manufacturer" = "8:Gerhard Zehetbauer"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion CalDavSynchronizer/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("2.16.0.0")]
[assembly: AssemblyVersion ("2.17.0.0")]
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ We recommend updating to the latest .Net Framework but the minimal required vers

### Changelog ###

#### 2.17.0 ####
- New features
- Add general option to show/hide sync progress bar and make threshold for its display configurable.
- Add App.config setting for SoftwareOnly WPF Rendering to avoid issues with graphics card drivers and hardware acceleration, ticket #480.
- Bug fixes
- Avoid System.Collections.Generic.KeyNotFoundException for google contact API and consider paging when fetching Google groups, ticket #511.
- Follow redirect also for 303 in WebDabClient, ticket #516.

#### 2.16.0 ####
- New features
- Add warning if one-way synchronization mode would lead to deletion of the existing non empty outlook folder or replication of an empty folder to the server.
Expand Down Expand Up @@ -1178,6 +1186,7 @@ In the General Options Dialog you can change settings which are used for all syn
- **Expand all nodes in Synchronization profiles** Enabled by default, expands all nodes in the synchronization profiles to see the suboptions for network settings and mapping configuration.
- **Enable Tray Icon** Enabled by default, you can disable the tray icon in the Windows Taskbar if you don't need it.
- **Fix invalid settings** Fixes invalid settings automatically, when synchronization profiles are edited.
- **Show Sync Progress Bar** and **Sync Progress Bar Threshold (Items)** Enabled by default, show a progress bar if more than the treshold of items need to be loaded during a synchronization run. If disabled, no progress bar is shown but be aware that for larger changes Outlook can freeze, since some operations need to be performed in the Outlook main thread.
- **Accept invalid chars in server response** If checked invalid characters in XML server responses are allowed. A typical invalid char, sent by some servers is Form feed (0x0C).
- ** Enable useUnsafeHeaderParsing** Enable, if the server sends invalid http headers, see common network errors. Needed for Yahoo and cPanel Horde servers for example. The general option overrides the setting in the app.config file.
- **CalDav Connection Timeout (secs)** For slow server connections you can increaste the timeout value (default 90 secs).
Expand Down Expand Up @@ -1228,16 +1237,14 @@ Each synchronization attempt is logged in the `log.txt` file. There you can find

### Debugging and more config options ###

In the install dir (The default is `'C:\Program Files (x86)\Gerhard Zehetbauer\CalDavSynchronizer'`) you will find the app config file
In the install dir (The default is `'C:\Program Files (x86)\CalDavSynchronizer'`) you will find the app config file

CalDavSynchronizer.dll.config

In that xml file you can config timeout parameters and config options in the section `appSettings`
After changing parameters you have to restart Outlook.

- **loadOperationThresholdForProgressDisplay**: amount of sync operations to show the progress bar (default 50)
- **calDavConnectTimeout**: timeout for caldav connects (default 90 sec), also possible via general option.
- **enableTaskSynchronization** Support for task sync true or false
- **wpfRenderModeSoftwareOnly**: When set to true, turn off hardware acceleration and use Software Rendering only. Useful if you have issues with WPF and your graphics card driver.

You can also change defaults for some of the general options like CheckForNewVersions, StoreAppDatainRoamingFolder, IncludeCustomMessageClasses and SSL/TLS options, useful for All Users deployment, because general options are stored per user in the HKCU registry hive.

Expand Down

0 comments on commit a6683f1

Please sign in to comment.