From f881941cc718b7612be7715405be40f5b2a6a543 Mon Sep 17 00:00:00 2001 From: PauliusKu Date: Wed, 7 Feb 2024 13:40:13 +0200 Subject: [PATCH] Release 1.6.0 preparation --- CHANGELOG.md | 13 +++++++++++++ README.md | 5 +++-- package.json | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc41c02..88f9634f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.6.0 (2024-02-07) + +### Changed + +- Fixed updating issue when creating new fields. +- Fixed column width formatting. +- Fixed various small bugs. + +### Added + +- Show ROWID ( and RECID) in query data table. +- Query grid table size management. + ## 1.5.2 (2023-12-21) ### Changed diff --git a/README.md b/README.md index ba8f3d43..bcf51d8d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This open source project is in active development. Our goal is to simplify the a - Hidden tables - Launch query - Launch query on double click - - Select tables form multiple databases (_new_) + - Select tables form multiple databases - Indexes - Fields - Filtering @@ -36,7 +36,8 @@ This open source project is in active development. Our goal is to simplify the a - Custom queries - Suggest field names - View record on double-click - - Enable/disable filtering as you type (_new_) + - Enable/disable filtering as you type + - Query grid table size management (_new_) - Export - Formats - .D file diff --git a/package.json b/package.json index 1d1473e5..790874ee 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "DB", "Explorer" ], - "version": "1.5.2", + "version": "1.6.0", "repository": { "type": "git", "url": "https://github.com/BalticAmadeus/ProBro" @@ -361,4 +361,4 @@ "reactjs-popup": "^2.0.5", "uuid": "^9.0.0" } -} +} \ No newline at end of file