From c89f81d582ba10e5616b978f3fcc6d72884198e5 Mon Sep 17 00:00:00 2001 From: webdev4 Date: Tue, 17 Apr 2018 15:24:39 +0200 Subject: [PATCH] Version 2.1.2.5 --- EZBlocker2/Properties/AssemblyInfo.cs | 4 ++-- README.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/EZBlocker2/Properties/AssemblyInfo.cs b/EZBlocker2/Properties/AssemblyInfo.cs index 9237d2f..0d98ca1 100644 --- a/EZBlocker2/Properties/AssemblyInfo.cs +++ b/EZBlocker2/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.2.4")] -[assembly: AssemblyFileVersion("2.1.2.4")] +[assembly: AssemblyVersion("2.1.2.5")] +[assembly: AssemblyFileVersion("2.1.2.5")] diff --git a/README.md b/README.md index 8f82e35..d68a487 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,13 @@ EZBlocker 2 will create a log with all errors detected. If you want to open a is ### Changelog +Version 2.1.2.5: +- Implemented save location on the screen +- Added CTRL key to center location on the screen +- Fixed commit 8d43ec8 +- Updated hosts patches +- Bug fixes and general optimization + Version 2.1.2.4: - Fixed memory leak (issue #10, #9)