Skip to content

Commit

Permalink
Merge pull request #388 from BalticAmadeus/387-august-release-plan
Browse files Browse the repository at this point in the history
387 august release plan
  • Loading branch information
Einingis authored Aug 3, 2023
2 parents 3454c85 + 8274ac4 commit 68f15fc
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 13 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Change Log

## 1.4.0 (2023-08-03)
### Changed
- Fixed various small bugs

### Added
- Default DLC import from ```settings.json```
- Default Databases import from ```openedge-project.json```
- Shortcuts to OE tools (for Windows)
- Possibility to enable/disable triggers

## 1.3.2 HF (2023-06-30)

### Changed
- Fixed socket server crash on linux

## 1.3.1 (2023-06-29)

### Changed
Expand All @@ -14,7 +26,6 @@
- Development process improvements

## 1.3.0 (2023-06-20)

### Changed
- Fixed deleting connections
- Fixed various small bugs
Expand All @@ -23,6 +34,8 @@
- Field name suggestions
- Create a copy of record
- Possibility to have multiple vs code instances


## 1.2.2 (2023-03-03)
### Changed
- Fixed issue with writing socket data
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This open source project is in active development. Our goal is to simplify the a
- Deleting Connections
- Edit Connections
- Connection status indicator
- Shortcuts to OE tools (*new*)
- Default import from ```openedge-project.json``` (*new*)
- Tables
- Hidden tables
- Launch query
Expand All @@ -27,7 +29,7 @@ This open source project is in active development. Our goal is to simplify the a
- Lazy loading
- JSON/OE formatting
- Custom queries
- Suggest field names (*new*)
- Suggest field names
- View record on double-click
- Export
- Formats
Expand All @@ -41,8 +43,9 @@ This open source project is in active development. Our goal is to simplify the a
- Filtered records
- CRUD operations
- Delete multiple
- Insert/copy (*new*)
- Insert/copy
- Update
- Disable/enable triggers (*new*)
- Extension settings configuration
- Supported OS
- Windows
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"DB",
"Explorer"
],
"version": "1.3.2",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/BalticAmadeus/ProBro"
Expand Down
11 changes: 4 additions & 7 deletions resources/markdown/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@ $ ext install BalticAmadeus.pro-bro

## Setup

Currently, to set up DLC and other variables and custom parameters you need to make changes inside ProBro scripts.
By default DLC is taken from ```abl.configuration.runtimes``` parameter which is default setting for ABL extensions.
Alternatively, you can setup necessary environment variables in launch script.

We'll definitely improve this process with future releases.

### For Linux
### Launch script for Linux
```
/home/<user directory>/.vscode/extensions/balticamadeus.pro-bro-<version>/resources/oe/scripts/oe.sh
```

Also, change ```oe.sh``` file permissions to make it executable.

### For Windows
### Launch script for Windows
```
C:\Users\<user folder>\.vscode\extensions\balticamadeus.pro-bro-<version>\resources\oe\scripts\oe.bat
```
1 change: 0 additions & 1 deletion src/view/app/Connection/connectionForm.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as vscode from "vscode";
import * as React from "react";
import { CommandAction, ICommand, IConfig } from "../model";
import { ProBroButton } from "../assets/button";
Expand Down
1 change: 0 additions & 1 deletion src/view/app/Fields/fields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Logger } from "../../../common/Logger";

import * as columnName from "./column.json";
import { ISettings } from "../../../common/IExtensionSettings";
import { ProBroButton } from "../assets/button";

interface IConfigProps {
vscode: any;
Expand Down

0 comments on commit 68f15fc

Please sign in to comment.