Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Nov 3, 2024
1 parent 1288791 commit 8ff9de5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.

Thanks to the following contributors who worked on this release:
- @cameronwhite
- @cbibejs
- @conker312
- @adam-eldredge
- @Dj-Viking
- @DontBelieveMe

### Added
- Unsaved modified files can now be automatically backed at a regular interval, controlled via the Preferences dialog. The backup folder can be opened via the File menu (#392)
Expand All @@ -18,17 +19,22 @@ Thanks to the following contributors who worked on this release:
- Improved the smoothness of MIDI pitch wheel events (bends, slides, etc), which now use the full 14-bit resolution instead of 7-bit
- Translations
- Added Turkish translation (#406)
- Updated French translation (#406)
- Added Chinese (Simplified) translation (#476, #477, #482)
- Updated French translation (#406, #440)
- Updated German translation (#473, #474, #481, #482)
- Updated Russian translation (#407, #409, #437, #438)
- Updated Spanish translation (#445)

### Changed
- Chord diagrams now display the fret number of the top fret instead of the next fret after it (#408)
- Removed the 32-bit Windows installers
- A C++20 compiler is now required
- Updated the minimum required version of `RtMidi` to 4.0
- Updated the minimum required version of `boost` to 1.74
- Updated the minimum required version of `Qt` to 6.2

### Fixed
- Fixed a bug that caused some preferences such as custom shortcuts to not persist on macOS. Note that all other preferences (such as MIDI settings) are reset by this fix and will need to be manually changed to the desired values (#447).
- Fixed a bug that caused some preferences such as custom shortcuts to not persist on macOS. Note that all other preferences (such as MIDI settings) are reset by this fix and will need to be manually changed to the desired values (#447)
- Fixed a frequent crash when the preference to play inserted notes while editing is enabled
- Fixed potential crashes when importing Guitar Pro files (#442, #444)
- Fixed a bug where the scroll bar's range did not update when the visible height of the score shrank (#443)
Expand Down

0 comments on commit 8ff9de5

Please sign in to comment.