Skip to content

Commit 78d41c9

Browse files
committed
Prepare 1.5.4 release
1 parent 8ba66d5 commit 78d41c9

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

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

19-
[assembly: AssemblyVersion("1.5.3.0")]
20-
[assembly: AssemblyFileVersion("1.5.3.0")]
19+
[assembly: AssemblyVersion("1.5.4.0")]
20+
[assembly: AssemblyFileVersion("1.5.4.0")]

changes/1.5.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
# 1.5.3 - 2023/06/05
216

317
## Features

0 commit comments

Comments
 (0)