Faircamp 1.5

Released on July 30, 2025

# Support for anchor/id references in the link option

The new anchor/id references in action

Before this release, the link option only supported full urls like "https://example.com". 1.5 now supports "#some-id" style internal page references, either for linking to anchors that you manually place in your more section, or for using faircamp's timecode/track linking directly from the link option.

A screenshot of the markup in the release.eno manifest that sets up what was shown in the video earlier, with three sections pointed out specifically:

link:
label = Lyrics
url = #lyrics

link:
label = Jump to 0:20 in track 3 
url = #track=3&time=20s

<a id="lyrics"></a>
## Lyrics

This release has no lyrics at all, but just for the sake of demonstration ...

Roses are red
Violets are blue
A great lyricist
Slumbers in you

The markup inside a release.eno manifest used for the demo above

Extend link option to support #id-based in-page references, improve errors git

# Fixes

Add missing hand-over of track cover path to track transcoding routine with jcx git
Remove duplicate extension suffixes for default png favicon assets with keef git
Safely handle unexpected protocols in link urls with Sandro Santilli git

# Translations

Add finnish translations Kari Smolander git
Update italian translations Tommaso Croce git
Update Spanish translations with Oliver Geer git
Update turkish translations atomkarinca git
Update lithuanian translations Vac git
Contributors to this release:
jcx, keef, Sandro Santilli, Kari Smolander, Tommaso Croce, Oliver Geer, atomkarinca, Vac
All commits for this release