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)