Skip to content

Commit

Permalink
Updated readme and bumped version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed May 30, 2015
1 parent ec4a7c7 commit 95ec090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 95ec090

Please sign in to comment.