|
41 | 41 | </provides> |
42 | 42 |
|
43 | 43 | <releases> |
| 44 | + <release version="2.0.20" date="2024-11-03"> |
| 45 | + <url>https://github.com/powertab/powertabeditor/releases/tag/2.0.20</url> |
| 46 | + <description> |
| 47 | + <p>New Features / Improvements</p> |
| 48 | + <ul> |
| 49 | + <li>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)</li> |
| 50 | + <li>The preferred MIDI output device is now tracked by name rather than by port number, which is more robust if e.g. a new device is plugged in</li> |
| 51 | + <li>Chord names can now use a custom label instead of the auto-generated chord name. This is primarily used for chords imported from Guitar Pro files (#442)</li> |
| 52 | + <li>When attempting to insert a note at the end of a system, a space is now automatically inserted to allow the note to be added (#439)</li> |
| 53 | + <li>Extended the view filter menu to support filtering by a specific player without requiring a filter to be explicitly created (#301)</li> |
| 54 | + <li>Copying and pasting selections which include barlines is now supported (#416)</li> |
| 55 | + <li>Improved the smoothness of MIDI pitch wheel events (bends, slides, etc), which now use the full 14-bit resolution instead of 7-bit</li> |
| 56 | + <li>Added Turkish translation (#406)</li> |
| 57 | + <li>Added Chinese (Simplified) translation (#476, #477, #482)</li> |
| 58 | + <li>Updated French translation (#406, #440)</li> |
| 59 | + <li>Updated German translation (#473, #474, #481, #482)</li> |
| 60 | + <li>Updated Russian translation (#407, #409, #437, #438)</li> |
| 61 | + <li>Updated Spanish translation (#445)</li> |
| 62 | + </ul> |
| 63 | + <p>Changes</p> |
| 64 | + <ul> |
| 65 | + <li>Chord diagrams now display the fret number of the top fret instead of the next fret after it (#408)</li> |
| 66 | + <li>Removed the 32-bit Windows installers</li> |
| 67 | + <li>A C++20 compiler is now required</li> |
| 68 | + <li>Updated the minimum required version of `RtMidi` to 4.0</li> |
| 69 | + <li>Updated the minimum required version of `boost` to 1.74</li> |
| 70 | + <li>Updated the minimum required version of `Qt` to 6.2</li> |
| 71 | + </ul> |
| 72 | + <p>Bug Fixes</p> |
| 73 | + <ul> |
| 74 | + <li>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)</li> |
| 75 | + <li>Fixed a frequent crash when the preference to play inserted notes while editing is enabled</li> |
| 76 | + <li>Fixed potential crashes when importing Guitar Pro files (#442, #444)</li> |
| 77 | + <li>Fixed a bug where the scroll bar's range did not update when the visible height of the score shrank (#443)</li> |
| 78 | + <li>Fixed a bug where the caret was rendered when printing or displaying a print preview (#441)</li> |
| 79 | + <li>Fixed issues where the top fret number of a chord diagram could be cut off in the chord name dialog (#408)</li> |
| 80 | + <li>Fixed a crash when an alternate ending was located on the last position of a system (#449)</li> |
| 81 | + <li>Fixed a crash during playback when a score contained a `Fine` symbol (#470)</li> |
| 82 | + <li>Fixed build errors with `minizip-ng` (#478)</li> |
| 83 | + <li>Fixed crashes due to menu items not being disabled correctly after switching tabs (#486)</li> |
| 84 | + </ul> |
| 85 | + </description> |
| 86 | + </release> |
44 | 87 | <release version="2.0.0-alpha19" date="2022-10-17"> |
45 | 88 | <url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha19</url> |
46 | 89 | <description> |
|
0 commit comments