Skip to content

Commit

Permalink
Published version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarfsail committed Jan 23, 2021
1 parent e827681 commit 9d37f3d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 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.0.2</Version>
<FileVersion>9.0.2</FileVersion>
<Version>9.1.0</Version>
<FileVersion>9.1.0</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.0.2**:
* MSI Installer: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x86.msi) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x64.msi)
* Portable ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x86.zip) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x64.zip)
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)
<!--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.0.2" Date="2021-01-21" 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.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" />
</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.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
* 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
## 9.0.2 - 2021-01-21
###### Download: MSI: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x86.msi) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x64.msi) or ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x86.zip) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/9.0.2/AdvancedLogViewer_9.0.2_win-x64.zip)
#### Big features
Expand Down
6 changes: 5 additions & 1 deletion Release/History.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<History>
<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>
</Version>
<Version version="9.0.2" date="2021-01-21">
<BigFeature>This is the first version built in .NET 5 as 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. There is visible performance boost mainly on bigger logs thanks to improvements in .NET 5.</BigFeature>
<Fix>Fixed various bugs related to enabled UAC causing crashes of ALV.</Fix>
<Change>All setting and log files are now in Users\{CurrentUser}\AppData\Roaming\AdvancedLogViewer instead of \ProgramData\AdvancedLogViewer. This allows to run ALV even with restricted UAC without need to run app as administrator.</Change>
<Change>All setting and log files are now in Users\{CurrentUser}\AppData\Roaming\AdvancedLogViewer instead of \ProgramData\AdvancedLogViewer. This allows to run ALV even with restricted UAC without need to run app as administrator.</Change>
<Change>Serilog is used for ALV internal logging instead of log4net. It brings slightly better performance during logging .</Change>
<Change>Settings page is in standard WinForm instead of WPF which brings better performance and less 3rd party WPF libraries only because of that one page.</Change>
</Version>
Expand Down

0 comments on commit 9d37f3d

Please sign in to comment.