Skip to content

Commit

Permalink
- (Gaspode) Workaround for Node installation bug. In case that prefix…
Browse files Browse the repository at this point in the history
… directory is not created, the installer will create it
  • Loading branch information
GermanBluefox committed Jul 17, 2023
1 parent 5453201 commit 4853565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,21 @@ Pre-requires:

## Changelog

# 2.2.2 (30.04.2023)

# 2.2.2 (17.07.2023)
- (Gaspode) Workaround for Node installation bug. In case that prefix directory is not created, the installer will create it

# 2.2.1 (30.04.2023)

- (Gaspode) Catch and handle several error conditions
- (Gaspode) Use a location for temporary files which causes less problems
- (Gaspode) Handle ampersand character properly when setting path variable

# 2.2.0 (18.04.2023)

- (Gaspode) Option added to set windows service startmode (auto, manual)
- (Gaspode) Uninstall: keep iobroker-data, but rename it to iobroker-data_backup
- (Gaspode) Allows changing the root folder for installations in expert mode
- (Gaspode) Fixed firewall rules

# 2.1.1 (30.03.2023)

- (Gaspode) Layout optimizations
- (Gaspode) Refactored and optimized code, cleanup
- (Gaspode) Support multi server installations in expert mode
Expand All @@ -70,15 +66,12 @@ Pre-requires:
- (Gaspode) Translations completed

# 2.1.0 (09.03.2023)

- (Gaspode) Implemented option to modify the Windows firewall
- (Gaspode) Ensured that the node path was set correctly when calling `npx`

# 2.0.0 (04.03.2023)

- (Gaspode) Improved look & feel, improved error handling, added several checks, implemented more options
- (Gaspode) added several languages

# 1.1.0 (21.05.2022)

- (bluefox) Initial release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "iobroker.build",
"version": "2.2.1",
"version": "2.2.2",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.build.git"
},
"private": true,
"dependencies": {
"gulp": "^4.0.2",
"axios": "^1.3.6"
"axios": "^1.4.0"
},
"scripts": {
"build": "gulp"
Expand Down

0 comments on commit 4853565

Please sign in to comment.