source: Klonkt/CHANGELOG.md@ 897c33b

main
Last change on this file since 897c33b was 127f87e, checked in by Robin Genis <roboburr@…>, 2 months ago

docs(changelog): note read-more + multi-language hashtags under Unreleased

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[eb5f978]1# Changelog — Klonkt
[90259da]2
[eb5f978]3All notable changes to Klonkt. Newest at the top.
4Versions follow [SemVer](https://semver.org/) (`1.0.0-beta.N` during the beta).
[90259da]5
6## [Unreleased]
7
[eb5f978]8### Added
[98fe58a]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.
[127f87e]28- **Long posts collapse in the News feed** with a *read more* toggle, so a long post no
29 longer fills the whole screen — tap to expand or collapse it.
[0850535]30
[eb5f978]31### Changed
[98fe58a]32- **Palettes revised to 8**: the neutral **Klonkt** (gold accent) is the new default,
33 plus seven full-colour themes — Forest, Ocean, Teal, Lilac, Sunset, Candy and Amber.
[0850535]34
[eb5f978]35### Removed
[98fe58a]36- **Hub mode** — Klonkt is now **solo or Circles**; you build a collective or label
37 through **Circles** (federated, standalone sites).
38- **Native comments and Google login** — replies, likes and boosts now run entirely
39 through the fediverse.
40- **Local favourites (♥)** — replaced by the ⭐ fediverse like.
[1720482]41
[eb5f978]42### Fixed
[127f87e]43- **Hashtags and mentions now work in every language and script** (e.g. Japanese, Cyrillic,
44 Arabic), both on your site and when federating — not just the Latin alphabet.
[0a58300]45- **Switching a site to solo (federation off) works again.** Turning the fediverse off could
46 make the whole site return “page not found” instead of just disabling federation; it now
47 cleanly switches federation off while the rest of the site keeps working. (Self-hosters:
48 update to pick up the fix.)
49- The Fediverse and Notifications items now disappear from the menu when federation is off,
50 instead of lingering.
[98fe58a]51- The mini-player jumps and scrolls to the track that's playing — also from an album or
52 playlist — and keeps it highlighted.
53- Empty album/playlist covers now fall back to the first track's cover.
54- A profile photo that broke in the header after the WebP switch now repairs itself.
55- Many **mobile post-editor** fixes: reliable scrolling, a formatting toolbar that stays
56 put, no page jumps when you tap a button, and a Save bar that sits just above the keyboard.
[90259da]57
58## [1.0.0-beta.2] — 2026-06-19
59
[98fe58a]60First release where we actively track the version (shown in the footer — click it for
61this page).
[90259da]62
[eb5f978]63### Added
64- Release tracking: the version number in the footer links to this changelog page.
65- Eight premium features (Patreon-gated): newsletter/mailing list, download-for-email,
66 release scheduling + fan-only previews, EPK/press kit, pro statistics, link-in-bio +
67 click stats, embeddable player, and show agenda + notify-me.
68- Newsletter signup field in the footer (on/off in Admin → Settings).
[98fe58a]69- SMTP settings configurable in Admin → Settings (no more config-file edit needed), with
70 a test-mail button.
[90259da]71
[eb5f978]72### Changed
[98fe58a]73- Tidier settings forms (stacked labels, full-width inputs).
[eb5f978]74- EPK/press kit shows the top 10 most-listened tracks.
75- Nicer 404 page (mobile-friendly) and clearer login error messages.
[90259da]76
[eb5f978]77### Fixed
[98fe58a]78- The site-wide audio player wasn't loading any tracks.
79- Button text became unreadable on hover.
[eb5f978]80- Date pickers now follow the theme.
[98fe58a]81- Back/forward navigation no longer shows a doubled header.
Note: See TracBrowser for help on using the repository browser.