diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e46dd6f0..ca9c6e46 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,23 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -### Added -- [Issue 334](https://github.com/aza547/wow-recorder/issues/334) - JKL hotkeys to video player +### Added ### Changed -- [Issue 352](https://github.com/aza547/wow-recorder/issues/352) - Improvements to the home page. - ### Fixed -- [NO-ISSUE] Fixed a bug where the app would sometimes crash on selecting a category with no videos. -- [Issue 362](https://github.com/aza547/wow-recorder/issues/362) - Include the M+ keystone level in the GUI. -## [3.8.0] - 2023-04-04 +## [3.9.0] - 2023-04-07 +### Added +- [Issue 334](https://github.com/aza547/wow-recorder/issues/334) - Add JKL, arrows and space hotkeys to video player for seeking. + ### Changed -- [NO-ISSUE] - Adjusted M+ markers to be based on segment duration -- [NO-ISSUE] - Adjusted M+ marker mouseover tips to be boss names instead of just 'Boss' -- +- [Issue 352](https://github.com/aza547/wow-recorder/issues/352) - Improvements to the home page aesthetics. +- [NO-ISSUE] - Adjusted M+ markers to be based on segment duration. +- [NO-ISSUE] - Adjusted M+ marker mouseover tips to be boss names instead of just 'Boss'. + ### Fixed -- [NO-ISSUE] - Fixed a bug where the app would sometimes crash on selecting a category with no videos. +- [NO-ISSUE] Fixed a bug where the app would sometimes crash on selecting a category with no videos. - [Issue 362](https://github.com/aza547/wow-recorder/issues/362) - Include the M+ keystone level in the GUI. ## [3.8.0] - 2023-04-04 diff --git a/release/app/package-lock.json b/release/app/package-lock.json index 8e46a9aa..c5cae853 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "WarcraftRecorder", - "version": "3.7.0", + "version": "3.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "WarcraftRecorder", - "version": "3.7.0", + "version": "3.9.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/release/app/package.json b/release/app/package.json index 0f0b260d..20a4ecbf 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "WarcraftRecorder", - "version": "3.8.0", + "version": "3.9.0", "description": "A World of Warcraft screen recorder", "main": "./dist/main/main.js", "author": {