Skip to content

Commit

Permalink
Prepare 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekkonnect committed May 31, 2023
1 parent a059f87 commit c1bf379
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Lexing/SQLLexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ You should have received a copy of the GNU General Public License
CompactView web site <http://sourceforge.net/p/compactview/>.
**************************************************************************/
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.Remoting.Activation;

namespace CompactView.Lexing
{
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CompactView")]
[assembly: AssemblyProduct("CompactView")]
[assembly: AssemblyCopyright("Copyright © 2011-2017 Iván Costales Suárez + contributors")]
[assembly: AssemblyCopyright("Copyright © 2011-2017 Iván Costales Suárez | © 2023 Rekkonnect")]
[assembly: AssemblyTrademark("CompactView")]
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]

[assembly: Guid("26d8c44d-c1de-48f2-bf46-093934245bee")]

[assembly: AssemblyVersion("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
[assembly: AssemblyVersion("1.5.2.0")]
[assembly: AssemblyFileVersion("1.5.2.0")]
14 changes: 12 additions & 2 deletions changes/1.5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# 1.5.1
# 1.5.2 - 2023/06/01

## Features

- Syntax highlighting
- Fixes the previous implementation's bug in the strings and comments
- Adds more colors and categories of highlighted content
- Introduces a proper minified lexer, offering better performance
- Improves fizzles and stutters in the SQL query editor and DDL view

# 1.5.1 - 2023/05/31

## Features

Expand All @@ -12,7 +22,7 @@
- `Ctrl+Enter` does not automatically select a statement when the user had manually selected another
part of the query

# 1.5.0
# 1.5.0 - 2023/05/29

## Features
- The SQL query editor now opens immediately after loading a database
Expand Down

0 comments on commit c1bf379

Please sign in to comment.