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.