diff --git a/Directory.Build.props b/Directory.Build.props
index 4921fc3..479662d 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.0.2
- 9.0.2
+ 9.1.0
+ 9.1.0
en
true
windows
diff --git a/README.md b/README.md
index 8fd04ad..0abdcd5 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.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)
**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 290cd96..76f6dc5 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 f4fa53b..1ae9cad 100644
--- a/Release/History.md
+++ b/Release/History.md
@@ -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
diff --git a/Release/History.xml b/Release/History.xml
index 8d71634..344a5ae 100644
--- a/Release/History.xml
+++ b/Release/History.xml
@@ -1,9 +1,13 @@
+
+ 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
+
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.
Fixed various bugs related to enabled UAC causing crashes of ALV.
- 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.
+ 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.
Serilog is used for ALV internal logging instead of log4net. It brings slightly better performance during logging .
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.