All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
v0.5.0 - 2024-10-31
- Repaced the default font
Linux Libertine
deprecated in typst v0.12.0 with the new default fontLibertinus Serif
. - Replaced
locate
callback function deprecated in typst v0.12.0 with location context in documentation template and examples.
v0.4.0 - 2024-07-09
- New
background
parameter, now inchart-chord
,piano-chord
andsingle-chord
. Add a background color on the chord name. - New
position
parameter inchart-chord
,piano-chord
. Now the chart can be below or above of the chord name. - New
..text-params
inchart-chord
,piano-chord
andsingle-chord
. It embeds the native text parameters from the standard library of typst.
- Renamed
new-chart-chords
,new-piano-chords
andnew-single-chords
functions bychart-chord
,piano-chord
andsingle-chord
removing the closure functions. Use the with property for preset the parameters. - Renamed
style
parameter bydesign
to avoid name collision with the native text parameters. The possible values ofdesign
are"sharp"
and"round"
- Renamed
fill
parameter byfill-key
to avoid name collision with the native text parameters. - Replaced the
styles-measure
syntax by the new context-measure added in Typst v0.11.0. - Refactored the render and the graphic objects, now each object calculates its own relative position.
- Removed
size
as a specific parameter.size
is included in the native text parameters in..text-params
.
v0.3.0 - 2024-03-01
- Renamed
frets
parameter byfrets-amount
. - Renamed
fret-number
parameter byfret
. - Renamed
color
parameter byfill
. - Replaced
scale
parameter bysize
. You can use the same functionality usingem
units. - Replaced new types released in Typst v0.8.0.
v0.2.0 - 2023-08-25
- New file structure.
- New piano chords.
- Options to scale the graphs.
- New round style.
- Renamed new-graph-chords to new-chart-chords.
- Replaced array inputs by string inputs (thanks to
conchord
for the ideas).
- Removed dependency of CeTZ, uses only native functions.
v0.1.0 - 2023-07-16
- Added graph chords.
- Added single chords.
- The single chords show the chord name over a specific character or word.