Skip to content

Commit

Permalink
1.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romovs committed Nov 19, 2024
1 parent 3450b22 commit 6691200
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# CHANGELOG

## v1.37.0 (2025-06-18)
## v1.37.1 (2024-11-19)

#### :beetle: Bug Fix
* Fix BrowserStack settings to comply with W3C.

#### :house: Internal
* Update oxygen-cli from v1.35.0 to v1.37.1. See [Oxygen ChangeLog](https://github.com/oxygenhq/oxygen/blob/master/CHANGELOG.md).
* Update GeckoDriver to 0.35.0.
* Bundle ChromeDriver/EdgeDriver 131.

## v1.37.0 (2024-06-18)

#### :beetle: Bug Fix
* Fix display of command params in documentation popup.

#### :house: Internal
* Update oxygen-cli from v1.33.3 to v1.35.0. See [Oxygen ChangeLog](https://github.com/oxygenhq/oxygen/blob/master/CHANGELOG.md).

## v1.36.0 (2025-04-30)
## v1.36.0 (2024-04-30)

#### :beetle: Bug Fix
* Fix auto download issue with Chrome driver and optimize IDE startup time by removing unnecessary browser version checks.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oxygenide",
"productName": "Oxygen IDE",
"version": "1.37.0",
"version": "1.37.1",
"description": "IDE for Oxygen automation framework.",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit 6691200

Please sign in to comment.