Skip to content

Commit

Permalink
Bump version numbers for alpha 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Dec 28, 2021
1 parent c5bc645 commit 27894b1
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 7 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,24 @@ 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 16] - 2021-12-28

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

### Added
- Added support for tremolo bars (#8).
- .pt2 files are now 3-4x smaller in file size.
- The application can now be [translated into other languages](https://hosted.weblate.org/engage/powertabeditor/).
- The Windows installer has been revamped. It is recommended to first uninstall the existing version before upgrading.
- For Linux users, the application can now be easily installed as a Snap package (https://snapcraft.io/powertabeditor).
- The macOS installers are now signed and notarized. This resolves the "developer cannot be verified" warnings when running for the first time.
- The application can now be [translated into other languages](https://hosted.weblate.org/engage/powertabeditor/).

### Changed
- Removed dependency on boost::filesystem. Instead, std::filesystem (C++17) is now used. See the README for updated build instructions.
Expand Down Expand Up @@ -350,6 +361,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 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
[Alpha 14]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha14
[Alpha 13]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha13
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-alpha15 )
set( PTE_VERSION 2.0.0-alpha16 )

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 "15" )
set( CPACK_PACKAGE_VERSION_PATCH "16" )
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/license.txt" )

set( system_name "osx" )
Expand Down
3 changes: 2 additions & 1 deletion 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-alpha15'
version: '2.0.0-alpha16'
adopt-info: powertabeditor

grade: stable
Expand All @@ -16,6 +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-alpha16
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-alpha15"
#define ProductVersion "2.0.0-alpha16"

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

<releases>
<release version="2.0.0-alpha15" date="2021-07-24">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha15</url>
<release version="2.0.0-alpha16" date="2021-12-28">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha16</url>
<description>
<p>New Features / Improvements</h3>
<ul>
<li>Added support for tremolo bars (#8).</li>
<li>.pt2 files are now 3-4x smaller in file size.</li>
<li>The Windows installer has been revamped. It is recommended to first uninstall the existing version before upgrading.</li>
<li>For Linux users, the application can now be easily installed as a Snap package (https://snapcraft.io/powertabeditor).</li>
<li>The macOS installers are now signed and notarized. This resolves the Gatekeeper warnings when running for the first time.</li>
<li>The application can now be translated into other languages</a>.</li>
</ul>
<p>Changes<p>
<ul>
<li>Removed dependency on boost::filesystem. Instead, std::filesystem (C++17) is now used. See the README for updated build instructions.</li>
<li>Removed dependency on RapidJSON with nlohmann-json. See the README for updated build instructions.</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed an issue where stopping MIDI playback while a `let ring` was active could incorrectly keep the `let ring` active when restarting playback from the beginning (#337).</li>
<li>Fixed a bug where the mixer's volume settings could be ignored when starting MIDI playback partway through the score (#335).</li>
<li>Fixed an issue where the score's title could be scaled incorrectly when printed (#338).</li>
<li>Fixed potential crashes on exit when the tuning dictionary failed to load (#342).</li>
<li>Fixed a bug that could cause player changes to be incorrect created from .ptb files. This could lead to later issues with MIDI playback.</li>
<li>Fixed issues where .ptb files containing multiple text items at the same position did not import correctly.</li>
<li>Fixed a bug in the score polisher that could multiple notes to end up at the same position. This could lead to later issues with editing and MIDI playback.</li>
<li>Improvements for how the first barline in a system is rendered (#2).</li>
</ul>
</description>
</release>
</releases>
</component>

0 comments on commit 27894b1

Please sign in to comment.