From 0492a7a9ed01c7ca705e3ebe2f0a266b5e86e6df Mon Sep 17 00:00:00 2001 From: Ondrej Salplachta Date: Thu, 28 Jan 2021 12:40:54 +0100 Subject: [PATCH] Version 9.1.1 --- Directory.Build.props | 4 ++-- README.md | 6 +++--- Release/AdvancedLogViewer.xml | 2 +- Release/History.md | 5 +++++ Release/History.xml | 4 ++++ Src/AdvancedLogViewer/History.xml | 4 ++++ 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 479662d..5360524 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,8 +6,8 @@ Application for advanced viewing log files. Advanced Log Viewer Copyright © Ondrej Salplachta 2021 - 9.1.0 - 9.1.0 + 9.1.1 + 9.1.1 en true windows diff --git a/README.md b/README.md index 0abdcd5..25498c0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Free Log Viewer for easy & powerful log viewing. ## Download -You can download the latest release **9.1.0**: -* MSI Installer: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x86.msi) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x64.msi) -* Portable ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x86.zip) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x64.zip) +You can download the latest release **9.1.1**: +* MSI Installer: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x86.msi) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x64.msi) +* Portable ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x86.zip) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x64.zip) **Note: Version 9.x is built in .NET 5 as [self-contained](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained) application. Thus it doesn't need any .NET framework to be installed on the target machine. Because of that, the app is compiled for both x86 and x64 environments with appropriate embedded framework inside. This change increased installer size to ~20 MB but benefit of not requiring installed specific .NET framework won over the increased size of binaries.** diff --git a/Release/AdvancedLogViewer.xml b/Release/AdvancedLogViewer.xml index 76f6dc5..8be88dd 100644 --- a/Release/AdvancedLogViewer.xml +++ b/Release/AdvancedLogViewer.xml @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/Release/History.md b/Release/History.md index 1ae9cad..2074d17 100644 --- a/Release/History.md +++ b/Release/History.md @@ -1,3 +1,8 @@ +## 9.1.1 - 2021-01-28 +###### Download: MSI: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x86.msi) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x64.msi) or ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x86.zip) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.1/AdvancedLogViewer_9.1.1_win-x64.zip) +#### Fixes +* Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27. +* Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26. ## 9.1.0 - 2021-01-23 ###### Download: MSI: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x86.msi) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x64.msi) or ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x86.zip) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.1.0/AdvancedLogViewer_9.1.0_win-x64.zip) #### Features diff --git a/Release/History.xml b/Release/History.xml index 344a5ae..ac19422 100644 --- a/Release/History.xml +++ b/Release/History.xml @@ -1,5 +1,9 @@  + + Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27. + Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26. + Feature request #24: Added support for tabs beside spaces in custom patterns. It's a new keyword $Tabs$. Also both the existing $Spaces$ and new one $Tabs$ are shown in the help below the edit box. Feature request #19: Ability to show / hide context menu "Browse for Logs" in Windows Explorer. Option is in Settings->System Integration diff --git a/Src/AdvancedLogViewer/History.xml b/Src/AdvancedLogViewer/History.xml index 344a5ae..ac19422 100644 --- a/Src/AdvancedLogViewer/History.xml +++ b/Src/AdvancedLogViewer/History.xml @@ -1,5 +1,9 @@  + + Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27. + Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26. + Feature request #24: Added support for tabs beside spaces in custom patterns. It's a new keyword $Tabs$. Also both the existing $Spaces$ and new one $Tabs$ are shown in the help below the edit box. Feature request #19: Ability to show / hide context menu "Browse for Logs" in Windows Explorer. Option is in Settings->System Integration