Skip to content

Commit

Permalink
Merge pull request #612 from BalticAmadeus/606-october-release-plan
Browse files Browse the repository at this point in the history
606 october release plan
  • Loading branch information
darkeris345 authored Nov 8, 2024
2 parents 1de9f0b + 1e202cd commit 908be17
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 1.8.0 (2024-11-08)

### Changed

- Fixed create, edit and delete issue.
- Windows OS theme adaptabtability bug fix.
- Fixed logical fields disappearing in JSON format.
- Fixed issue where query errors prevented proceeding, subsequent valid queries can be executed to obtain results.
- Refresh button works both for workspace and global connections.
- Fixed various small bugs.

### Added

- Support for multiple OE versions.
- Data Administration, Data Dictionary or Procedure Editor tools open with connection to selected database.
- Interactive modals with improved UI.

## 1.7.0 (2024-04-08)

### Changed
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ This open source project is in active development. Our goal is to simplify the a
- Connection status indicator
- Shortcuts to OE tools
- Possibility to import from `openedge-project.json`
- Data Administration, Data Dictionary or Procedure Editor tools open with connection to selected database (_new_)
- Support for multiple OE versions (_new_)

- Tables
- Hidden tables
- Launch query
- Launch query on double click
- Select tables form multiple databases
- Favourite tables (_new_)
- Favourite tables
- Interactive modals with improved UI (_new_)
- Indexes
- Fields
- Filtering
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"DB",
"Explorer"
],
"version": "1.7.0",
"version": "1.8.0",
"repository": {
"type": "git",
"url": "https://github.com/BalticAmadeus/ProBro"
Expand Down Expand Up @@ -98,7 +98,7 @@
},
"pro-bro.filterAsYouType": {
"type": "boolean",
"default": true,
"default": false,
"markdownDescription": "Use filter as you type"
},
"pro-bro.logging.react": {
Expand All @@ -115,7 +115,7 @@
},
"pro-bro.development.useNewDbClient": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Use New DB Client implementation"
},
"pro-bro.gridTextSize": {
Expand Down

0 comments on commit 908be17

Please sign in to comment.