Skip to content

Releases: fl0w1nd/Lotus

v1.0.8

12 Jun 16:57
093de8f

Choose a tag to compare

1.0.8 (2026-06-12)

🐛 Bug Fixes

  • PingChart: Show skeleton placeholder during initial fetch instead of blank area (093de8f)

⚡ Performance

  • PingChart: Downsample long-period monitor data and use adaptive refetch intervals (c4f7596)

📝 Documentation

  • Update README documentation and preview assets (789240a)

v1.0.7

12 Jun 14:04
e693f48

Choose a tag to compare

1.0.7 (2026-06-12)

🐛 Bug Fixes

  • theme: Add pre-React system theme detection and three-state toggle (e693f48)
  • PingChart: Round peakcut-smoothed delay values to integers (b9aa0ce)

📝 Documentation

  • README: Revamp with badges, clearer deploy guide and Docker-first layout (3946407)

v1.0.6

12 Jun 13:17
e777e98

Choose a tag to compare

1.0.6 (2026-06-12)

✨ Features

  • ui: Implement multi-tier billing expiration visual indicators (e777e98)
  • map: Split node map to navigation tab and implement new distribution page (ce6783e)
  • list: Introduce server list view and card/list mode switch (a4a6df9)
  • PingChart: Add peak cut smoothing functionality to network charts (6820212)

v1.0.5

12 Jun 11:45
8c513eb

Choose a tag to compare

1.0.5 (2026-06-12)

✨ Features

  • charts: Add nice-scale axis engine, dual-axis ping chart and auth-gated period selector (a3d4894)

♻️ Refactor

  • charts: Update mock data ranges and refine chart UI layout (5f68e2a)

🎨 Styling

  • Fix biome lint and formatting issues (4aa6ce4)

📝 Documentation

  • Update documentation with mandatory reverse proxy configuration (2ef5350)

🔖 Other

  • Add nice-scale chart axes, dual-axis ping chart with loss overlay, and auth-gated period selector (#1)
  • feat(charts): add nice-scale axis engine, dual-axis ping chart and auth-gated period selector
  • Introduce chartScale.ts: d3-style nice tick calculation, auto-baseline,
    loss/delay/speed presets, axis width budgeting
  • Rework PingChart to ComposedChart with delay Y-axis + loss area overlay,
    P95-trimmed scale, and per-monitor packet loss from nezha-dash algorithm
  • Add 1d/7d/30d period selector; 7d and 30d gated behind login
    (matching official theme behavior)
  • Add useIsLogin hook via /api/v1/profile with periodic refetch
  • Apply nice-scale Y-axes to HistoryChart and RealtimeCharts with
    unit labels in chart headers
  • Edge-aware X-axis ticks (first left-aligned, last right-aligned)
  • ServerCard: traffic limit progress bar with bidirectional traffic
    support, billing badge redesign
  • OsIcon: use brand hex colors from simple-icons instead of fill-current
  • Sparkline: decouple viewBox from container size, add showDot prop
  • ServerDetail: truncate long CPU/GPU strings, billing badge style update
  • Mock server: period-aware data, deterministic failure windows, auth
    simulation via cookie
  • style: fix biome lint and formatting issues
  • Use template literal over string concatenation in ServerDetail
  • Replace 1.414 with Math.SQRT2 in chartScale
  • Reformat inline comments in mock server
  • Fix formatting in OsIcon, ServerCard, Sparkline (8c513eb)

v1.0.4

12 Jun 02:42
dcb1fa3

Choose a tag to compare

1.0.4 (2026-06-11)

🐛 Bug Fixes

  • Recover from nezha's malformed conditional responses (dcb1fa3)

v1.0.3

11 Jun 18:53
dab5a65

Choose a tag to compare

1.0.3 (2026-06-11)

🐛 Bug Fixes

  • Auto-recover from stale cached index.html and add favicon.ico (dab5a65)

v1.0.2

11 Jun 18:40
b5f6dab

Choose a tag to compare

1.0.2 (2026-06-11)

✨ Features

  • Improve packet loss heuristic, billing renewal and plan tags (b5f6dab)

🐛 Bug Fixes

  • Use hash routing and stable asset filenames to prevent 404 blank screens (7d823fe)
  • Persist public_note from first websocket frame (39fa169)

v1.0.1

11 Jun 17:59
fd6f9d7

Choose a tag to compare

1.0.1 (2026-06-11)

✨ Features

  • Add admin entry, card billing countdown and packet loss estimate (2f1ba52)

🐛 Bug Fixes

  • Show full chip content and link footer theme name to repository (9d65443)
  • Prevent crash on zero-value fields omitted by backend json omitempty (0c418ae)

👷 CI / Build

  • Generate grouped release notes with git-cliff (fd6f9d7)

v1.0.0

11 Jun 17:27
229ddd2

Choose a tag to compare