Skip to content

Commit

Permalink
Bump version numbers for alpha 18
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Mar 11, 2022
1 parent 313cf86 commit 1f2771b
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file.
Thanks to the following contributors who worked on this release:
- @cameronwhite

### Added

### Changed

### Fixed

## [Alpha 18] - 2022-03-10

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

### Added
- Added support for exporting to Guitar Pro 7 (`.gp`) files (#350)
- The Bulk Converter dialog can now export to MIDI files (and any export formats added in the future) instead of only `.pt2` files (#69)
Expand Down Expand Up @@ -407,6 +418,7 @@ Thanks to the following contributors who worked on this release:
* The first alpha release!

[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha15...HEAD
[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
[Alpha 16]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha16
[Alpha 15]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha15
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-alpha17 )
set( PTE_VERSION 2.0.0-alpha18 )

include( PTE_Platform )
include( PTE_CompilerFlags )
Expand Down
2 changes: 1 addition & 1 deletion installer/osx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set( CPACK_PACKAGE_VENDOR "Power Tab" )

set( CPACK_PACKAGE_VERSION_MAJOR "1" )
set( CPACK_PACKAGE_VERSION_MINOR "98" )
set( CPACK_PACKAGE_VERSION_PATCH "17" )
set( CPACK_PACKAGE_VERSION_PATCH "18" )
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-alpha17'
version: '2.0.0-alpha18'
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-alpha17
source-tag: 2.0.0-alpha18
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-alpha17"
#define ProductVersion "2.0.0-alpha18"

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

<releases>
<release version="2.0.0-alpha18" date="2022-03-10">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha18</url>
<description>
<p>New Features / Improvements</p>
<ul>
<li>Added support for exporting to Guitar Pro 7 (`.gp`) files (#350)</li>
<li>The Bulk Converter dialog can now export to MIDI files (and any export formats added in the future) instead of only `.pt2` files (#69)</li>
</ul>
<p>Changes</p>
<ul>
<li>Tuning dictionary changes (#367)
<ul>
<li>The tuning dictionary in the user prefs folder (`tunings.json`) now only stores custom tunings instead of the entire tuning dictionay</li>
<li>The user tuning dictionary is now combined with the default tuning dictionary when loaded, ensuring that updates to the default tunings take effey</li>
<li>Reordered the default tuning dictionary so that "Down 1/2 Step", "Down 1 Step" etc tunings are next to the standard tuning (#36y</li>
</ul>
</li>
<li>Several changes to the `.pt2` JSON format to make it easier for other applications to parse (#368). Note that older releases will likely be unable to open newly-saved `.pt2` files</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed an error with importing `.gpx` or `.gp` files with artificial harmonics for which the harmonic type was set to `Pinch`</li>
<li>Fixed a MIDI playback bug where let rings could ring forever in certain situations</li>
<li>Added a b6 alteration for chord names (#370)</li>
</ul>
</description>
</release>
<release version="2.0.0-alpha17" date="2022-01-28">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha17</url>
<description>
Expand Down

0 comments on commit 1f2771b

Please sign in to comment.