Skip to content

Commit

Permalink
Bump version numbers to 2.0.20
Browse files Browse the repository at this point in the history
This release drops the `alpha` tag and moves to a normal versioning scheme: future versions will bump the major / minor / patch versions depending on the scope of the changes
  • Loading branch information
cameronwhite committed Nov 3, 2024
1 parent 8ff9de5 commit 07c6d66
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 8 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

Thanks to the following contributors who worked on this release:
- @cameronwhite

### Added

### Changed

### Fixed

## [2.0.20] - 2024-11-03

This release drops the `alpha` tag and moves to a normal versioning scheme: future versions will bump the major / minor / patch versions depending on the scope of the changes.

Thanks to the following contributors who worked on this release:
- @cameronwhite
- @adam-eldredge
Expand Down Expand Up @@ -481,7 +494,8 @@ Thanks to the following contributors who worked on this release:
## [Alpha 1] - 2014-07-27
* The first alpha release!

[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha19...HEAD
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.20...HEAD
[2.0.20]: https://github.com/powertab/powertabeditor/releases/tag/2.0.20
[Alpha 19]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha19
[Alpha 18]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha18
[Alpha 17]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha17
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set( CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake/third_party/modules
)

set( PTE_VERSION 2.0.0-alpha19 )
set( PTE_VERSION 2.0.20 )

include( PTE_Platform )
include( PTE_CompilerFlags )
Expand Down
6 changes: 3 additions & 3 deletions installer/osx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ project( installer )
set( CPACK_PACKAGE_NAME "Power Tab Editor" )
set( CPACK_PACKAGE_VENDOR "Power Tab" )

set( CPACK_PACKAGE_VERSION_MAJOR "1" )
set( CPACK_PACKAGE_VERSION_MINOR "98" )
set( CPACK_PACKAGE_VERSION_PATCH "19" )
set( CPACK_PACKAGE_VERSION_MAJOR "2" )
set( CPACK_PACKAGE_VERSION_MINOR "0" )
set( CPACK_PACKAGE_VERSION_PATCH "20" )
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/license.txt" )

set( system_name "osx" )
Expand Down
4 changes: 2 additions & 2 deletions installer/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: powertabeditor
base: core20
version: '2.0.0-alpha19'
version: '2.0.20'
adopt-info: powertabeditor

grade: stable
Expand All @@ -16,7 +16,7 @@ parts:
- /root/parts/powertabeditor/install/usr/local/share/metainfo/powertabeditor.metainfo.xml
plugin: cmake
source: https://github.com/powertab/powertabeditor.git
source-tag: 2.0.0-alpha19
source-tag: 2.0.20
cmake-generator: Ninja
cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/installer.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define ProductName "Power Tab Editor"
#define ExeName "powertabeditor"
#define GroupName "Power Tab"
#define ProductVersion "2.0.0-alpha19"
#define ProductVersion "2.0.20"

#define public Dependency_NoExampleSetup
#include "CodeDependencies.iss"
Expand Down
43 changes: 43 additions & 0 deletions xdg/powertabeditor.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,49 @@
</provides>

<releases>
<release version="2.0.20" date="2024-11-03">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.20</url>
<description>
<p>New Features / Improvements</p>
<ul>
<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>
<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>
<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>
<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>
<li>Extended the view filter menu to support filtering by a specific player without requiring a filter to be explicitly created (#301)</li>
<li>Copying and pasting selections which include barlines is now supported (#416)</li>
<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>
<li>Added Turkish translation (#406)</li>
<li>Added Chinese (Simplified) translation (#476, #477, #482)</li>
<li>Updated French translation (#406, #440)</li>
<li>Updated German translation (#473, #474, #481, #482)</li>
<li>Updated Russian translation (#407, #409, #437, #438)</li>
<li>Updated Spanish translation (#445)</li>
</ul>
<p>Changes</p>
<ul>
<li>Chord diagrams now display the fret number of the top fret instead of the next fret after it (#408)</li>
<li>Removed the 32-bit Windows installers</li>
<li>A C++20 compiler is now required</li>
<li>Updated the minimum required version of `RtMidi` to 4.0</li>
<li>Updated the minimum required version of `boost` to 1.74</li>
<li>Updated the minimum required version of `Qt` to 6.2</li>
</ul>
<p>Bug Fixes</p>
<ul>
<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>
<li>Fixed a frequent crash when the preference to play inserted notes while editing is enabled</li>
<li>Fixed potential crashes when importing Guitar Pro files (#442, #444)</li>
<li>Fixed a bug where the scroll bar's range did not update when the visible height of the score shrank (#443)</li>
<li>Fixed a bug where the caret was rendered when printing or displaying a print preview (#441)</li>
<li>Fixed issues where the top fret number of a chord diagram could be cut off in the chord name dialog (#408)</li>
<li>Fixed a crash when an alternate ending was located on the last position of a system (#449)</li>
<li>Fixed a crash during playback when a score contained a `Fine` symbol (#470)</li>
<li>Fixed build errors with `minizip-ng` (#478)</li>
<li>Fixed crashes due to menu items not being disabled correctly after switching tabs (#486)</li>
</ul>
</description>
</release>
<release version="2.0.0-alpha19" date="2022-10-17">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha19</url>
<description>
Expand Down

0 comments on commit 07c6d66

Please sign in to comment.