版本发布 8
## What's Changed * Delete all user data when account is deleted by @asim in https://github.com/micro/mu/pull/600 * Refactor card settings and opinion topics for improved layout by @asim in https://github.com/micro/mu/pull/601 * Fix deadlock in DeletePostsByAuthor — was calling updateCache while h… by @asim in https://github.com/micro/mu/pull/602 * Add /home/card/{id} endpoint for lazy-loading individual cards by @asim in https://github.com/micro/mu/pull/603 **Full Changelog**: https://github.com/micro/mu/compare/v0.23.0...v0.24.0
## What's Changed * Clear input after posting status — skip save/restore on submit refresh by @asim in https://github.com/micro/mu/pull/570 * Let users request an invite, show pending requests to admins by @asim in https://github.com/micro/mu/pull/571 * Fix DKIM: use relaxed/relaxed canonicalization, reject non-FQDN senders by @asim in https://github.com/micro/mu/pull/572 * Add stream package for console event timeline and system publishers by @asim in https://github.com/micro/mu/pull/573 * Default to Overview, restyle console as chat with OG embeds by @asim in https://github.com/micro/mu/pull/574 * Overview tab first, pin console compose to bottom of screen by @asim in https://github.com/micro/mu/pull/575 * Move date/weather/invite into Overview only, fix console prompt overflow by @asim in https://github.com/micro/mu/pull/576 * Remove OG embeds, throttle system events — console is conversational by @asim in https://github.com/micro/mu/pull/577 * Open video watching and news AI summaries to logged-out users by @asim in https://github.com/micro/mu/pull/578 * Claude/add wallet transfers 74 phc by @asim in https://github.com/micro/mu/pull/579 * Claude/add wallet transfers 74 phc by @asim in https://github.com/micro/mu/pull/580 * Move reminder first on mobile, fix card prefs to vertical list by @asim in https://github.com/micro/mu/pull/581 * Fix stale weather temp — fetch independently of weather card by @asim in https://github.com/micro/mu/pull/582 * Add CLI, stream, console, spam defence, invite-only, cost cuts by @asim in https://github.com/micro/mu/pull/583 **Full Changelog**: https://github.com/micro/mu/compare/v0.21.0...v0.22.0
## What's Changed * Socialv2 by @asim in https://github.com/micro/mu/pull/346 * Add social media tracking and expand account coverage by @asim in https://github.com/micro/mu/pull/347 * Rebuild social as native posting platform by @asim in https://github.com/micro/mu/pull/348 * Enhance social feed with live timestamps, link cards, and mobile fixes by @asim in https://github.com/micro/mu/pull/349 * Use category labels for news posts, refresh social card, fix blog sor… by @asim in https://github.com/micro/mu/pull/350 * Add contextual reminder: pick Quran verse relevant to current news cycle by @asim in https://github.com/micro/mu/pull/351 * Claude/track api usage l6x8s by @asim in https://github.com/micro/mu/pull/352 * Format verses according to reminder.dev and deduplicate headers by @asim in https://github.com/micro/mu/pull/353 * Implement threaded replies and rename social post terminology by @asim in https://github.com/micro/mu/pull/354 * Surface breaking news when multiple sources cover the same story by @asim in https://github.com/micro/mu/pull/356 * Fix breaking news detection: match on 2+ shared keywords instead of e… by @asim in https://github.com/micro/mu/pull/357 * Use news category as social post author instead of "Breaking" by @asim in https://github.com/micro/mu/pull/358 * Constrain social feed and thread views to 600px max-width by @asim in https://github.com/micro/mu/pull/359 * Fix system posts being deleted on restart; left-align social feed by @asim in https://github.com/micro/mu/pull/360 * Remove contextual reminder system, always pull latest from reminder.dev by @asim in https://github.com/micro/mu/pull/361 * Reorder mobile home cards: move markets above social by @asim in https://github.com/micro/mu/pull/362 * Redirect / to /login for unauthenticated users by @asim in https://github.com/micro/mu/pull/363 * Remove marketing pages: /plans, /donate, /about by @asim in https://github.com/micro/mu/pull/364 * Style social categories to match news topics by @asim in https://github.com/micro/mu/pull/365 * Claude/track api usage l6x8s by @asim in https://github.com/micro/mu/pull/366 * Implement x402 protocol for crypto payments and update documentation by @asim in https://github.com/micro/mu/pull/367 **Full Changelog**: https://github.com/micro/mu/compare/v0.15.1...v0.16.0
## What's Changed * Add ActivityPub federation for blog posts by @Copilot in https://github.com/micro/mu/pull/91 * Auth using passkey (WebAuthn) by @Copilot in https://github.com/micro/mu/pull/93 * Add audio-only mode with visualiser to video player by @Copilot in https://github.com/micro/mu/pull/92 * MCP server: wallet credit gating, auth tools, API docs by @Copilot in https://github.com/micro/mu/pull/95 * Expose markets, reminder, and wallet topup as API and MCP endpoints by @Copilot in https://github.com/micro/mu/pull/97 * Add /mcp page: unified HTML + JSON-RPC endpoint by @Copilot in https://github.com/micro/mu/pull/98 * Fix passkeys table mobile responsiveness by @Copilot in https://github.com/micro/mu/pull/99 * Add MCP auth docs: Bearer token via PAT and agent signup/login by @Copilot in https://github.com/micro/mu/pull/100 * Fix MCP endpoint references and surface agent/MCP integration on plans and index pages by @Copilot in https://github.com/micro/mu/pull/102 * Replace "AI queries" framing with credits-based terminology across plans and index pages by @Copilot in https://github.com/micro/mu/pull/103 * Clean up plans/index page formatting and add credits explainer by @Copilot in https://github.com/micro/mu/pull/104 * Add Places feature: map, search, nearby POI lookup, city pre-loading with quadtree cache by @Copilot in https://github.com/micro/mu/pull/105 * places: fix category display, add location-biased search sorting, enrich place cards and map popups by @Copilot in https://github.com/micro/mu/pull/106 * Places: remove Leaflet.js map, fix location-aware search, add rich POI details by @Copilot in https://github.com/micro/mu/pull/107 * fix(places): city cards non-functional, way-mapped POIs missing, cuisine display broken by @Copilot in https://github.com/micro/mu/pull/108 * Fix places search: timeout, larger radius, sort order, improved map links by @Copilot in https://github.com/micro/mu/pull/109 * Build background places index with SQLite FTS + geohash to eliminate Overpass latency by @Copilot in https://github.com/micro/mu/pull/110 * Places UI: unified search/nearby form, friendly distance labels, location context in results by @Copilot in https://github.com/micro/mu/pull/111 * Places: Foursquare API integration + fix missing distance/address/cuisine search by @Copilot in https://github.com/micro/mu/pull/112 * places: fix blocking search, redesign form UX, add map tiles, saved searches by @Copilot in https://github.com/micro/mu/pull/113 * places: fix map loading, "Use my location" link, clickable place titles by @Copilot in https://github.com/micro/mu/pull/114 * Fix places search hang on restart and clarify Search vs Nearby UI by @Copilot in https://github.com/micro/mu/pull/115 * Fix "Use my location" button on places search and nearby forms by @Copilot in https://github.com/micro/mu/pull/116 * places: live Overpass fallback for un-indexed areas + fix map z-index on mobile by @Copilot in https://github.com/micro/mu/pull/117 * places: refresh stale cache + show hours fallback link by @Copilot in https://github.com/micro/mu/pull/118 * Switch places search to Google Places API; add location map to main page by @Copilot in https://github.com/micro/mu/pull/119 * Places: fix city browse, staleness-aware search, and Google priority by @Copilot in https://github.com/micro/mu/pull/120 * Markets: table view with 24h price changes and chart links by @Copilot in https://github.com/micro/mu/pull/121 * Add pricing table to Plans page by @Copilot in https://github.com/micro/mu/pull/122 * Add schema versioning to places DB; wipe stale Overpass/Foursquare data on startup by @Copilot in https://github.com/micro/mu/pull/123 * Fix plans page formatting by @Copilot in https://github.com/micro/mu/pull/124 * Places: remove Overpass dependency when Google API key is present by @Copilot in https://github.com/micro/mu/pull/125 * places: strip back to Google Places API + SQLite, remove stale caching layers by @Copilot in https://github.com/micro/mu/pull/126 * places: migrate Google Places API from legacy to Places API (New) by @Copilot in https://github.com/micro/mu/pull/127 * Fix places search error visibility and status page API reference by @Copilot in https://github.com/micro/mu/pull/128 * Add external API call log to admin dashboard; graceful fallback on Google Places errors by @Copilot in https://github.com/micro/mu/pull/129 * docs: update Places config, API/MCP coverage, and wallet/credits accuracy by @Copilot in https://github.com/micro/mu/pull/130 * Add /weather page with Google Weather API, hourly/10-day forecast, and pollen data by @Copilot in https://github.com/micro/mu/pull/131 * Fix Google Weather API endpoints and improve mobile layout by @Copilot in https://github.com/micro/mu/pull/132 * weather: richer pollen data, weather icons, location header, UI fixes by @Copilot in https://github.com/micro/mu/pull/133 * Admin wallet visibility, usage tracking, and colored nav icons by @Copilot in https://github.com/micro/mu/pull/134 * Add colour to all navbar icons, add Reminder to sidebar, update index page and docs by @Copilot in https://github.com/micro/mu/pull/135 * Add weather to /api and /mcp pages by @Copilot in https://github.com/micro/mu/pull/136 * Fix weather forecast day count and add icons to home screen cards by @Copilot in https://github.com/micro/mu/pull/137 * Fix missing distance display for Google Places results by @Copilot in https://github.com/micro/mu/pull/138 * Fix place search/nearby: enforce radius bounds and sort by distance by @Copilot in https://github.com/micro/mu/pull/139 * Dissolve widgets/ package into markets/ and reminder/ by @Copilot in https://github.com/micro/mu/pull/140 * Fix Google Places text search: switch to locationBias, add request/response logging by @Copilot in https://github.com/micro/mu/pull/141 * places: current location pin, street-level zoom, CartoDB Positron tiles by @Copilot in https://github.com/micro/mu/pull/142 * Remove coloured icons; enforce black & white minimalist style across CSS by @Copilot in https://github.com/micro/mu/pull/143 * Remove icons from home screen cards by @Copilot in https://github.com/micro/mu/pull/144 * Landing page: live preview cards, tabbed API/MCP examples, agent wallet highlight by @Copilot in https://github.com/micro/mu/pull/145 **Full Changelog**: https://github.com/micro/mu/compare/v0.9.0...v0.10.0
**Full Changelog**: https://github.com/asim/mu/compare/v0.5.0...v0.6.0
**Full Changelog**: https://github.com/asim/mu/compare/v0.3.2...v0.4.0
**Full Changelog**: https://github.com/asim/mu/compare/v0.3.0...v0.3.1
**Full Changelog**: https://github.com/asim/mu/compare/v0.1.0...v0.2.0