Skip to content

Commit

Permalink
Version 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarfsail committed Jan 28, 2021
1 parent 5543b91 commit 0492a7a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Description>Application for advanced viewing log files.</Description>
<Product>Advanced Log Viewer</Product>
<Copyright>Copyright © Ondrej Salplachta 2021</Copyright>
<Version>9.1.0</Version>
<FileVersion>9.1.0</FileVersion>
<Version>9.1.1</Version>
<FileVersion>9.1.1</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<SupportedOSPlatform>windows</SupportedOSPlatform>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Free Log Viewer for easy & powerful log viewing.

## Download
<!--GENERATED LINKS BEGIN-->
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)
<!--GENERATED LINKS END-->
**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.**

Expand Down
2 changes: 1 addition & 1 deletion Release/AdvancedLogViewer.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<SoftwareUpdate>
<Settings UpdateType="MSI" DefinitionStructureVersion="1" />
<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" />
<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" />
</SoftwareUpdate>
5 changes: 5 additions & 0 deletions Release/History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions Release/History.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<History>
<Version version="9.1.1" date="2021-01-28">
<Fix>Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27.</Fix>
<Fix>Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26.</Fix>
</Version>
<Version version="9.1.0" date="2021-01-23">
<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>
<Feature>Feature request #19: Ability to show / hide context menu "Browse for Logs" in Windows Explorer. Option is in Settings->System Integration</Feature>
Expand Down
4 changes: 4 additions & 0 deletions Src/AdvancedLogViewer/History.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<History>
<Version version="9.1.1" date="2021-01-28">
<Fix>Application icon disappered since version 9.0.2. Thanks martin-lacina-swi for fixing this bug in #27.</Fix>
<Fix>Clicking on url links inside the app raised unhandled exception since 9.0.2. Thanks 7rakir for fixing this bug in #26.</Fix>
</Version>
<Version version="9.1.0" date="2021-01-23">
<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>
<Feature>Feature request #19: Ability to show / hide context menu "Browse for Logs" in Windows Explorer. Option is in Settings->System Integration</Feature>
Expand Down

0 comments on commit 0492a7a

Please sign in to comment.