GitHub Sponsors: FUNDING.yml created (2026-08-17)¶
What: created .github/FUNDING.yml with github: [EiffelBS] to enable the Sponsor button on the OpenVoxTuner repository (the button is already live on @EiffelBS user profile, the FUNDING.yml enables it per-repository).
Landing page: removed all "Melodyne-style" references (2026-08-17)¶
Problem: the landing page still compared the Curve Editor to Melodyne, which could mislead users into thinking OpenVoxTuner is affiliated with or equivalent to Celemony Melodyne (it is not).
Fix: rewrote the curveEditor.description and showcase.slides[2].title in all 6 i18n files to use neutral descriptive phrasing:
Landing page: fixed broken Documentation link (2026-08-17)¶
Problem: the footer "Documentation" link pointed to /docs/ (relative path) on openvoxtuner.eiffelbs.ovh, giving a 404 because the docs are not a sub-path of the landing page — they are deployed as a separate Cloudflare Pages project at https://ovtdocs.eiffelbs.ovh/ (per mkdocs.yml → site_url: https://ovtdocs.eiffelbs.ovh/ and .github/workflows/deploy-docs.yml → project-name=openvoxtuner-docs).
Fix: changed the footer Documentation link from a relative /docs/ to an absolute https://ovtdocs.eiffelbs.ovh/ in all 6 locale pages.