Skip to content

Commit

Permalink
Release 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Dec 23, 2022
1 parent 8290d37 commit 134f277
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

## [unreleased]
## [3.14.0] - 2022-12-23
* Support for user defined symbols in `symbolTable/symbolDef` with `svg` or `graphic`
* Support for `@altsym` for `breath`, `ceasura`, `fermata`, `mordent`, `trill` and `turn`
* Support for `incip` with MEI and PAE format (with --incip option)
* Support for single-line Plaine & Easie input
* Support for `@extender` lines on `tempo` (@eNote-GmBH)
* Support for `ornam` with text content rendering
* Option --unit changed to double
* Improvements to the humdrum importer (@gregchapman-dev)
* Option --unit changed to decimal

## [3.13.1] - 2022-11-28
* Fix text music font always falling back to Leipzig
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.13.1'
s.version = '3.14.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
4 changes: 4 additions & 0 deletions bindings/iOS/all.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef all_h
#define all_h
#import <VerovioFramework/beam.h>
#import <VerovioFramework/altsyminterface.h>
#import <VerovioFramework/timeinterface.h>
#import <VerovioFramework/chord.h>
#import <VerovioFramework/pghead2.h>
Expand Down Expand Up @@ -45,6 +46,7 @@
#import <VerovioFramework/text.h>
#import <VerovioFramework/space.h>
#import <VerovioFramework/vrv.h>
#import <VerovioFramework/ornam.h>
#import <VerovioFramework/sb.h>
#import <VerovioFramework/clef.h>
#import <VerovioFramework/layerdef.h>
Expand Down Expand Up @@ -108,6 +110,8 @@
#import <VerovioFramework/facsimileinterface.h>
#import <VerovioFramework/layerelement.h>
#import <VerovioFramework/accid.h>
#import <VerovioFramework/symboltable.h>
#import <VerovioFramework/symboldef.h>
#import <VerovioFramework/controlelement.h>
#import <VerovioFramework/octave.h>
#import <VerovioFramework/iomusxml.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.13.1</version>
<version>3.14.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.13.1",
"datePublished": "2022-11-28",
"softwareVersion": "3.14.0",
"datePublished": "2022-12-23",
"license": "https://www.gnu.org/licenses/lgpl-3.0",
"programmingLanguage": [{
"@type": "ComputerLanguage",
Expand Down
2 changes: 1 addition & 1 deletion emscripten/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verovio",
"version": "3.13.1",
"version": "3.14.0",
"description": "This is the stable version of the verovio package",
"main": "dist/verovio-toolkit-wasm.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions include/vrv/vrvdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ namespace vrv {
//----------------------------------------------------------------------------

#define VERSION_MAJOR 3
#define VERSION_MINOR 13
#define VERSION_REVISION 1
#define VERSION_MINOR 14
#define VERSION_REVISION 0
// Adds "-dev" in the version number - should be set to false for releases
#define VERSION_DEV false

Expand Down

0 comments on commit 134f277

Please sign in to comment.