Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aza547 committed Jul 23, 2023
2 parents db2b8aa + b9e046b commit 0e73c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.15.2] - 2023-07-16
### Fixed
- [Issue 310](https://github.com/aza547/wow-recorder/issues/310) - React to Windows sleep events better to avoid problems on Windows waking up.
### Changed
- Start building and packaging with the latest version of NodeJS (20.4.0).

## [3.15.1] - 2023-07-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The below steps describe development on Windows. The app is currently not suppor
## Start in Development Mode
Development mode benefits from the infrastructure offered by [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate). You can read more about it on their [docs](https://electron-react-boilerplate.js.org/). It allows for a very quick development cycle, access to chrome dev tools, and hot reloading of the app on saving new changes.

1. Install Node.js LTS version (latest at time of writing is 18.16.0) from [here](https://nodejs.org/en/).
1. Install the latest version of Node.js version (latest at time of writing is 20.4.0) from [here](https://nodejs.org/en/).
1. Clone a copy of the [wow-recorder](https://github.com/aza547/wow-recorder) codebase.
1. Change into the checkout directory.
1. Run `npm install` on the command line to install required node packages.
Expand Down

0 comments on commit 0e73c6b

Please sign in to comment.