Skip to content

v1.0.2

Choose a tag to compare

@karl-cta karl-cta released this 25 Feb 18:45

v1.0.2

Bug Fixes

Editor

  • Fix content loss when switching notes or renaming in sidebar (Closes #1, #2)
  • Fix bubble menu flying off-screen on long documents when using Ctrl+A
  • Fix bubble menu z-index overlapping with header on scroll
  • Fix slash menu staying open when pressing space
  • Fix slash menu filter not resetting between openings
  • Fix slash menu positioning when triggered near bottom of editor

Columns

  • Show toolbar on desktop by hovering the column border (±24px zone) instead of requiring cursor inside
  • Fix column removal losing content, now extracts text inline
  • Auto-focus first paragraph after inserting columns
  • Remove faulty Enter key handler causing premature column exit

Rate Limiting

  • Translate rate limit errors on registration page (was raw English)
  • Extract Retry-After headers for real-time countdown timer
  • Detect rate limit by error code instead of parsing message text
  • Reduce registration rate limit window from 1h to 30min

PWA / Mobile

  • Fix homepage scroll on mobile PWA
  • Fix header height mismatch on mobile
  • Regenerate apple-touch-icon with padding (no more iOS clipping)
  • Add maskable icons for Android adaptive icon safe zone
  • Validate folder creation on blur (mobile keyboard dismiss)

Docker / Self-hosting

  • Fix blank page on HTTP-only Docker deployments, Helmet v8 defaults (COEP, HSTS, upgrade-insecure-requests) blocked page rendering (Closes #4)
  • Scope CORS to /api routes only, static assets no longer require CORS headers
  • Simplify docker-compose port mapping with clear documentation

Features

  • Last activity tracking - lastActivityAt updated on each authenticated request (5min throttle), displayed in admin panel
  • Weekly recap - Focus time promoted to permanent stat card, streak displayed full-width