Skip to content

Commit

Permalink
Prepare 1.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekkonnect committed Jun 5, 2023
1 parent 8261207 commit f3514b9
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -16,5 +16,5 @@

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

[assembly: AssemblyVersion("1.5.2.0")]
[assembly: AssemblyFileVersion("1.5.2.0")]
[assembly: AssemblyVersion("1.5.3.0")]
[assembly: AssemblyFileVersion("1.5.3.0")]
16 changes: 16 additions & 0 deletions changes/1.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.5.3 - 2023/06/05

## Features

- Quickly copy or insert the selected column name or database name

## Improvements

- Loading
- The data grid view is much more responsive using double buffering
- Loading the database performs drastically fewer queries, resulting
in a much faster loading time

- Syntax highlighting
- Allows caching the lexed result of a SQL query and reusing it

# 1.5.2 - 2023/06/01

## Features
Expand Down

0 comments on commit f3514b9

Please sign in to comment.