You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
6
6
Thanks to the following contributors who worked on this release:
7
7
-@cameronwhite
8
-
-@cbibejs
9
-
-@conker312
8
+
-@adam-eldredge
9
+
-@Dj-Viking
10
+
-@DontBelieveMe
10
11
11
12
### Added
12
13
- 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)
@@ -18,17 +19,22 @@ Thanks to the following contributors who worked on this release:
18
19
- Improved the smoothness of MIDI pitch wheel events (bends, slides, etc), which now use the full 14-bit resolution instead of 7-bit
19
20
- Translations
20
21
- Added Turkish translation (#406)
21
-
- Updated French translation (#406)
22
+
- Added Chinese (Simplified) translation (#476, #477, #482)
23
+
- Updated French translation (#406, #440)
24
+
- Updated German translation (#473, #474, #481, #482)
- Chord diagrams now display the fret number of the top fret instead of the next fret after it (#408)
25
30
- Removed the 32-bit Windows installers
31
+
- A C++20 compiler is now required
26
32
- Updated the minimum required version of `RtMidi` to 4.0
27
33
- Updated the minimum required version of `boost` to 1.74
28
34
- Updated the minimum required version of `Qt` to 6.2
29
35
30
36
### Fixed
31
-
- 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).
37
+
- 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)
32
38
- Fixed a frequent crash when the preference to play inserted notes while editing is enabled
33
39
- Fixed potential crashes when importing Guitar Pro files (#442, #444)
34
40
- Fixed a bug where the scroll bar's range did not update when the visible height of the score shrank (#443)
0 commit comments