Skip to content

Commit

Permalink
Release 6.040.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciurius committed Dec 26, 2023
1 parent b5b0bae commit 2e07900
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
0.000
6.040 2023-12-26

- !Highlights

- Images can be [placed everywhere](https://chordpro.org/beta/directives-image/).
- Images can be [placed everywhere](https://chordpro.org/chordpro/directives-image/).
They can be placed relative to the paper, the page, the column,
and the lyrics.

- Images can be [embedded[(https://chordpro.org/beta/directives-image/#inline-images) in text (lyrics) lines, either as part of
- Images can be [embedded[(https://chordpro.org/chordpro/directives-image/#inline-images) in text (lyrics) lines, either as part of
the text similar to a glyph, or somewhere else on the page
relative to a particular place in the text. The latter is most
interesting for annotations.
Expand Down
62 changes: 57 additions & 5 deletions docs/content/ChordPro-Reference-RelNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Release info

## 6.040

Released: 2023-12-26


### Highlights

* Images can be [placed everywhere](https://chordpro.org/chordpro/directives-image/). They can be placed relative to the paper, the page, the column, and the lyrics.
* Images can be [embedded[(https://chordpro.org/chordpro/directives-image/#inline-images) in text (lyrics) lines, either as part of the text similar to a glyph, or somewhere else on the page relative to a particular place in the text. The latter is most interesting for annotations.
* Delegates are images too. Annotate your lyrics with SVG images, or with musical notes using ABC or Lilypond.
* Chord and keyboard diagrams are images too. And you can use string and keyboard diagrams simultaneously.
* Resources like configs, tasks and images are now more logically searched using [resource libraries](https://chordpro.org/chordpro/resources/).

### ChordPro functionality

* Rework paths handling for consistent resource handling; eliminate App::Packager.
* Inline images.
* {image} can have label and align properties.
* {define}d chords overrules suppress list.
* (ABC) Use QuickJS XS (JavaScript::QuickJS) as preferred.
* (ABC) ABC embedding no longer uses nodeJS (npx).
* (ABC) Make split work (and enable by default).
* (ABC) Images are left aligned by default.
* (Lilypond) Images are left aligned by default.
* Improve runtime info.
* Suppress songs that do not have content.
* Suppress table of content entry for a song w/ {ns toc=no}.
* (PDF) Image scale strategy change for spread images.
* (PDF/Writer) Add generalized add_object for objects and images.
* (PDF) Prevent case problems when looking up fonts for SVG.
* (PDF) Add aliases for web standard fonts like serif, sans, ...
* (PDF) Ignore leading empty and ignores (was: leading empty only).
* (Windows) ChordPro now installs as a 64-bit application in \Program Files instead of \Program Files (x86). You are adsvised to remove the old 32bits install first.

### Bug fixes

* Prevent warning when parsing {key} and trancode to nashville/roman.
* Fix chord inversion (issue 321).
* Fix comment lines disturbing a consecutive series of {chord}s.
* Fix typo in Wx Preferencesdialog, causing it to crash.
* Fix problem with PDF/SVG caching fonts.
* Fix comment labels for delegates (issue 329.3).
* (Wx) Filter configs on prp ans json.
* Fix memorize/recall/transpose issue 333.
* Fix issue 334.

### Internal

* (ABC) ABC embedding use tohtml instead of toxhtml.
* (PDF) Enhance assets (wip), labels; move grid to separate module.
* Experimental ##include facility.

### Social and support

[User community](https://groups.io/g/ChordPro) for feedback and help.
Please use the [issue tracker](https://github.com/ChordPro/chordpro/issues) for bugs reports.

## 6.030

Released: 2023-09-18
Expand Down Expand Up @@ -39,11 +96,6 @@ Released: 2023-09-18
* Fix issue #309.
* Fix issue #311.

### Social and support

[User community](https://groups.io/g/ChordPro) for feedback and help.
Please use the [issue tracker](https://github.com/ChordPro/chordpro/issues) for bugs reports.

## 6.020

Released: 2023-07-21
Expand Down
2 changes: 1 addition & 1 deletion lib/ChordPro/Version.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated. Do not edit!
package ChordPro::Version;
our $VERSION = "6.030_064";
our $VERSION = "6.040";
print "$VERSION\n" unless caller;

0 comments on commit 2e07900

Please sign in to comment.