From 95ec0901e646195494401614af1b7a672d4b6e6d Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Sat, 30 May 2015 16:47:06 -0400 Subject: [PATCH] Updated readme and bumped version to 1.5 --- Properties/AssemblyInfo.cs | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ce7b08f..fb7f7d1 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] diff --git a/README.md b/README.md index 09ccaba..b0aba67 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ New Code Preview popup on mouse hover. [Releases](https://github.com/JoeRobich/fd-editorminimap/releases/) ## History +**v1.5** - Disable Preprocessor lexing, resolves #1. Automatically scroll code preview based on indentation. **v1.4** - Fixed bug with non-en_US locales. Better support for high DPI. Updated to work with FD5. **v1.3.1** - Fixed issue with single click when not showing code preview (reported by mrpinc). **v1.3** - Mouse scroll wheel can now be used to scoll the MiniMap for long files.