Skip to content

Commit

Permalink
Update changelog and iOS/all.h [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 25, 2024
1 parent 0c56a84 commit 4cff339
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [unreleased]
* Support for CMME import
* Support for conversion from mensural to CMN (with `--mensural-to-cmn`)
* Improved mensural cast-off (without `barLine`)
* Improved justification of last / single pages (@brdvd)
* Improved performance by optimizing glyph lookup (@brdvd)
* Improved facsimile rendering
* Connection of ledger lines to notes or accidentals with `--svg-html5`
* Refactoring of internal time alignment using fraction instead of double
* Option `--timemap` for controlling the time map from the command-line
* Option `--mensural-to-measure` renames `--mensural-to-cmn`
* Option `--duration-equivalence` (`brevis`, `semibrevis` or `minima`) for mensural alignment
* Option `--mensural-responsive-view` for cast-off on simplified encoding

## [4.3.1] - 2024-09-10
* Fix JS builds (JavaScript release only)

Expand Down
1 change: 1 addition & 0 deletions bindings/iOS/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
#import <VerovioFramework/interface.h>
#import <VerovioFramework/ioabc.h>
#import <VerovioFramework/iobase.h>
#import <VerovioFramework/iocmme.h>
#import <VerovioFramework/iodarms.h>
#import <VerovioFramework/iohumdrum.h>
#import <VerovioFramework/iomei.h>
Expand Down

0 comments on commit 4cff339

Please sign in to comment.