Skip to content

Commit

Permalink
Merge pull request #532 from BalticAmadeus/527-january-release-plan
Browse files Browse the repository at this point in the history
Release 1.6.0 preparation
  • Loading branch information
mmarkauskas authored Feb 7, 2024
2 parents d6124a6 + f881941 commit 98ab4cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"DB",
"Explorer"
],
"version": "1.5.2",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/BalticAmadeus/ProBro"
Expand Down Expand Up @@ -361,4 +361,4 @@
"reactjs-popup": "^2.0.5",
"uuid": "^9.0.0"
}
}
}

0 comments on commit 98ab4cb

Please sign in to comment.