Not every version number will appear here. Some releases were backend only, some addressed security issues that cannot be disclosed publicly, some were deprecated or pulled due to platform compatibility problems between Windows and macOS, and others had issues that warranted removal. Only user facing and notable changes are documented.
v1.0.0
Stable4 Jun 2026After months of iteration across 30+ beta versions, ZFushou 1.0.0 is here. The first stable release. A complete Discord community intelligence platform with real time monitoring, topic analysis, mention tracking, and live activity feeds, all in a native desktop app.
New Pages- Discussed Topics. Browse every AI clustered discussion topic across your community with a horizontal date gallery, adaptive card grid, time filters (All, 7 days, 30 days, 90 days), and a detail modal with Summary, Key Issues, and Questions panels that each scroll independently.
- Live Activity. A full page real time feed of every tracked case in your community. Filter by attention level (Critical, High, Medium, Low) and time range (Past 1h, 6h, 24h, 7 days). Each case shows its summary, timestamp, and current status with attention colored indicators.
- Mentioned (Redesigned). Rebuilt from scratch with a clean 3 column table (Author, Summary, Date and Time), active row highlighting, rounded container, and refresh controls.
- Discord Deep Links. Clicking any case in the Live Activity page opens the Discord sidebar directly to the latest message in that conversation. It uses the thread when available, falls back to the channel, and scrolls to the exact message. The link updates with every poll cycle so clicking the same case five minutes later takes you to the newer message. Works even when the sidebar is already open.
Dashboard- New Live Activity widget with a real time timeline feed, attention colored dots, animated connector path, and a live connection indicator. Includes a View All link to the full Activity page.
- New weekly Activity Heatmap visualizing message volume by hour across the past week, properly aligned to Beijing time with correct day boundaries.
- Conversation Insights redesigned with a View All link to the Mentioned page and a Refresh button.
- Hot Topics now has a View All link to the full Discussed Topics page.
- Bento grid restructured to fit everything with proper spacing across all breakpoints from desktop down to mobile.
Live Timeline System- A custom SVG timeline connector with a geometric path that routes around section headers and active items using straight segments with minimal radius corners. On hover, a colored light travels along the actual path geometry following every detour precisely.
- Four attention levels with distinct color palettes (slate, amber, orange, rose) and a subtle resting state at lower opacity that becomes prominent only on interaction.
Performance- Heatmap queries collapsed from 7 sequential calls into a single call that buckets results client side by day.
- Live timeline polling interval optimized.
- Cluster data is fetched once and shared between the search palette and the Discussed Topics page instead of calling separately.
- All polling and auto refresh intervals pause when the app window is minimized or hidden and resume immediately when visible again.
Navigation- Discussed Topics and Activity added to the sidebar with their own icons.
- Generic user avatars replaced with unique hash based pixel art using a green color palette, different for every user.
- Date picker hides automatically on pages that do not use date filtering.
- Settings icon removed for a cleaner navigation bar.
Fixed- Resolved persistent CORS issue where edge function responses were being blocked by the browser security policy in the desktop app.
- Fixed zoom level initialization and Discord sidebar bounds reset so the app starts with correct scaling every time.
- Clicking a second case in Live Activity or Mentioned now correctly navigates the Discord sidebar to the new message instead of staying on the old one. The sidebar now forces a reload even when it is already open.
v0.98.0
Pre ReleaseThis is the largest update ever shipped for ZFushou. The dashboard has been rebuilt from the ground up to support real time intelligence, there is a completely new page for exploring every topic your community has ever discussed, and everything is wired together with a unified caching layer that makes the entire app feel instant.
New- Live Activity Feed. A real time widget on the dashboard that polls every thirty seconds and shows every active discussion happening across your community. Cases merge into the timeline as they appear, grouped by day with color coded attention indicators so you can immediately see which conversations need eyes on them. Each item shows a two line summary for context at a glance.
- Discussed Topics page. A full page dedicated to every topic your community has discussed, organized by date in a horizontal gallery you can scroll independently. Each topic card shows the AI generated summary and opens into a three panel detail view with the full analysis, key issues, and unanswered questions. Data is preloaded the moment you open the app so the page is ready before you even click it.
- Unified data cache. Replaced the old per page caching with a single shared store that holds overview, mentions, and discussed topics data all in one place. Switching between pages requires zero network requests and renders instantly. The cache handles stale while revalidate logic automatically so data stays fresh without ever blocking the interface.
- Hot Topics widget now has a View All button that takes you straight to the full Discussed Topics page where you can browse the complete archive without date constraints.
Improved- Mentioned page now loads five hundred mentions instead of one hundred, uses properly bounded UTC date ranges for accuracy across timezones, and has active row highlighting so you can see which mention you selected when it opens in the Discord sidebar.
- Dashboard bento grid has been restructured to fit the new Live Activity feed alongside the Mentioned widget. Every responsive breakpoint from desktop down to mobile has been updated so nothing overflows or collapses.
- Sidebar now includes a direct link to the Discussed Topics page and the date range picker hides itself automatically on pages that do not use date filtering.
- Removed the unused placeholder tabs that were taking up space in the conversation insights header.
Fixed- Resolved a persistent CORS issue where edge function responses were being blocked by the browser security policy in the desktop app. Headers are now intercepted and corrected at the session level before they reach the renderer.
- Fixed zoom level initialization and Discord sidebar bounds reset so the desktop app starts and recovers from login mode with the correct scaling every time.
v0.93.0
BetaLive engine v2. Smarter conversation matching, case lifecycle improvements, daily reset, and credential isolation between the live engine and nightly pipeline.
What's Changing- The live engine now searches across the whole server for matching conversations, not just the same channel. It uses a two tier matching system where messages in the same channel can match more loosely, while cross channel matches need to be more similar to count.
- Cases that were recently closed can now be reopened if a related message comes in within a few hours. This preserves context instead of starting a brand new case for the same topic.
- All open cases close automatically at 2 AM Beijing time and the vector index gets wiped clean for a fresh start each day.
- The nightly pipeline and the live engine now run on completely separate credentials so a change or issue in one cannot affect the other.
Fixed- Unknown status values now throw an error immediately instead of silently falling back to something wrong.
- Closed case lookups are now batched once per cycle instead of querying per message, which cuts down unnecessary database calls.
- Lock timeout is longer now and gets refreshed mid batch so large batches cannot lose the lock halfway through.
- The engine retries lock acquisition on startup so rolling deploys do not leave it locked out.
v0.90.0
BetaBiggest update yet. ZFushou now has a live discussion engine that processes messages within seconds of them arriving, groups them into coherent conversations, and keeps AI generated summaries and timelines updated in real time. This runs alongside the existing nightly pipeline so nothing about how things work today has changed.
New- A live engine that picks up new messages every few seconds, figures out which ongoing conversation they belong to, and attaches them to the right case automatically.
- Each conversation gets a running summary, a status (active, being looked into, resolved, or gone quiet), a routing label (product side, user side, or mixed), and an attention score so you can immediately see what needs eyes on it.
- Live timelines that capture the important moments of each conversation as it evolves, not just at the end.
- Conversations that go quiet for a while close themselves automatically with a final summary. If the topic shifts mid conversation, the engine detects the shift and opens a fresh case so summaries stay focused.
- Unanswered questions inside each conversation are tracked and surfaced separately so nothing gets lost in the noise.
- Internal safety guards: the engine validates every vector before using it, runs health checks on startup before going live, and uses a distributed lock so multiple workers never step on each other.
Also Changing- The nightly pipeline runs earlier so results are ready by the time you wake up instead of late morning.
- When the AI fails to parse a response internally, the raw output now gets logged so debugging is much faster.
Fixed- Monitored mentions are now protected from the weekly retention sweep so they stick around permanently for the mentions system.
v0.70.0
Beta2 Jun 2026New Mentioned page, smart data caching so switching between pages is instant, KPI card restyle, and some navigation cleanup. Date selections are preserved across page switches too.
New- New Mentioned page accessible via the @ icon in the sidebar. Shows author, summary, date, mention count, and channel for every monitored mention. Clicking a row opens the original Discord message.
- Dashboard data is now cached in memory. Switching between pages is instant with no refetch or loading screen. Data still refreshes in the background automatically.
- Mentions data is loaded at startup so the Mentioned page is ready the moment you click it.
- KPI cards got a cleaner restyle with a white surface and subtle colored accent shadow instead of the old patterned backgrounds.
Fixed- Retention cleanup was nuking monitored mentions after 7 days. These are now excluded from the sweep and kept indefinitely.
- Switching between pages no longer causes empty data flashes or unnecessary loading screens.
Changed- Added @ Mentioned icon to the sidebar.
- Replaced Inbox with a Changelog link that opens the changelog site in a new tab.
- External links now open in a separate browser window.
v0.69.0
Beta31 May 2026Big one this time. Added a weekly heatmap to the activity card, fixed a bunch of data accuracy issues that were making the charts unreliable, and cleaned up error messages so they actually tell you what went wrong.
New- You can now toggle the Community Activity card between 24 hours and a full week. The weekly view is a heatmap showing message volume per hour across the whole week. Data is already loaded so switching is instant.
- The line chart now has a smooth draw animation instead of just popping up.
- Login errors now tell you what actually happened instead of a generic “something went wrong”. Session expired, no permission, server down, or offline, each gets its own message.
Fixed- Speaker counts were way too high. A user active in 5 hours was counted 5 times instead of once. Now properly deduplicated.
- The activity chart was showing data in future hours by silently reusing stale numbers from yesterday. Now it stops at the current hour and the heatmap zeroes out anything that hasn't happened yet today.
- Weekly heatmap had activity bleeding between days because timezone offsets were not handled right. Each day is now correctly isolated.
- The heatmap was showing tons of zeros because the backend was returning hour values as integers sometimes and the client was dropping them. Both sides are now fixed, single day queries return full data, and the line chart no longer plots UTC hours under wrong local labels.
v0.68.0
Beta30 May 2026Mostly visual this round. New loading screen, swapped all the blue accents for brand green, fixed a bunch of contrast issues, and renamed everything to ZFushou.
New- Dashboard now has a shimmer loading overlay with the logo that fades out once data loads in.
- Swapped every blue accent to brand green across the whole dashboard.
- Renamed to ZFushou everywhere.
- Dashboard cards now have an inner surface layer for better visual separation.
Fixed- Hot topics detail view had poor contrast, text and card backgrounds are now much more readable.
- Dark mode pill and tab contrast was too low, fixed that.
- Activity chart was showing inflated numbers, same dedup fix as above.
- On first load the dashboard would flash wrong data for a second before the real numbers came in. Now it waits for proper date params before fetching anything.
- Electron was crashing on Windows because path.txt had a trailing line ending that broke the binary path resolution.
v0.67.0
Beta28 May 2026First beta. Available on Windows x64 and macOS Apple Silicon. Core conversation intelligence and issue detection are in. More coming soon.
That's all the releases so far.