source: Klonkt/CHANGELOG.md@ fe9164f

main
Last change on this file since fe9164f was 0a58300, checked in by Robin Genis <roboburr@…>, 2 months ago

docs(changelog): note the federation-off-404 fix + fedi nav gating

  • Property mode set to 100644
File size: 4.1 KB
Line 
1# Changelog — Klonkt
2
3All notable changes to Klonkt. Newest at the top.
4Versions follow [SemVer](https://semver.org/) (`1.0.0-beta.N` during the beta).
5
6## [Unreleased]
7
8### Added
9- **Klonkt is now on the fediverse (ActivityPub).** Your site is a real fediverse
10 account: people on Mastodon — or another Klonkt — can follow you, and your posts
11 reach their feeds. You can follow accounts and read their posts in a **News** feed,
12 get **notifications**, and **like, boost and reply** to posts. Incoming activity is
13 verified, so fake replies, likes and followers are rejected.
14- **Anyone can reply, like or boost your posts from the fediverse** — visitors interact
15 from their own account (they just enter their server); no account on your site needed.
16- **Circles**: follow other Klonkt sites and show each other's public posts in your
17 Circle — decentralised, with no central platform.
18- **Sensitive (NSFW) posts** with your own content-warning text: blurred with
19 click-to-reveal across the site, and shown as a content warning on the fediverse.
20- **Block** an account or an entire domain you'd rather not hear from.
21- Search now also finds **tracks** (by title, artist and album), playable straight from
22 the results with a link to the post they appear in — and post search matches as you type.
23- **Live theme preview** in Admin → site settings: accent, theme and palette update
24 instantly, before you save.
25- Uploaded images are automatically optimised to **WebP** for faster pages.
26- A roomier **mobile writing experience**: tap to open a distraction-free fullscreen
27 editor, with the formatting toolbar staying in view above the keyboard.
28
29### Changed
30- **Palettes revised to 8**: the neutral **Klonkt** (gold accent) is the new default,
31 plus seven full-colour themes — Forest, Ocean, Teal, Lilac, Sunset, Candy and Amber.
32
33### Removed
34- **Hub mode** — Klonkt is now **solo or Circles**; you build a collective or label
35 through **Circles** (federated, standalone sites).
36- **Native comments and Google login** — replies, likes and boosts now run entirely
37 through the fediverse.
38- **Local favourites (♥)** — replaced by the ⭐ fediverse like.
39
40### Fixed
41- **Switching a site to solo (federation off) works again.** Turning the fediverse off could
42 make the whole site return “page not found” instead of just disabling federation; it now
43 cleanly switches federation off while the rest of the site keeps working. (Self-hosters:
44 update to pick up the fix.)
45- The Fediverse and Notifications items now disappear from the menu when federation is off,
46 instead of lingering.
47- The mini-player jumps and scrolls to the track that's playing — also from an album or
48 playlist — and keeps it highlighted.
49- Empty album/playlist covers now fall back to the first track's cover.
50- A profile photo that broke in the header after the WebP switch now repairs itself.
51- Many **mobile post-editor** fixes: reliable scrolling, a formatting toolbar that stays
52 put, no page jumps when you tap a button, and a Save bar that sits just above the keyboard.
53
54## [1.0.0-beta.2] — 2026-06-19
55
56First release where we actively track the version (shown in the footer — click it for
57this page).
58
59### Added
60- Release tracking: the version number in the footer links to this changelog page.
61- Eight premium features (Patreon-gated): newsletter/mailing list, download-for-email,
62 release scheduling + fan-only previews, EPK/press kit, pro statistics, link-in-bio +
63 click stats, embeddable player, and show agenda + notify-me.
64- Newsletter signup field in the footer (on/off in Admin → Settings).
65- SMTP settings configurable in Admin → Settings (no more config-file edit needed), with
66 a test-mail button.
67
68### Changed
69- Tidier settings forms (stacked labels, full-width inputs).
70- EPK/press kit shows the top 10 most-listened tracks.
71- Nicer 404 page (mobile-friendly) and clearer login error messages.
72
73### Fixed
74- The site-wide audio player wasn't loading any tracks.
75- Button text became unreadable on hover.
76- Date pickers now follow the theme.
77- Back/forward navigation no longer shows a doubled header.
Note: See TracBrowser for help on using the repository browser.