Skip to content

Commit 48acb0b

Browse files
committed
Bump version numbers for alpha 19
1 parent aa2adb5 commit 48acb0b

6 files changed

Lines changed: 50 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
Thanks to the following contributors who worked on this release:
7+
- @cameronwhite
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [Alpha 19] - 2022-10-17
16+
617
Thanks to the following contributors who worked on this release:
718
- @cameronwhite
819
- @brunosilvano
@@ -437,7 +448,8 @@ Thanks to the following contributors who worked on this release:
437448
## [Alpha 1] - 2014-07-27
438449
* The first alpha release!
439450

440-
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha15...HEAD
451+
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha19...HEAD
452+
[Alpha 19]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha19
441453
[Alpha 18]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha18
442454
[Alpha 17]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha17
443455
[Alpha 16]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha16

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set( CMAKE_MODULE_PATH
1818
${CMAKE_SOURCE_DIR}/cmake/third_party/modules
1919
)
2020

21-
set( PTE_VERSION 2.0.0-alpha18 )
21+
set( PTE_VERSION 2.0.0-alpha19 )
2222

2323
include( PTE_Platform )
2424
include( PTE_CompilerFlags )

installer/osx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set( CPACK_PACKAGE_VENDOR "Power Tab" )
88

99
set( CPACK_PACKAGE_VERSION_MAJOR "1" )
1010
set( CPACK_PACKAGE_VERSION_MINOR "98" )
11-
set( CPACK_PACKAGE_VERSION_PATCH "18" )
11+
set( CPACK_PACKAGE_VERSION_PATCH "19" )
1212
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/license.txt" )
1313

1414
set( system_name "osx" )

installer/snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: powertabeditor
66
base: core20
7-
version: '2.0.0-alpha18'
7+
version: '2.0.0-alpha19'
88
adopt-info: powertabeditor
99

1010
grade: stable
@@ -16,7 +16,7 @@ parts:
1616
- /root/parts/powertabeditor/install/usr/local/share/metainfo/powertabeditor.metainfo.xml
1717
plugin: cmake
1818
source: https://github.com/powertab/powertabeditor.git
19-
source-tag: 2.0.0-alpha18
19+
source-tag: 2.0.0-alpha19
2020
cmake-generator: Ninja
2121
cmake-parameters:
2222
- -DCMAKE_BUILD_TYPE=Release

installer/windows/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define ProductName "Power Tab Editor"
22
#define ExeName "powertabeditor"
33
#define GroupName "Power Tab"
4-
#define ProductVersion "2.0.0-alpha18"
4+
#define ProductVersion "2.0.0-alpha19"
55

66
#define public Dependency_NoExampleSetup
77
#include "CodeDependencies.iss"

xdg/powertabeditor.metainfo.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,38 @@
4141
</provides>
4242

4343
<releases>
44+
<release version="2.0.0-alpha19" date="2022-10-17">
45+
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha19</url>
46+
<description>
47+
<p>New Features / Improvements</p>
48+
<ul>
49+
<li>The spacing between systems can now be configured in the preferences (#239, #382)</li>
50+
<li>Added Japanese and Russian translations</li>
51+
</ul>
52+
<p>Changes</p>
53+
<ul>
54+
<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>
55+
<li>Increased the upper limit for irregular grouping values (#376)</li>
56+
<li>The time signature dialog now enables the visibility checkbox by default (#356, #383)</li>
57+
<li>Improved rendering of slide outs from a note (#393)</li>
58+
</ul>
59+
<p>Bug Fixes</p>
60+
<ul>
61+
<li>Fixed several potential errors when importing `.ptb` and Guitar Pro files.</li>
62+
<li>Fixed a potential crash when exporting to Guitar Pro (#379)</li>
63+
<li>Fixed issues where non-ASCII characters from `.ptb` files were not loaded correctly (#379)</li>
64+
<li>Fixed an issue where some bars could be skipped when importing a Guitar Pro file with a small number of bars.</li>
65+
<li>Ties between notes in different systems are now supported by the Guitar Pro exporter.</li>
66+
<li>Fixed a regression from alpha 15 where the final barline in a system could not be edited.</li>
67+
<li>The snap package provides more helpful error messages when the MIDI device cannot be accessed (#386)</li>
68+
<li>Fixed a crash when editing multi-bar rests (#391)</li>
69+
<li>Fixed a potential crash when double-clicking to edit a bend (#390)</li>
70+
<li>Fixed a potential crash when using the Shift String Up / Down commands (#394)</li>
71+
<li>Fixed a potential crash when displaying imported `.ptb` files (#396)</li>
72+
<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>
73+
</ul>
74+
</description>
75+
</release>
4476
<release version="2.0.0-alpha18" date="2022-03-10">
4577
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha18</url>
4678
<description>

0 commit comments

Comments
 (0)