Skip to content

Commit

Permalink
Bump version numbers for alpha 19
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Oct 17, 2022
1 parent aa2adb5 commit 48acb0b
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ 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

## [Alpha 19] - 2022-10-17

Thanks to the following contributors who worked on this release:
- @cameronwhite
- @brunosilvano
Expand Down Expand Up @@ -437,7 +448,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-alpha15...HEAD
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha19...HEAD
[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
[Alpha 16]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha16
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-alpha18 )
set( PTE_VERSION 2.0.0-alpha19 )

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 "18" )
set( CPACK_PACKAGE_VERSION_PATCH "19" )
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-alpha18'
version: '2.0.0-alpha19'
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-alpha18
source-tag: 2.0.0-alpha19
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-alpha18"
#define ProductVersion "2.0.0-alpha19"

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

<releases>
<release version="2.0.0-alpha19" date="2022-10-17">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha19</url>
<description>
<p>New Features / Improvements</p>
<ul>
<li>The spacing between systems can now be configured in the preferences (#239, #382)</li>
<li>Added Japanese and Russian translations</li>
</ul>
<p>Changes</p>
<ul>
<li>Rhythm slashes from `.ptb` files are now imported (as a regular staff for now, until full support for rhythm slashes is added) (#16, #389)</li>
<li>Increased the upper limit for irregular grouping values (#376)</li>
<li>The time signature dialog now enables the visibility checkbox by default (#356, #383)</li>
<li>Improved rendering of slide outs from a note (#393)</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed several potential errors when importing `.ptb` and Guitar Pro files.</li>
<li>Fixed a potential crash when exporting to Guitar Pro (#379)</li>
<li>Fixed issues where non-ASCII characters from `.ptb` files were not loaded correctly (#379)</li>
<li>Fixed an issue where some bars could be skipped when importing a Guitar Pro file with a small number of bars.</li>
<li>Ties between notes in different systems are now supported by the Guitar Pro exporter.</li>
<li>Fixed a regression from alpha 15 where the final barline in a system could not be edited.</li>
<li>The snap package provides more helpful error messages when the MIDI device cannot be accessed (#386)</li>
<li>Fixed a crash when editing multi-bar rests (#391)</li>
<li>Fixed a potential crash when double-clicking to edit a bend (#390)</li>
<li>Fixed a potential crash when using the Shift String Up / Down commands (#394)</li>
<li>Fixed a potential crash when displaying imported `.ptb` files (#396)</li>
<li>Fixed a MIDI playback issue where the pitch wheel could be incorrectly shifted when starting playback in the middle of the score (#395)</li>
</ul>
</description>
</release>
<release version="2.0.0-alpha18" date="2022-03-10">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha18</url>
<description>
Expand Down

0 comments on commit 48acb0b

Please sign in to comment.