source: Klonkt/CHANGELOG.md@ 054b603

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

release: 1.0.0 — first stable release

Cut the accumulated [Unreleased] changes as 1.0.0 (out of beta/rc) and bump the
version; folded this session's user-visible changes into the changelog.

  • CHANGELOG.md — [Unreleased] → [1.0.0] (2026-06-30) with a fresh empty Unreleased; added the Circle members popup (Added), profile-metadata federation + sharper images (Changed) and the boost-delivery + unfollow fixes (Fixed); dropped the "during the beta" note from the intro
  • package.json — version 1.0.0-rc1 → 1.0.0

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

  • Property mode set to 100644
File size: 5.3 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.0.0] — 2026-06-30
9
10### Added
11- **Klonkt is now on the fediverse (ActivityPub).** Your site is a real fediverse
12 account: people on Mastodon — or another Klonkt — can follow you, and your posts
13 reach their feeds. You can follow accounts and read their posts in a **News** feed,
14 get **notifications**, and **like, boost and reply** to posts. Incoming activity is
15 verified, so fake replies, likes and followers are rejected.
16- **Anyone can reply, like or boost your posts from the fediverse** — visitors interact
17 from their own account (they just enter their server); no account on your site needed.
18- **Circles**: follow other Klonkt sites and show each other's public posts in your
19 Circle — decentralised, with no central platform.
20- **Sensitive (NSFW) posts** with your own content-warning text: blurred with
21 click-to-reveal across the site, and shown as a content warning on the fediverse.
22- **Block** an account or an entire domain you'd rather not hear from.
23- Search now also finds **tracks** (by title, artist and album), playable straight from
24 the results with a link to the post they appear in — and post search matches as you type.
25- **Live theme preview** in Admin → site settings: accent, theme and palette update
26 instantly, before you save.
27- Uploaded images are automatically optimised to **WebP** for faster pages.
28- A roomier **mobile writing experience**: tap to open a distraction-free fullscreen
29 editor, with the formatting toolbar staying in view above the keyboard.
30- **Long posts collapse in the News feed** with a *read more* toggle, so a long post no
31 longer fills the whole screen — tap to expand or collapse it.
32- **See everyone in a Circle**: when a Circle has more than five sites, the member count
33 opens a popup that lists them all, so a big Circle no longer hides its members.
34
35### Changed
36- **Palettes revised to 8**: the neutral **Klonkt** (gold accent) is the new default,
37 plus seven full-colour themes — Forest, Ocean, Teal, Lilac, Sunset, Candy and Amber.
38- **Your profile federates more completely**: the links on your profile, the date you
39 joined and the accounts you follow now travel along to other servers, so your profile
40 looks complete when someone views it from Mastodon or elsewhere.
41- **Cover images and avatars are sharper** — resized on the server instead of being
42 squeezed by the browser.
43
44### Removed
45- **Hub mode** — Klonkt is now **solo or Circles**; you build a collective or label
46 through **Circles** (federated, standalone sites).
47- **Native comments and Google login** — replies, likes and boosts now run entirely
48 through the fediverse.
49- **Local favourites (♥)** — replaced by the ⭐ fediverse like.
50
51### Fixed
52- **Hashtags and mentions now work in every language and script** (e.g. Japanese, Cyrillic,
53 Arabic), both on your site and when federating — not just the Latin alphabet.
54- **Switching a site to solo (federation off) works again.** Turning the fediverse off could
55 make the whole site return “page not found” instead of just disabling federation; it now
56 cleanly switches federation off while the rest of the site keeps working. (Self-hosters:
57 update to pick up the fix.)
58- The Fediverse and Notifications items now disappear from the menu when federation is off,
59 instead of lingering.
60- The mini-player jumps and scrolls to the track that's playing — also from an album or
61 playlist — and keeps it highlighted.
62- Empty album/playlist covers now fall back to the first track's cover.
63- A profile photo that broke in the header after the WebP switch now repairs itself.
64- Many **mobile post-editor** fixes: reliable scrolling, a formatting toolbar that stays
65 put, no page jumps when you tap a button, and a Save bar that sits just above the keyboard.
66- **Boosts now reach the original poster** — their server registers the boost and notifies
67 them, just like a boost from Mastodon — and a boost is retried if a server is briefly
68 unreachable instead of being sent once and forgotten.
69- **Unfollowing an account now takes effect on the other server** (it could previously fail
70 to register, leaving you still following on their side).
71
72## [1.0.0-beta.2] — 2026-06-19
73
74First release where we actively track the version (shown in the footer — click it for
75this page).
76
77### Added
78- Release tracking: the version number in the footer links to this changelog page.
79- Eight premium features (Patreon-gated): newsletter/mailing list, download-for-email,
80 release scheduling + fan-only previews, EPK/press kit, pro statistics, link-in-bio +
81 click stats, embeddable player, and show agenda + notify-me.
82- Newsletter signup field in the footer (on/off in Admin → Settings).
83- SMTP settings configurable in Admin → Settings (no more config-file edit needed), with
84 a test-mail button.
85
86### Changed
87- Tidier settings forms (stacked labels, full-width inputs).
88- EPK/press kit shows the top 10 most-listened tracks.
89- Nicer 404 page (mobile-friendly) and clearer login error messages.
90
91### Fixed
92- The site-wide audio player wasn't loading any tracks.
93- Button text became unreadable on hover.
94- Date pickers now follow the theme.
95- Back/forward navigation no longer shows a doubled header.
Note: See TracBrowser for help on using the repository browser.