Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aza547 committed Apr 7, 2023
1 parent b2d9f52 commit 60c0d8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions release/app/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 release/app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 60c0d8c

Please sign in to comment.