From 78d41c99d138b2a1e691f7d9358a4d0f4c9a7ecc Mon Sep 17 00:00:00 2001 From: Rekkonnect Date: Tue, 6 Jun 2023 11:27:07 +0300 Subject: [PATCH] Prepare 1.5.4 release --- Properties/AssemblyInfo.cs | 4 ++-- changes/1.5.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 7b92896..6bc9122 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ [assembly: Guid("26d8c44d-c1de-48f2-bf46-093934245bee")] -[assembly: AssemblyVersion("1.5.3.0")] -[assembly: AssemblyFileVersion("1.5.3.0")] +[assembly: AssemblyVersion("1.5.4.0")] +[assembly: AssemblyFileVersion("1.5.4.0")] diff --git a/changes/1.5.md b/changes/1.5.md index cc79193..d6c4354 100644 --- a/changes/1.5.md +++ b/changes/1.5.md @@ -1,3 +1,17 @@ +# 1.5.4 - 2023/06/06 + +## Features + +- Drag and drop a database file onto the application to open it + +## Improvements + +- Syntax highlighting + - Caches calculated RTF for database object DDLs, making highlighting + more responsive + - Fixes bug that would not properly format the SQL query text after pasting it + as the first action in the text box since the startup + # 1.5.3 - 2023/06/05 ## Features