Skip to content

Commit

Permalink
Bump version numbers for alpha 17
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Jan 29, 2022
1 parent 9097082 commit 78d0237
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 10 deletions.
22 changes: 17 additions & 5 deletions 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 17] - 2022-01-28

Thanks to the following contributors who worked on this release:
- @cameronwhite
- @danailbd
Expand All @@ -11,20 +22,20 @@ Thanks to the following contributors who worked on this release:
- @NathanBnm

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

### Changed
- Improved the visibility of some colors in the dark score theme (#357)
Expand Down Expand Up @@ -385,6 +396,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 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
[Alpha 14]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha14
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-alpha16 )
set( PTE_VERSION 2.0.0-alpha17 )

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 "16" )
set( CPACK_PACKAGE_VERSION_PATCH "17" )
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-alpha16'
version: '2.0.0-alpha17'
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-alpha16
source-tag: 2.0.0-alpha17
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-alpha16"
#define ProductVersion "2.0.0-alpha17"

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

<releases>
<release version="2.0.0-alpha17" date="2022-01-28">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha17</url>
<description>
<p>New Features / Improvements</p>
<ul>
<li>Added support for chord diagrams
<ul>
<li>Chord diagrams are displayed at the top of the score</li>
<li>Diagrams can be imported from v1.7 files and Guitar Pro 6 / 7 files</li>
<li>The Chord Name dialog allows for quick selection from existing chord names in the score (chord text items, or chord diagrams)</li>
<li>Use the Add Chord Diagram option in the text menu to add a new diagram</li>
<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>
</ul>
</li>
<li>Added MIDI playback support for bends that stretch over multiple notes</li>
<li>Improvements for adjusting the score's zoom (#315, #340, #50)
<ul>
<li>Added standard keyboard shortcuts for adjusting the zoom</li>
<li>The last zoom level is saved in the settings and used when opening new scores</li>
</ul>
</li>
<li>Added a button in the playback widget to toggle the count-in option</li>
<li>Translations<ul>
<li>Added Spanish translation (#348)</li>
<li>Added French translation (#355)</li>
</ul>
</li>
</ul>
<p>Changes</p>
<ul>
<li>Improved the visibility of some colors in the dark score theme (#357)</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed various playback issues with alternate endings (#306, #353, #354)</li>
<li>Fixed a bug where alternate endings could be drawn too far if there were multiple repeat end bars in a system</li>
<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>
<li>When the Windows installer is run in silent mode, the option to launch the app after installing is now disabled</li>
<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>
</ul>
</description>
</release>
<release version="2.0.0-alpha16" date="2021-12-28">
<url>https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha16</url>
<description>
Expand Down

0 comments on commit 78d0237

Please sign in to comment.