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 1

# Fixes

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

# Translations

Add finnish translations Kari Smolander git 1
Update italian translations Tommaso Croce git 1
Update Spanish translations with Oliver Geer git 2
Update turkish translations atomkarinca git 1
Update lithuanian translations Vac git 1

# Contributors to this release

# All commits for this release
git 17