변경 이력

v1.0.11 - 2026-03-02

  • Move desktop `Recalibrate Baseline` action into the main controls to improve discoverability.
  • Add one-time contextual coachmark guidance for recalibration during monitoring.

v1.0.10 - 2026-03-02

  • Add desktop language settings for Korean/English with immediate UI switching and persisted preference.
  • Refactor desktop i18n into shared locale modules for renderer/main to remove hard-coded translation blocks.
  • Update web landing hero copy to emphasize real-time posture monitoring alerts.
  • Fix calibration stall after monitor stop/restart by stabilizing camera restart, monitor loop lifecycle, and calibration sample handling.

v1.0.9 - 2026-02-23

  • Add local MediaPipe asset synchronization for desktop via `sync:mediapipe` and wire it into install/start/build/dist flows.
  • Split desktop alert controls into independent visual/sound toggles and add clickable help tips in Settings.
  • Expand root/web/desktop README guides with clearer navigation paths and troubleshooting notes.

v1.0.8 - 2026-02-21

  • Upgrade desktop UX and onboarding flow for faster first-time setup.
  • Apply privacy-first defaults for monitoring and camera preview behavior.
  • Refine monitoring flow, calibration UX, and desktop UI states for stability.

v1.0.7 - 2026-02-18

  • Add desktop Manner Mode for public-space use with full-screen edge glow alerts instead of alarm sound.
  • Show tray on minimize while keeping close action as app quit.
  • Refactor MediaPipe init timing, alert policy sharing, and release/site metadata handling for stability.

v1.0.6 - 2026-02-16

  • Package desktop release resources with extraResources so shared modules are available in packaged apps.
  • Prevent release-time ERR_FILE_NOT_FOUND when loading shared posture/policy modules from desktop builds.

v1.0.5 - 2026-02-16

  • Share posture thresholds/monitoring policy parameters across desktop and web from apps/shared.
  • Tune turtle-neck threshold to be more sensitive (TURTLE_NECK: 1.2).
  • Simplify desktop app code by removing unused state, duplicated handlers, and dead posture methods.
  • Propagate desktop monitor start errors consistently to UI handling.
  • Correct desktop shared re-export paths so posture/policy modules resolve correctly.

v1.0.4 - 2026-02-17

  • Unify posture logic with shared modules to reduce desktop/web drift.
  • Add SEO metadata, OG/Twitter cards, canonical links, sitemap, and robots.
  • Switch camera visibility to on/off toggle and keep posture points visible when video is hidden.
  • Stabilize monitor loop and simplify audio/download flow.
  • Add usage/landing content updates and improve favicon/icon handling.

v1.0.3 - 2026-02-14

  • Fix release packaging artifact handling and align download URLs.
  • Add direct binary download links for latest release assets.

v1.0.2 - 2026-02-14

  • Fix release CI to use cross-platform publish configuration.

v1.0.1 - 2026-02-14

  • Update FAQ wording and hide placeholder pages (Q&A, Sponsor) until rollout.
  • Apply latest release URL in download flow.

v1.0.0 - 2026-02-14

  • Desktop app architecture and media pipeline initialization.
  • Add webcam tracking and posture monitoring core features.
  • Add WebAudio alerts with volume controls.
  • Add binary packaging configuration and basic release readiness.