Skip to content

Commit

Permalink
Release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Feb 22, 2022
1 parent 4e31bb3 commit 3c1560c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [3.9.0] - 2022-02-22
* Support for `beatRpt@beatdef`
* Support for `scoreDef` and `staffDef` `@dur.default` (@eNote-GmBH)
* Support for MIDI output of grace notes and multi-measure rests (@eNote-GmBH)
Expand All @@ -21,6 +21,7 @@
* Option --svg-css for passing an additional CSS to be included in the SVG output
* Preliminary support for stems and beam for guitar tablature
* Preliminary support for tablature MusicXML import (@paul-bayleaf)
* Distribution of the build with humdrum as NPM package

## [3.8.1] - 2022-01-10
* Fix bug in PAE importer for durations and for key signatures
Expand Down
2 changes: 1 addition & 1 deletion Verovio.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Verovio'
s.version = '3.8.1'
s.version = '3.9.0'
s.license = { :type => 'LGPL' }
s.homepage = 'https://www.verovio.org/index.xhtml'
s.authors = { 'Contributors List' => 'https://github.com/rism-digital/verovio/graphs/contributors' }
Expand Down
2 changes: 2 additions & 0 deletions bindings/iOS/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
#import <VerovioFramework/textelement.h>
#import <VerovioFramework/doc.h>
#import <VerovioFramework/layer.h>
#import <VerovioFramework/timemap.h>
#import <VerovioFramework/mordent.h>
#import <VerovioFramework/proport.h>
#import <VerovioFramework/choice.h>
Expand All @@ -81,6 +82,7 @@
#import <VerovioFramework/num.h>
#import <VerovioFramework/keysig.h>
#import <VerovioFramework/syllable.h>
#import <VerovioFramework/beamspan.h>
#import <VerovioFramework/editortoolkit_mensural.h>
#import <VerovioFramework/add.h>
#import <VerovioFramework/att.h>
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.rism.verovio</groupId>
<artifactId>VerovioToolkit</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<packaging>jar</packaging>

<name>VerovioToolkit</name>
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"identifier": "Verovio",
"name": "Verovio",
"description": "Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG.",
"softwareVersion": "3.8.1",
"datePublished": "2022-01-10",
"softwareVersion": "3.9.0",
"datePublished": "2022-02-22",
"license": "https://www.gnu.org/licenses/lgpl-3.0",
"programmingLanguage": [{
"@type": "ComputerLanguage",
Expand Down

0 comments on commit 3c1560c

Please sign in to comment.