source: Klonkt/CHANGELOG.md@ b1edba0

main 1.1.0
Last change on this file since b1edba0 was b1edba0, checked in by roboburr <roboburr@…>, 2 months ago

release: 1.1.0 — animated video covers, media library, music federation (phase 1), federation polish

  • CHANGELOG.md — 1.1.0 section (Added / Changed / Fixed), user-facing
  • package.json — version 1.0.0 -> 1.1.0

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

  • Property mode set to 100644
File size: 7.8 KB
Line 
1# Changelog — Klonkt
2
3All notable changes to Klonkt. Newest at the top.
4Versions follow [SemVer](https://semver.org/).
5
6## [Unreleased]
7
8## [1.1.0] — 2026-06-30
9
10### Added
11- **Animated covers play smoothly everywhere.** Upload an animated WebP as a cover and Klonkt also
12 makes a muted, looping video of it. iOS Safari — where animated WebP is janky — gets the smooth
13 video, every other browser keeps the crisp WebP, and on the fediverse the cover federates as a
14 video that plays in Mastodon and its apps. Shown on the post, the grid, the feed and related posts.
15- **Media library (Admin → Media).** See every uploaded image, where each one is used, copy its URL,
16 and clean up unused files in one click — including the leftover video/poster of an animated cover.
17 Images, Audio and Playlists now share one tab bar.
18- **Share button** at the bottom of every post (native share sheet, or copy link).
19- **Replace a track's audio file** without re-creating the track.
20- **Music on the fediverse (first step).** Audio posts now carry schema.org *MusicRecording* /
21 *MusicAlbum* data, and a per-post toggle can share a hosted track as a real fediverse audio
22 attachment that plays in followers' feeds.
23
24### Changed
25- **Cleaner embeds on Mastodon.** A post with a YouTube/Spotify/SoundCloud link now lets Mastodon
26 show its player card; link-only tracks share their streaming links. The cover still shows in other
27 Klonkt feeds. (On your own site nothing changes — the player and cover render as before.)
28- **Circles stay in sync the fediverse way** — edits and missed posts catch up automatically via
29 standard ActivityPub, so a Circle no longer drifts out of date.
30- **Everything Klonkt federates is now valid AS2 / JSON-LD**, guarded by a test, so stricter servers
31 accept it.
32- The track list is sorted **newest-first**.
33
34### Fixed
35- **Animated WebP covers are no longer frozen to a single frame** (the crop editor and the thumbnailer
36 left them static).
37- **Link-only tracks** (Spotify/YouTube, no uploaded file) can be inserted into a post again.
38- **Link previews** (og:image / Twitter card) now use absolute image URLs, so they show on Signal,
39 WhatsApp and other scrapers.
40- Several **fediverse delivery fixes**: covers/links no longer turn into a black tile on Mastodon,
41 raw audio files don't clutter a post that already has a player, and dead links from a renamed
42 remote post heal themselves.
43- The **mobile feed** loads full-resolution covers; long titles wrap instead of overflowing.
44- **Self-hosting updates** are more reliable: re-running the installer keeps your channel, and the
45 updater no longer restarts or claims an update when you're already up to date.
46
47## [1.0.0] — 2026-06-30
48
49### Added
50- **Klonkt is now on the fediverse (ActivityPub).** Your site is a real fediverse
51 account: people on Mastodon — or another Klonkt — can follow you, and your posts
52 reach their feeds. You can follow accounts and read their posts in a **News** feed,
53 get **notifications**, and **like, boost and reply** to posts. Incoming activity is
54 verified, so fake replies, likes and followers are rejected.
55- **Anyone can reply, like or boost your posts from the fediverse** — visitors interact
56 from their own account (they just enter their server); no account on your site needed.
57- **Circles**: follow other Klonkt sites and show each other's public posts in your
58 Circle — decentralised, with no central platform.
59- **Sensitive (NSFW) posts** with your own content-warning text: blurred with
60 click-to-reveal across the site, and shown as a content warning on the fediverse.
61- **Block** an account or an entire domain you'd rather not hear from.
62- Search now also finds **tracks** (by title, artist and album), playable straight from
63 the results with a link to the post they appear in — and post search matches as you type.
64- **Live theme preview** in Admin → site settings: accent, theme and palette update
65 instantly, before you save.
66- Uploaded images are automatically optimised to **WebP** for faster pages.
67- A roomier **mobile writing experience**: tap to open a distraction-free fullscreen
68 editor, with the formatting toolbar staying in view above the keyboard.
69- **Long posts collapse in the News feed** with a *read more* toggle, so a long post no
70 longer fills the whole screen — tap to expand or collapse it.
71- **See everyone in a Circle**: when a Circle has more than five sites, the member count
72 opens a popup that lists them all, so a big Circle no longer hides its members.
73
74### Changed
75- **Palettes revised to 8**: the neutral **Klonkt** (gold accent) is the new default,
76 plus seven full-colour themes — Forest, Ocean, Teal, Lilac, Sunset, Candy and Amber.
77- **Your profile federates more completely**: the links on your profile, the date you
78 joined and the accounts you follow now travel along to other servers, so your profile
79 looks complete when someone views it from Mastodon or elsewhere.
80- **Cover images and avatars are sharper** — resized on the server instead of being
81 squeezed by the browser.
82
83### Removed
84- **Hub mode** — Klonkt is now **solo or Circles**; you build a collective or label
85 through **Circles** (federated, standalone sites).
86- **Native comments and Google login** — replies, likes and boosts now run entirely
87 through the fediverse.
88- **Local favourites (♥)** — replaced by the ⭐ fediverse like.
89
90### Fixed
91- **Hashtags and mentions now work in every language and script** (e.g. Japanese, Cyrillic,
92 Arabic), both on your site and when federating — not just the Latin alphabet.
93- **Switching a site to solo (federation off) works again.** Turning the fediverse off could
94 make the whole site return “page not found” instead of just disabling federation; it now
95 cleanly switches federation off while the rest of the site keeps working. (Self-hosters:
96 update to pick up the fix.)
97- The Fediverse and Notifications items now disappear from the menu when federation is off,
98 instead of lingering.
99- The mini-player jumps and scrolls to the track that's playing — also from an album or
100 playlist — and keeps it highlighted.
101- Empty album/playlist covers now fall back to the first track's cover.
102- A profile photo that broke in the header after the WebP switch now repairs itself.
103- Many **mobile post-editor** fixes: reliable scrolling, a formatting toolbar that stays
104 put, no page jumps when you tap a button, and a Save bar that sits just above the keyboard.
105- **Boosts now reach the original poster** — their server registers the boost and notifies
106 them, just like a boost from Mastodon — and a boost is retried if a server is briefly
107 unreachable instead of being sent once and forgotten.
108- **Unfollowing an account now takes effect on the other server** (it could previously fail
109 to register, leaving you still following on their side).
110
111## [1.0.0-beta.2] — 2026-06-19
112
113First release where we actively track the version (shown in the footer — click it for
114this page).
115
116### Added
117- Release tracking: the version number in the footer links to this changelog page.
118- Eight premium features (Patreon-gated): newsletter/mailing list, download-for-email,
119 release scheduling + fan-only previews, EPK/press kit, pro statistics, link-in-bio +
120 click stats, embeddable player, and show agenda + notify-me.
121- Newsletter signup field in the footer (on/off in Admin → Settings).
122- SMTP settings configurable in Admin → Settings (no more config-file edit needed), with
123 a test-mail button.
124
125### Changed
126- Tidier settings forms (stacked labels, full-width inputs).
127- EPK/press kit shows the top 10 most-listened tracks.
128- Nicer 404 page (mobile-friendly) and clearer login error messages.
129
130### Fixed
131- The site-wide audio player wasn't loading any tracks.
132- Button text became unreadable on hover.
133- Date pickers now follow the theme.
134- Back/forward navigation no longer shows a doubled header.
Note: See TracBrowser for help on using the repository browser.