Skip to content

Commit

Permalink
Incremented version and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Salawa committed Jan 18, 2023
1 parent 6740ae7 commit 05bba86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

### 3.4.3
- CHANGE: #4631 Linux binaries are built again back on Ubuntu 20.04 (instead of 22.04) to make it compatible for more Linux machines.
- BUGFIX: Removed unnecessary linking to curses library in Linux build file.

### 3.4.2
- ADDED: #4653 For dealing with small fractional numbers there is an option now to change Grid View representation of these numbers to a scientific notation - the option is in Configuration/Data Browsing.
- CHANGE: #4535 Improved current query highlighter, so it considers query on the left of the cursor as current in a more intuitive way.
Expand Down
2 changes: 1 addition & 1 deletion SQLiteStudio3/coreSQLiteStudio/sqlitestudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

DEFINE_SINGLETON(SQLiteStudio)

static const int sqlitestudioVersion = 30402;
static const int sqlitestudioVersion = 30403;

SQLiteStudio::SQLiteStudio()
{
Expand Down

0 comments on commit 05bba86

Please sign in to comment.