We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba66d5 commit 78d41c9Copy full SHA for 78d41c9
2 files changed
Properties/AssemblyInfo.cs
@@ -16,5 +16,5 @@
16
17
[assembly: Guid("26d8c44d-c1de-48f2-bf46-093934245bee")]
18
19
-[assembly: AssemblyVersion("1.5.3.0")]
20
-[assembly: AssemblyFileVersion("1.5.3.0")]
+[assembly: AssemblyVersion("1.5.4.0")]
+[assembly: AssemblyFileVersion("1.5.4.0")]
changes/1.5.md
@@ -1,3 +1,17 @@
1
+# 1.5.4 - 2023/06/06
2
+
3
+## Features
4
5
+- Drag and drop a database file onto the application to open it
6
7
+## Improvements
8
9
+- Syntax highlighting
10
+ - Caches calculated RTF for database object DDLs, making highlighting
11
+ more responsive
12
+ - Fixes bug that would not properly format the SQL query text after pasting it
13
+ as the first action in the text box since the startup
14
15
# 1.5.3 - 2023/06/05
## Features
0 commit comments