Skip to content

Commit 0492a7a

Browse files
committed
Version 9.1.1
1 parent 5543b91 commit 0492a7a

6 files changed

Lines changed: 19 additions & 6 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Description>Application for advanced viewing log files.</Description>
77
<Product>Advanced Log Viewer</Product>
88
<Copyright>Copyright © Ondrej Salplachta 2021</Copyright>
9-
<Version>9.1.0</Version>
10-
<FileVersion>9.1.0</FileVersion>
9+
<Version>9.1.1</Version>
10+
<FileVersion>9.1.1</FileVersion>
1111
<NeutralLanguage>en</NeutralLanguage>
1212
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1313
<SupportedOSPlatform>windows</SupportedOSPlatform>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Free Log Viewer for easy & powerful log viewing.
33

44
## Download
55
<!--GENERATED LINKS BEGIN-->
6-
You can download the latest release **9.1.0**:
7-
* 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)
8-
* 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)
6+
You can download the latest release **9.1.1**:
7+
* 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)
8+
* 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)
99
<!--GENERATED LINKS END-->
1010
**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.**
1111

Release/AdvancedLogViewer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<SoftwareUpdate>
33
<Settings UpdateType="MSI" DefinitionStructureVersion="1" />
4-
<LatestVersion Version="9.1.0" Date="2021-01-23" URL="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.msi" UrlWithPortableUpdate="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/bin/AdvancedLogViewer_update_portable.txt" UrlWithZip="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.zip" URLWithHistoryXml="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/History.xml" MsiUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.msi" ZipUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.zip" />
4+
<LatestVersion Version="9.1.1" Date="2021-01-28" URL="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.msi" UrlWithPortableUpdate="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/bin/AdvancedLogViewer_update_portable.txt" UrlWithZip="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.zip" URLWithHistoryXml="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/History.xml" MsiUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.msi" ZipUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.zip" />
55
</SoftwareUpdate>

Release/History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 9.1.1 - 2021-01-28
2+
###### 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)
3+
#### Fixes
4+
* Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27.
5+
* Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26.
16
## 9.1.0 - 2021-01-23
27
###### 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)
38
#### Features

Release/History.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<History>
3+
<Version version="9.1.1" date="2021-01-28">
4+
<Fix>Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27.</Fix>
5+
<Fix>Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26.</Fix>
6+
</Version>
37
<Version version="9.1.0" date="2021-01-23">
48
<Feature>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>
59
<Feature>Feature request #19: Ability to show / hide context menu "Browse for Logs" in Windows Explorer. Option is in Settings->System Integration</Feature>

Src/AdvancedLogViewer/History.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<History>
3+
<Version version="9.1.1" date="2021-01-28">
4+
<Fix>Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27.</Fix>
5+
<Fix>Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26.</Fix>
6+
</Version>
37
<Version version="9.1.0" date="2021-01-23">
48
<Feature>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>
59
<Feature>Feature request #19: Ability to show / hide context menu "Browse for Logs" in Windows Explorer. Option is in Settings->System Integration</Feature>

0 commit comments

Comments
 (0)