diff --git a/HISTORY.md b/HISTORY.md index d97a1f1..88f3992 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,12 @@ -Version 2.1.6 (2015-09-25) +Version 2.1.7 (2015-10-02) +======================================================================== + +- VERBESSERT: Statt Sekretariatsmodus stand zweimal Ärztemodus im Begrüßungsbildschirm. + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + + +Version 2.1.6. (2015-09-27) ======================================================================== - VERBESSERT: Eingebaute Stile überarbeitet. diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 2fcf0fe..08833d6 100755 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -41,8 +41,8 @@ zaaReloaded2.pfx - - ..\packages\Bovender.0.3.3.0\lib\net40\Bovender.dll + + ..\packages\Bovender.0.4.0.0\lib\net40\Bovender.dll True diff --git a/Tests/packages.config b/Tests/packages.config index d903c94..a98fff2 100755 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/www/versioninfo.txt b/www/versioninfo.txt index 832ec97..46dc8b2 100644 --- a/www/versioninfo.txt +++ b/www/versioninfo.txt @@ -1,4 +1,4 @@ -2.1.6 +2.1.7 http://zaa.nephrowiki.de/downloads/zaaReloaded-$VERSION.exe -f9277549cc0d74dafbb39f152719e4fdb2c31d5d publish/release/zaaReloaded-2.1.6.exe +e142c709482684790e8f5779b4313647d90e44fa publish/release/zaaReloaded-2.1.7.exe diff --git a/zaaReloaded2/Formatter/DanielsStyle.cs b/zaaReloaded2/Formatter/DanielsStyle.cs index e5d7276..e08574b 100755 --- a/zaaReloaded2/Formatter/DanielsStyle.cs +++ b/zaaReloaded2/Formatter/DanielsStyle.cs @@ -72,7 +72,7 @@ namespace zaaReloaded2.Formatter find.Execute2007(FindText: "RR ", ReplaceWith: "", Replace: WdReplace.wdReplaceAll, MatchCase: true, MatchWholeWord: true); find.Execute2007(FindText: "HF ", ReplaceWith: "", Replace: WdReplace.wdReplaceAll, MatchCase: true, MatchWholeWord: true); find.Execute2007(FindText: "TAC-Spiegel", ReplaceWith: "Tacrolimus-Talspiegel", Replace: WdReplace.wdReplaceAll); - find.Execute2007(FindText: "ammelruin", ReplaceWith: "ammelurin", Replace: WdReplace.wdReplaceAll); + find.Execute2007(FindText: "ammelruin", ReplaceWith: "ammelurin", Replace: WdReplace.wdReplaceAll, MatchWholeWord: false); find.Execute2007(FindText: "4-7", ReplaceWith: "4 bis 7", Replace: WdReplace.wdReplaceAll); find.Execute2007(FindText: "5-8", ReplaceWith: "5 bis 8", Replace: WdReplace.wdReplaceAll); find.Execute2007(FindText: "8-10", ReplaceWith: "8 bis 10", Replace: WdReplace.wdReplaceAll); diff --git a/zaaReloaded2/VERSION b/zaaReloaded2/VERSION index d9f75ea..31cfaf6 100755 --- a/zaaReloaded2/VERSION +++ b/zaaReloaded2/VERSION @@ -1,2 +1,2 @@ -2.1.6 -2.1.6.0 +2.1.7 +2.1.7.0 diff --git a/zaaReloaded2/Views/FirstRunView.xaml b/zaaReloaded2/Views/FirstRunView.xaml index ead7c8d..9fec32a 100755 --- a/zaaReloaded2/Views/FirstRunView.xaml +++ b/zaaReloaded2/Views/FirstRunView.xaml @@ -51,7 +51,7 @@