Skip to content

Commit

Permalink
v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romovs committed Apr 30, 2024
1 parent a16ad47 commit bbdde01
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

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

#### :beetle: Bug Fix
* Fix auto download issue with Chrome driver and optimize IDE startup time by removing unnecessary browser version checks.

#### :nail_care: Polish
* Do not prevent multiple instances OXYGEN_IDE_USERDATA_PATH env var is defined.

#### :house: Internal
* Update oxygen-cli from v1.32.0 to v1.33.3. See [Oxygen ChangeLog](https://github.com/oxygenhq/oxygen/blob/master/CHANGELOG.md).
* Update Selenium to v4.19.1.
* Update GeckoDriver to 0.34.0.
* Bundle ChromeDriver/EdgeDriver 124.

## v1.35.1 (2024-01-02)

#### :beetle: Bug Fix
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.35.1",
"version": "1.36.0",
"description": "IDE for Oxygen automation framework.",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit bbdde01

Please sign in to comment.