Skip to content

Commit 78d0237

Browse files
committed
Bump version numbers for alpha 17
1 parent 9097082 commit 78d0237

6 files changed

Lines changed: 64 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
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 17] - 2022-01-28
16+
617
Thanks to the following contributors who worked on this release:
718
- @cameronwhite
819
- @danailbd
@@ -11,20 +22,20 @@ Thanks to the following contributors who worked on this release:
1122
- @NathanBnm
1223

1324
### Added
14-
- Added support for chord diagrams.
25+
- Added support for chord diagrams
1526
- Chord diagrams are displayed at the top of the score
1627
- Diagrams can be imported from v1.7 files and Guitar Pro 6 / 7 files
1728
- The Chord Name dialog allows for quick selection from existing chord names in the score (chord text items, or chord diagrams)
1829
- Use the Add Chord Diagram option in the text menu to add a new diagram
1930
- Double-clicking a chord diagram will open a dialog to edit it, and selecting a chord diagram and pressing Delete will remove it
20-
- Added MIDI playback support for bends that stretch over multiple notes.
31+
- Added MIDI playback support for bends that stretch over multiple notes
2132
- Improvements for adjusting the score's zoom (#315, #340, #50)
2233
- Added standard keyboard shortcuts for adjusting the zoom
2334
- The last zoom level is saved in the settings and used when opening new scores
24-
- Added a button in the playback widget to toggle the count-in option.
35+
- Added a button in the playback widget to toggle the count-in option
2536
- Translations
26-
- Added Spanish translation (#348).
27-
- Added French translation (#355).
37+
- Added Spanish translation (#348)
38+
- Added French translation (#355)
2839

2940
### Changed
3041
- Improved the visibility of some colors in the dark score theme (#357)
@@ -385,6 +396,7 @@ Thanks to the following contributors who worked on this release:
385396
* The first alpha release!
386397

387398
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha15...HEAD
399+
[Alpha 17]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha17
388400
[Alpha 16]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha16
389401
[Alpha 15]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha15
390402
[Alpha 14]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha14

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-alpha16 )
21+
set( PTE_VERSION 2.0.0-alpha17 )
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 "16" )
11+
set( CPACK_PACKAGE_VERSION_PATCH "17" )
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-alpha16'
7+
version: '2.0.0-alpha17'
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-alpha16
19+
source-tag: 2.0.0-alpha17
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-alpha16"
4+
#define ProductVersion "2.0.0-alpha17"
55

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

xdg/powertabeditor.metainfo.xml

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

4343
<releases>
44+
<release version="2.0.0-alpha17" date="2022-01-28">
45+
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha17</url>
46+
<description>
47+
<p>New Features / Improvements</p>
48+
<ul>
49+
<li>Added support for chord diagrams
50+
<ul>
51+
<li>Chord diagrams are displayed at the top of the score</li>
52+
<li>Diagrams can be imported from v1.7 files and Guitar Pro 6 / 7 files</li>
53+
<li>The Chord Name dialog allows for quick selection from existing chord names in the score (chord text items, or chord diagrams)</li>
54+
<li>Use the Add Chord Diagram option in the text menu to add a new diagram</li>
55+
<li>Double-clicking a chord diagram will open a dialog to edit it, and selecting a chord diagram and pressing Delete will remove it</li>
56+
</ul>
57+
</li>
58+
<li>Added MIDI playback support for bends that stretch over multiple notes</li>
59+
<li>Improvements for adjusting the score's zoom (#315, #340, #50)
60+
<ul>
61+
<li>Added standard keyboard shortcuts for adjusting the zoom</li>
62+
<li>The last zoom level is saved in the settings and used when opening new scores</li>
63+
</ul>
64+
</li>
65+
<li>Added a button in the playback widget to toggle the count-in option</li>
66+
<li>Translations<ul>
67+
<li>Added Spanish translation (#348)</li>
68+
<li>Added French translation (#355)</li>
69+
</ul>
70+
</li>
71+
</ul>
72+
<p>Changes</p>
73+
<ul>
74+
<li>Improved the visibility of some colors in the dark score theme (#357)</li>
75+
</ul>
76+
<p>Bug Fixes</p>
77+
<ul>
78+
<li>Fixed various playback issues with alternate endings (#306, #353, #354)</li>
79+
<li>Fixed a bug where alternate endings could be drawn too far if there were multiple repeat end bars in a system</li>
80+
<li>Fixed an issue where MIDI playback did not reset correctly if playback was interrupted during a pitch shift (e.g. bend or tremolo bar) (#361)</li>
81+
<li>When the Windows installer is run in silent mode, the option to launch the app after installing is now disabled</li>
82+
<li>Fixed a bug where editing the first system could cause it to shift up and overlap with the score information or chord diagrams</li>
83+
</ul>
84+
</description>
85+
</release>
4486
<release version="2.0.0-alpha16" date="2021-12-28">
4587
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha16</url>
4688
<description>

0 commit comments

Comments
 (0)