source: Klonkt/CHANGELOG.md@ 0475b13

main
Last change on this file since 0475b13 was 5d0d41d, checked in by Claude (agent) <aiclaude@…>, 5 weeks ago

Changelog: volgers achter authorized fetch (nl/en/de)

Beschreven vanuit wat iemand merkt -- mensen op privacy-strenge servers konden je
niet volgen -- met de oorzaak in een zin: Klonkt vroeg de publieke sleutel
zonder handtekening op en werd geweigerd. Met de vermelding dat het breder
speelde dan volgen, want profielen, posts en reacties van die servers kwamen
evenmin binnen.

Co-Authored-By: Claude Opus 5 <noreply@…>

  • Property mode set to 100644
File size: 28.5 KB
RevLine 
[eb5f978]1# Changelog — Klonkt
[90259da]2
[eb5f978]3All notable changes to Klonkt. Newest at the top.
[054b603]4Versions follow [SemVer](https://semver.org/).
[90259da]5
6## [Unreleased]
7
[84ce988]8### Added
9- **Messages is one conversation view.** Messages, Conversations and Sent were
10 three separate filters, so a single exchange fell apart: what you sent sat
11 under Sent, what came back under one of the other two, and you had to switch
12 filters to follow a thread. They are now one Conversations view in which sent
13 and received sit in the same thread, oldest at the top, with your own
14 contributions marked. Four filters remain: All, Conversations, Activity and
15 Moderation.
16- **A conversation says what it is about.** When a thread hangs off one of your
17 posts, its header links to that post. Without it a reply in a list is
18 impossible to place. Threads that are not about a post run per person instead.
19- **Posts in Messages look like posts.** Formatting, images, audio, video, quote
20 cards and link previews now render the same way they do in News, including on
21 the messages you sent yourself — a photo you attached used to arrive as bare
22 text on your own screen while everyone else saw the picture.
23- **The Guardian app shows a ward's posts in full.** The same gap sat in the
24 guardian view: a post from your ward arrived without its media, quote card or
25 emoji, which is exactly the post a guardian needs to be able to judge. A
26 content warning still stays collapsed there, as before.
27- **Reply from inside a conversation.** A thread has its own reply editor, the
28 rich one with formatting, media and a language picker. Waving stays a separate
29 button next to it: a wave is a nudge, not an answer.
30
31### Fixed
[5d0d41d]32- **People on privacy-strict servers can follow you again.** Some servers only
33 hand out an account's public key to a signed request. Klonkt asked without
34 signing, got turned away, and could therefore not check the follow request that
35 had just arrived — so it was refused, and the other server kept retrying for
36 days. Klonkt now signs that lookup, and those follows go through. This also
37 affected everything else fetched from such a server: profiles, posts and
38 replies.
[57aee3b]39- **Replies from other people now arrive in threads.** When someone replied to a
40 post in a conversation you were part of, their server forwarded that reply to
41 you — and it was turned away, because the forwarding server signs with its own
42 key rather than the author's. Threads were quietly incomplete on your side.
43 Such a reply is now checked at the source instead of being refused: the post is
44 fetched from the server that hosts it, and only what comes back from there is
45 stored. A forwarded delete is still refused, because a deleted post cannot be
46 checked.
47- **A like or boost looks the same everywhere.** The same post could show as
48 liked in News and as not liked on the interact page, because both kept their
49 own record. There is one record now, so the buttons agree — including for
50 everything you reacted to before this release, which is carried over
51 automatically when the site updates.
[84ce988]52- **A like from an app now sticks.** Liking a post from Shaer was stored, but
53 the app never got that back, so the heart popped off again on the next reload
54 — and because the app never saw the like, it could only offer "like" again and
55 never undo it. Un-liking from an app now works.
56
[859b1707]57## [1.6.0] · 2026-07-31
58
[d49b60b]59### Added
[c502242]60- **Guardians (FEP-633c).** An account can now be watched over by one or more
61 guardians, the way a child has parents. A guardian offers to look after
62 someone; the ward accepts in their own Messages, and any existing guardians
63 co-approve, so no one can attach themselves to a child on their own. Once
64 agreed, the guardian appears on the ward's actor (`shaer:guardians`) and can
65 be reached when the ward calls for help. It builds on ordinary ActivityPub, so
66 guardian and ward can live on different servers.
67- **A Guardian app you can install.** A separate, installable corner at
68 `/guardian` for guardians: add and manage your wards, a message centre for
69 incoming calls for help, and its own notifications for help requests and
70 guardianship traffic, even with the app closed.
71- **Guardianship offers land in your Messages.** When someone offers to become
72 your guardian, it shows up in your own Messages as a clear item with Accept
73 and Decline, so you answer where you already read your messages instead of
74 somewhere separate.
[0cea12b]75- **The owner can read their inbox over C2S.** A GET on the inbox with the
76 account's own bearer returns recent inbound posts (the accounts you follow)
77 as Create(Note) items, so a connected app (Shaer) can build a unified feed.
78 For everyone else the inbox stays write-only.
[9209cfa]79- **"Load more" on the feeds.** Solo (home), Cirkel, News and Messages now page
80 in blocks of 72 with a "Load more" button instead of a hard cap, so older
81 items are reachable. 72 divides by 2, 3 and 4, so the grid views always end on
82 a full row. Appending is instant (htmx), the Messages search and filters keep
83 working across pages, and the button disappears on the last page.
84- **"Interact via the fediverse" next to Share.** On a post, visitors get a
85 button beside Share to reply, like or boost from their own fediverse server
86 (it asks for your server, then hands off to your instance). Hidden for the
87 site owner and when federation is off.
[162c7a7]88- **FEDERATION.md (FEP-67ff).** The repository root now documents what Klonkt
89 speaks on the wire: ActivityPub S2S and C2S, WebFinger, HTTP Signatures,
90 NodeInfo 2.1, OAuth (PKCE), the activities and object types it sends and
91 receives, the Mastodon-compatible extension terms, and the FEPs it supports or
92 tracks. Helps other implementations interoperate.
[544e9c2]93- **Messages: your poll finished.** When one of your own polls closes, Messages
94 shows a "poll finished" item with the final result: a bar per option with its
95 percentage, and the number of voters. It lives under the Activity chip and is
96 searchable like the rest.
[8ed65a6]97- **Messages: sharper filters and a search box.** The filter chips are now
98 Messages (@mentions and private/DM replies), Conversations (public replies),
99 Activity (likes, boosts, follows), Moderation (reports) and Sent, next to All.
100 A search box filters the list by sender and message text, and combines with
101 the active chip. All client-side, instant.
[ff3b8ce]102- **The reply editor got a visual clean-up.** Its toolbar now uses the same
103 icon set and 32px buttons as the post editor, with active formatting shown
104 filled in the accent colour, a framed editor box with a focus ring, and
105 tidier language, mention and attachment chips. One editor family across the
106 site.
[e9c9ae1]107- **The reply editor shows who you are addressing (rich replies, phase 3).** A
108 "To:" bar above the editor lists the conversation partners (the author you
109 reply to plus the thread's earlier authors) as removable chips, instead of
110 cluttering your text with @mentions. Remove a chip and that person is no
111 longer mentioned, tagged or pinged; mentions you type yourself stay in the
112 text. Editing a sent reply keeps every co-mention intact.
[5190152]113- **Editing a sent reply uses the rich editor too.** The edit forms on Messages
114 and the interact page open the same editor as new replies (formatting kept,
115 language adjustable, full-screen on phones). Attachments on the reply survive
116 an edit untouched.
[feced2c]117- **Media in replies (rich replies, phase 2).** Drop, paste or pick images,
118 audio and video straight into the reply editor (the paperclip works on
119 phones). Files upload to your own site, show as removable chips while you
120 write, travel as real attachments on the federated note, and render in your
121 thread. A media-only reply (no text) works too.
[33e1dbd]122- **Rich replies (phase 1).** Replying to fediverse comments (inline in the
123 thread and on the interact page) now uses a shared rich editor: bold, italic,
124 links, lists and quotes, plus a language picker for your reply (sent along as
125 the note's language map). On phones the editor opens as a full-screen compose
126 view, the pattern that actually works on mobile. Without JavaScript the plain
127 text box keeps working. Media in replies is the next phase.
[2d66d66]128- **Revoke connected apps from your account page.** A "Connected apps" section
129 lists every app you authorized over OAuth (name, site, scope, last used) with
130 a Revoke button. Tokens you already granted show up too, since they were
131 always stored (hashed); the bearer itself is never kept, so revocation is keyed
132 on the token hash.
[4407c67]133- **The account owner can read their own followers and following over C2S.** The
134 `followers` and `following` collections stay count-only for the public
135 (privacy), but a request carrying a C2S bearer scoped to that site now returns
136 the real actor URIs, so an app (Shaer) can build a friends list. Anonymous
137 callers are unchanged.
[d49b60b]138- **App access via OAuth 2.0 (ActivityPub Client-to-Server, phase 1).** Klonkt
139 now speaks the standard AP C2S auth handshake so native and web clients (the
140 Shaer apps first) can connect: dynamic client registration (RFC 7591), a
141 PKCE authorization-code flow with a consent screen that picks which of your
142 sites the app may post as, and bearer tokens (stored hashed, single-use
143 codes). The actor document advertises the OAuth and uploadMedia endpoints and
144 `/.well-known/oauth-authorization-server` (RFC 8414) exposes the metadata, so
145 clients discover everything instead of hardcoding paths. Public clients + PKCE
[dd568e7]146 only, no client secrets.
147- **The outbox accepts posts from apps (C2S, phase 1 complete).** A
148 bearer-authenticated `POST` to `/ap/users/:slug/outbox` now drives your account
149 from a client: publish a note, reply, like, boost, follow, and undo any of
150 those. Activities are translated onto the same delivery machinery the web UI
151 uses; a bare Note is wrapped in a Create per the spec; content is sanitized;
152 the token is scoped to one site so it can't post as another. Note: this is
153 ActivityPub C2S, which the Shaer apps speak. Mastodon clients (Ivory etc.) use
154 Mastodon's own API and are not supported by this.
[d49b60b]155
[c867b7b]156### Fixed
[bf72108]157- **OAuth consent now hands off reliably to native apps.** After Allow/Deny, a
158 redirect to a native custom scheme (e.g. `com.klonkt.shaer:/oauth`) was a plain
159 302, which mobile browsers silently drop. The consent step now serves a tiny
160 interstitial for non-http redirect URIs that auto-forwards and offers an "Open
161 the app" tap link (a tap reliably launches the app on Android; iOS's web-auth
162 session intercepts either way). Web (http/https) clients still get a 302.
[c867b7b]163- **Visitors can reply to the site owner's own comments.** The "reply via the
164 fediverse" button only appeared on comments from others; the site's own
165 comments in a thread offered visitors nothing, so you could not respond to
166 the author from your own instance.
167
[05cd954]168## [1.5.0] · 2026-07-18
169
[010e073]170### Added
[f1a23b8]171- **Messages: your replies and notifications on one page.** A single Messages
172 tab replaces Replies and Notifications. One stream with filter chips (All,
173 Conversations, Activity, Sent): your own sent replies join the conversation
174 (with edit and delete), likes and boosts on the same post group into one line,
175 private replies carry a lock badge, and items new since your last visit get a
176 dot. The interact bookmarklet moved along. Old /fediverse and /notifications
177 links redirect to /messages.
[010e073]178- **Connect: your following and followers on one page.** A single Connect tab
179 replaces the separate Following and Followers pages, showing each connection's
180 direction (following →, follower ←, mutual ↔) and, for accounts you deliver to,
181 when they were last reached. Accounts you can no longer reach move to a
182 collapsed "Unreachable" section for cleanup. Old /following and /followers
183 links redirect to /connect.
[67c1f24]184- **Moderate incoming replies on your own posts.** As the site owner you can now
185 remove a reply from your thread (it stays removed: re-delivery and
186 thread-filling are blocked by a tombstone) and report it to its author's
187 server, straight from the thread. This also works for private replies, which
188 cannot be handled via the fediverse interact flow.
[010e073]189
[9dbb175]190### Fixed
[7d19465]191- **A boosted video post keeps its video in the Circle.** Boosting a video-only
192 post (Loops.video) stored it without its media, so the Circle showed a bare
193 text tile instead of a video thumbnail; re-boosting could even wipe the video
194 from an already-cached copy. Boosts now carry the full typed media, and a
195 refresh never erases cached media.
[92a2c46]196- **The interact page title follows your language.** "Interacteer via de
197 fediverse" was hardcoded Dutch in the browser tab, even on an English site.
198- **The Apple Music icon looks like the Apple logo again.** The old icon was a
199 garbled shape.
200- **Statistics columns no longer jump around in the 30 and 90 day views.**
201 Columns without a date label collapsed slightly; every column now keeps its
202 label line.
[3778ddb]203- **Private replies no longer show on the public post page.** A followers-only
204 or direct (DM) reply to your post was rendered in the public thread for
205 everyone. Incoming replies now record their fediverse addressing; the public
206 thread only shows public and unlisted replies. Private ones still reach you in
207 notifications, with the post they belong to.
[9dbb175]208- **Bare video/audio embeds no longer overflow their column.** A `.webm` /
209 `.mp4` / `.mp3` player now fits the content width like the iframe embeds do;
210 the width rule previously covered only `iframe`.
211
[87d2787]212## [1.4.0] · 2026-07-14
213
214### Added
215- **Followers list with delivery health.** A new Fediverse tab shows who follows
216 you and when each account was last reached, so dead accounts stand out and you
217 can remove them after a check.
218- **Bare media links play inline.** A plain `.webm`, `.mp4` or `.mp3` link now
219 renders a native player instead of a dead link.
220- **Hashtags, links and mentions are clickable on your site too.** `#tags`, URLs
221 and `@mentions` in a post become links on the site itself, not only on the
222 federated copy. Mentions are resolved once when you save, so pages stay fast.
223
224### Fixed
225- **Replies, comment deletes and reply edits always arrive.** They used to be
226 dropped when a server was briefly unreachable; they now go through the retry
227 queue like posts do.
228- **Video thumbnails for more videos.** Covers from videos with their metadata at
229 the end of the file (Loops.video, phone exports) now get a thumbnail instead of
230 none.
231- **A video-only cover shows a poster on the post page.** It no longer renders
232 blank in the Solo view.
233- **The installed app no longer shows old data on a shaky start.** A cold launch
234 on a poor connection refreshes instead of showing a stale page.
235- **The Updates page follows your branch.** On the stable branch you no longer
236 see main's changes flagged as "latest".
237
[8e7f0ec]238## [1.3.5] — 2026-07-04
239
[0a93c15]240### Fixed
241- **Polls keep their cover art when boosted.** A poll with music or an embed was
242 federating without its cover, so a boosted poll showed a blank tile; the cover
243 now travels with it.
[da71f9d]244- **The Android app's Updates page shows what's actually installable.** It read
245 the newest release branch, which could be ahead of the phone build for a short
246 while — pressing update then reinstalled the same version. It now reads the
247 version of the phone bundle itself.
[0a93c15]248
[6ec0433]249## [1.3.4] — 2026-07-04
250
[236e11b]251### Fixed
252- **Boosts that lost their cover get it back automatically.** Posts you boosted
253 before the cover fix were cached without their artwork; they are refreshed
[14f54a7]254 once on the next restart. If a post's home server is briefly unreachable at
255 that moment, it is retried on the next restarts instead of being skipped for
256 good. Boosting a post again now also refreshes its cached copy (cover,
257 content) — from the feed as well as the interact page.
[236e11b]258
[b7e382f]259## [1.3.3] — 2026-07-03
260
[006a3be]261### Fixed
262- **Boosted music posts keep their cover.** When you boosted a track from
263 someone you don't follow, the cover art went missing; it now shows, just like
264 for people you do follow.
265
[8b5c076]266## [1.3.2] — 2026-07-02
267
[422b20d]268### Fixed
269- **The Updates page now works in the Android app.** It now shows the newest
270 available version, and the update button downloads and installs it right on
271 your phone (your posts and settings are kept).
272
[7d61ab8]273## [1.3.1] — 2026-07-02
274
[421046c]275### Fixed
276- **Music keeps playing in the background on Android.** When a track ended while
277 your phone was locked or the app was in the background, the next track would
278 start and stop again after a second. The player now feeds the whole queue as
279 one continuous stream, so auto-advancing to the next track no longer counts
280 as "new" playback that the browser is allowed to pause.
281
[a369029]282## [1.3.0] — 2026-07-02
283
[1bc0886]284### Added
[3b4095f]285- **Choose a light or dark share card.** The auto-generated share image follows your site theme;
286 under Admin → SEO you can now force it light or dark.
[fe97cc3]287- **A mention is now a notification.** When someone on the fediverse mentions you in a post —
288 even one that isn't a reply to you — it shows up in your fediverse notifications with a link
289 to the original.
[8cf8b5f]290- **Cover art on openly shared audio.** A track shared openly on the fediverse now carries its
291 cover art (or the post cover), so audio players that support artwork show it instead of a blank tile.
[1c2dcba]292- **Report a post to the fediverse.** From a fediverse post you can now report it to the moderators
[737ea05]293 of its own home server, with an optional reason — and if someone reports your site, the report
294 shows up in your fediverse notifications.
[0688b5f]295- **Set a post's language.** Choose the language you wrote a post in — on the fediverse it enables
296 timeline language filtering and the translate button.
[d18c60e]297- **Alt text for images.** Give your cover image a description (and inline images keep their own
298 alt text) — it federates to the fediverse and lets screen readers describe the picture.
[f1956d7]299- **Mention people in a post.** Typing `@user@server` in a post now links to their profile and
300 notifies them on the fediverse — even if they don't follow you — just like a mention in a reply.
[1bc0886]301- **Short videos in the feed autoplay and loop.** An animated cover or a short (≤30s) clip in the
302 News feed now plays automatically and loops muted, like a GIF; longer videos keep their controls.
[55a73f0]303- **Vote on fediverse polls.** A poll from an account you follow now shows in the News feed with its
304 options and current results, and you can cast your vote — it federates back like any Mastodon vote.
[0403187]305- **Create your own polls.** A post can now carry a poll (single or multiple choice, with a set
306 duration). It federates as a real fediverse poll, so your Mastodon followers can vote from their own
307 app; the live results show on the post and the poll closes itself when the time is up.
[1bc0886]308
[c06816e]309### Changed
310- **Sharing audio openly is now one-way.** Once a track is shared openly on the fediverse the file
311 has spread, so "closing" it again would be false security — the editor now locks the choice after
312 opening and warns you before you tick it.
313
[e00c0e9]314### Fixed
[e67828e]315- **Remote videos show a preview frame.** A video in the News feed or a Circle tile (e.g. from
316 Loops or PeerTube) used to appear as a black box until you pressed play; it now shows a real
317 poster frame. (Longer videos keep their player controls by design — only clips under 30 seconds
318 autoplay like a GIF.)
[fc229f5]319- **Mentions, hashtags and links inside brackets now work.** A mention like `(@user@server)`, a
320 `(#hashtag)` or a bracketed URL federated as plain text — and the mentioned person was never
321 notified. They now link (and notify) like their unbracketed forms.
[e00c0e9]322- **Plain web addresses become links on the fediverse.** A bare URL typed in a post or reply now
323 federates as a clickable link instead of plain text.
324
[131e266]325## [1.2.0] — 2026-07-01
326
327### Added
328- **PeerTube videos in the feed.** A PeerTube link in a post now shows an inline player in the News
329 feed, like YouTube, Spotify and SoundCloud already did.
330- **Light share images.** Sites whose default theme is Light now get a matching light Open Graph card
331 when a page is shared, instead of always a dark one.
332- **Leave your own visits out of the stats.** As the admin you can now exclude your own IP address
333 from your site statistics, for a truer picture of real visitors.
334- **Right-click "Save" is turned off on covers, images and videos** — a light bit of friction so the
335 artwork isn't one click from being saved (it's friction, not protection).
336
[1b1cc89]337### Fixed
[131e266]338- **Animated video covers now render correctly everywhere.** In the Circle and the grid they could
339 show up as a broken image or a blank tile; they now display as a proper looping video that fills the
340 square, centred. Right-clicking a cover gives the normal link menu instead of the browser's video controls.
[1b1cc89]341- **Following someone no longer gets stuck.** A follow whose first delivery fails (the other server
342 briefly unreachable) is now retried automatically with backoff, instead of staying on "pending" forever.
343- **Boosted posts show their real text** in the Circle, instead of a "RE: <link>" prefix.
[131e266]344- **Hardened fediverse handling** — stricter signature checks on incoming activity, blocks now also
345 cover a boost of a blocked author, and pinned-post syncing no longer races when you save several times quickly.
[1b1cc89]346
[b1edba0]347## [1.1.0] — 2026-06-30
348
349### Added
350- **Animated covers play smoothly everywhere.** Upload an animated WebP as a cover and Klonkt also
351 makes a muted, looping video of it. iOS Safari — where animated WebP is janky — gets the smooth
352 video, every other browser keeps the crisp WebP, and on the fediverse the cover federates as a
353 video that plays in Mastodon and its apps. Shown on the post, the grid, the feed and related posts.
354- **Media library (Admin → Media).** See every uploaded image, where each one is used, copy its URL,
355 and clean up unused files in one click — including the leftover video/poster of an animated cover.
356 Images, Audio and Playlists now share one tab bar.
357- **Share button** at the bottom of every post (native share sheet, or copy link).
358- **Replace a track's audio file** without re-creating the track.
359- **Music on the fediverse (first step).** Audio posts now carry schema.org *MusicRecording* /
360 *MusicAlbum* data, and a per-post toggle can share a hosted track as a real fediverse audio
361 attachment that plays in followers' feeds.
362
363### Changed
364- **Cleaner embeds on Mastodon.** A post with a YouTube/Spotify/SoundCloud link now lets Mastodon
365 show its player card; link-only tracks share their streaming links. The cover still shows in other
366 Klonkt feeds. (On your own site nothing changes — the player and cover render as before.)
367- **Circles stay in sync the fediverse way** — edits and missed posts catch up automatically via
368 standard ActivityPub, so a Circle no longer drifts out of date.
369- **Everything Klonkt federates is now valid AS2 / JSON-LD**, guarded by a test, so stricter servers
370 accept it.
371- The track list is sorted **newest-first**.
372
373### Fixed
374- **Animated WebP covers are no longer frozen to a single frame** (the crop editor and the thumbnailer
375 left them static).
376- **Link-only tracks** (Spotify/YouTube, no uploaded file) can be inserted into a post again.
377- **Link previews** (og:image / Twitter card) now use absolute image URLs, so they show on Signal,
378 WhatsApp and other scrapers.
379- Several **fediverse delivery fixes**: covers/links no longer turn into a black tile on Mastodon,
380 raw audio files don't clutter a post that already has a player, and dead links from a renamed
381 remote post heal themselves.
382- The **mobile feed** loads full-resolution covers; long titles wrap instead of overflowing.
383- **Self-hosting updates** are more reliable: re-running the installer keeps your channel, and the
384 updater no longer restarts or claims an update when you're already up to date.
385
[054b603]386## [1.0.0] — 2026-06-30
387
[eb5f978]388### Added
[98fe58a]389- **Klonkt is now on the fediverse (ActivityPub).** Your site is a real fediverse
390 account: people on Mastodon — or another Klonkt — can follow you, and your posts
391 reach their feeds. You can follow accounts and read their posts in a **News** feed,
392 get **notifications**, and **like, boost and reply** to posts. Incoming activity is
393 verified, so fake replies, likes and followers are rejected.
394- **Anyone can reply, like or boost your posts from the fediverse** — visitors interact
395 from their own account (they just enter their server); no account on your site needed.
396- **Circles**: follow other Klonkt sites and show each other's public posts in your
397 Circle — decentralised, with no central platform.
398- **Sensitive (NSFW) posts** with your own content-warning text: blurred with
399 click-to-reveal across the site, and shown as a content warning on the fediverse.
400- **Block** an account or an entire domain you'd rather not hear from.
401- Search now also finds **tracks** (by title, artist and album), playable straight from
402 the results with a link to the post they appear in — and post search matches as you type.
403- **Live theme preview** in Admin → site settings: accent, theme and palette update
404 instantly, before you save.
405- Uploaded images are automatically optimised to **WebP** for faster pages.
406- A roomier **mobile writing experience**: tap to open a distraction-free fullscreen
407 editor, with the formatting toolbar staying in view above the keyboard.
[127f87e]408- **Long posts collapse in the News feed** with a *read more* toggle, so a long post no
409 longer fills the whole screen — tap to expand or collapse it.
[054b603]410- **See everyone in a Circle**: when a Circle has more than five sites, the member count
411 opens a popup that lists them all, so a big Circle no longer hides its members.
[0850535]412
[eb5f978]413### Changed
[98fe58a]414- **Palettes revised to 8**: the neutral **Klonkt** (gold accent) is the new default,
415 plus seven full-colour themes — Forest, Ocean, Teal, Lilac, Sunset, Candy and Amber.
[054b603]416- **Your profile federates more completely**: the links on your profile, the date you
417 joined and the accounts you follow now travel along to other servers, so your profile
418 looks complete when someone views it from Mastodon or elsewhere.
419- **Cover images and avatars are sharper** — resized on the server instead of being
420 squeezed by the browser.
[0850535]421
[eb5f978]422### Removed
[98fe58a]423- **Hub mode** — Klonkt is now **solo or Circles**; you build a collective or label
424 through **Circles** (federated, standalone sites).
425- **Native comments and Google login** — replies, likes and boosts now run entirely
426 through the fediverse.
427- **Local favourites (♥)** — replaced by the ⭐ fediverse like.
[1720482]428
[eb5f978]429### Fixed
[127f87e]430- **Hashtags and mentions now work in every language and script** (e.g. Japanese, Cyrillic,
431 Arabic), both on your site and when federating — not just the Latin alphabet.
[0a58300]432- **Switching a site to solo (federation off) works again.** Turning the fediverse off could
433 make the whole site return “page not found” instead of just disabling federation; it now
434 cleanly switches federation off while the rest of the site keeps working. (Self-hosters:
435 update to pick up the fix.)
436- The Fediverse and Notifications items now disappear from the menu when federation is off,
437 instead of lingering.
[98fe58a]438- The mini-player jumps and scrolls to the track that's playing — also from an album or
439 playlist — and keeps it highlighted.
440- Empty album/playlist covers now fall back to the first track's cover.
441- A profile photo that broke in the header after the WebP switch now repairs itself.
442- Many **mobile post-editor** fixes: reliable scrolling, a formatting toolbar that stays
443 put, no page jumps when you tap a button, and a Save bar that sits just above the keyboard.
[054b603]444- **Boosts now reach the original poster** — their server registers the boost and notifies
445 them, just like a boost from Mastodon — and a boost is retried if a server is briefly
446 unreachable instead of being sent once and forgotten.
447- **Unfollowing an account now takes effect on the other server** (it could previously fail
448 to register, leaving you still following on their side).
[90259da]449
450## [1.0.0-beta.2] — 2026-06-19
451
[98fe58a]452First release where we actively track the version (shown in the footer — click it for
453this page).
[90259da]454
[eb5f978]455### Added
456- Release tracking: the version number in the footer links to this changelog page.
457- Eight premium features (Patreon-gated): newsletter/mailing list, download-for-email,
458 release scheduling + fan-only previews, EPK/press kit, pro statistics, link-in-bio +
459 click stats, embeddable player, and show agenda + notify-me.
460- Newsletter signup field in the footer (on/off in Admin → Settings).
[98fe58a]461- SMTP settings configurable in Admin → Settings (no more config-file edit needed), with
462 a test-mail button.
[90259da]463
[eb5f978]464### Changed
[98fe58a]465- Tidier settings forms (stacked labels, full-width inputs).
[eb5f978]466- EPK/press kit shows the top 10 most-listened tracks.
467- Nicer 404 page (mobile-friendly) and clearer login error messages.
[90259da]468
[eb5f978]469### Fixed
[98fe58a]470- The site-wide audio player wasn't loading any tracks.
471- Button text became unreadable on hover.
[eb5f978]472- Date pickers now follow the theme.
[98fe58a]473- Back/forward navigation no longer shows a doubled header.
Note: See TracBrowser for help on using the repository browser.