Skip to content

Releases: zyang310/mogi

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:39
aac2f65

0.12.1 (2026-07-20)

Bug Fixes

  • update macOS permission references from Input Monitoring to Accessibility (4b05a13)
    chore(main): release 0.12.1

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. Open it. That’s it.

Signed with a Developer ID certificate and notarized by Apple, so it
launches without Gatekeeper warnings.

Already have it installed? The app checks for updates on launch and
shows a banner when a newer version is here.

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:12
bf3cef0

0.12.0 (2026-07-20)

Features

  • implement self-installing updates for macOS (57ef0b9)
    chore(main): release 0.12.0

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. Open it. That’s it.

Signed with a Developer ID certificate and notarized by Apple, so it
launches without Gatekeeper warnings.

Already have it installed? The app checks for updates on launch and
shows a banner when a newer version is here.

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:03
e84d2a1

0.11.1 (2026-07-20)

Bug Fixes

  • update documentation and comments to reflect app signing and notarization (a8e099f)
    chore(main): release 0.11.1

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. Open it. That’s it.

Signed with a Developer ID certificate and notarized by Apple, so it
launches without Gatekeeper warnings.

Already have it installed? The app checks for updates on launch and
shows a banner when a newer version is here.

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:35
cde25cd

0.11.0 (2026-07-20)

Features

  • add cmd/downloads to report GitHub release download counts (b0b057b)
  • add internal packages for store, capture, and AI client (3b95994)
  • add interview UI with chat, problem panel, and settings (bbad814)
  • add smoke tests for OTP mail and provider verification (5db452e)
  • added hover effect for nav pill bar (213323f)
  • added starring feature for companies (5c69e20)
  • added window control (ce34ffb)
  • animate green-button zoom to true screen edges on macOS (1ef9cc3)
  • build + crash fix + default change + toggle (fcad271)
  • ci/cd (575d5b5)
  • company specific mock interview (9c90ea2)
  • complete Phase 1 MVP — verified end-to-end (2328dae)
  • completed phase1: Access service, standalone and local-first (53aac23)
  • created biweekly job getting freshes questions (a5861a8)
  • created controlled way to distrubute keys to users. (6a1cff4)
  • debrief implentation; feedback for sessions (bda6a02)
  • enhance settings UI for voice providers and API key management (dc6cda0)
  • enhance UI with rounded corners and draggable titlebar for frameless window (0b6fde8)
  • exclude non-algorithm problems from Company Practice (d4fcffc)
  • frontend mockup (93351aa)
  • google tts/stt integration (1a2beb8)
  • history to view pass sessions (253f38a)
  • Implement managed account features and invite activation flow (ef5f6b9)
  • Implement managed mode for API keys and session management (43f252d)
  • implement managed test accounts and access service (eda1ff9)
  • integrated new logo (7a10bae)
  • paginate the company problem browser (6f3e1bd)
  • redesigned a couple setting tabs (c733516)
  • redesigned company specific page (5794333)
  • remove/clear API keys from Settings (0bdd598)
  • rename app to Mogi (fc00a61)
  • revamped settings tab and added model picker (cc85994)
  • scaffold Wails v2 project with React-TS template (2f97c4e)
  • settings: add privacy features and clear all local data functionality (73dbf7d)
  • sign and notarize macOS releases with Developer ID (57a4b23)
  • UI color redesign (9a23fc0)
  • updated UI for history tab (88bf195)
  • voice intergration with elevanlab (14f5b63)
  • wire app.go to internal packages with interview session flow (46d745a)

Bug Fixes

  • build frontend before Go checks in CI (go:embed needs dist) (7a91c46)
  • default model change (56312bb)
  • fail safe when the OS denies the global hotkey hook (b328beb)
  • increase timeout for notarization submission to 180 minutes (bf84e04)
  • increase timeout for notarization submission to 60 minutes (bb374d7)
  • mock interview honors its 45-minute suggestion (85816f9)
  • removed default labeling of noise (0d0de21)
  • tighened up prompt (c1d5009)

Performance

  • tune Google STT for conversational interview answers (cf7fbbc)

Refactoring

  • extract history and settings services (1f22919)
  • extract interview service to internal/service (a0a7ef8)
  • extract voice service to internal/service (d492440)
  • introduce internal/service providers registry (309b9d8)
  • settings: split Settings into per-section components (8642ddf)
  • split window bindings; document 3-layer architecture (d34d4ec)
    chore(main): release 0.11.0

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. Open it. That’s it.

Signed with a Developer ID certificate and notarized by Apple, so it
launches without Gatekeeper warnings.

Already have it installed? The app checks for updates on launch and
shows a banner when a newer version is here.

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 02:41
4883e98

0.10.0 (2026-07-20)

Features

  • add cmd/downloads to report GitHub release download counts (b0b057b)
  • add internal packages for store, capture, and AI client (3b95994)
  • add interview UI with chat, problem panel, and settings (bbad814)
  • add smoke tests for OTP mail and provider verification (5db452e)
  • added hover effect for nav pill bar (213323f)
  • added starring feature for companies (5c69e20)
  • added window control (ce34ffb)
  • animate green-button zoom to true screen edges on macOS (1ef9cc3)
  • build + crash fix + default change + toggle (fcad271)
  • ci/cd (575d5b5)
  • company specific mock interview (9c90ea2)
  • complete Phase 1 MVP — verified end-to-end (2328dae)
  • completed phase1: Access service, standalone and local-first (53aac23)
  • created biweekly job getting freshes questions (a5861a8)
  • created controlled way to distrubute keys to users. (6a1cff4)
  • debrief implentation; feedback for sessions (bda6a02)
  • enhance settings UI for voice providers and API key management (dc6cda0)
  • enhance UI with rounded corners and draggable titlebar for frameless window (0b6fde8)
  • exclude non-algorithm problems from Company Practice (d4fcffc)
  • frontend mockup (93351aa)
  • google tts/stt integration (1a2beb8)
  • history to view pass sessions (253f38a)
  • Implement managed account features and invite activation flow (ef5f6b9)
  • Implement managed mode for API keys and session management (43f252d)
  • implement managed test accounts and access service (eda1ff9)
  • integrated new logo (7a10bae)
  • paginate the company problem browser (6f3e1bd)
  • redesigned a couple setting tabs (c733516)
  • redesigned company specific page (5794333)
  • remove/clear API keys from Settings (0bdd598)
  • rename app to Mogi (fc00a61)
  • revamped settings tab and added model picker (cc85994)
  • scaffold Wails v2 project with React-TS template (2f97c4e)
  • settings: add privacy features and clear all local data functionality (73dbf7d)
  • sign and notarize macOS releases with Developer ID (57a4b23)
  • UI color redesign (9a23fc0)
  • updated UI for history tab (88bf195)
  • voice intergration with elevanlab (14f5b63)
  • wire app.go to internal packages with interview session flow (46d745a)

Bug Fixes

  • build frontend before Go checks in CI (go:embed needs dist) (7a91c46)
  • default model change (56312bb)
  • fail safe when the OS denies the global hotkey hook (b328beb)
  • increase timeout for notarization submission to 60 minutes (bb374d7)
  • mock interview honors its 45-minute suggestion (85816f9)
  • removed default labeling of noise (0d0de21)
  • tighened up prompt (c1d5009)

Performance

  • tune Google STT for conversational interview answers (cf7fbbc)

Refactoring

  • extract history and settings services (1f22919)
  • extract interview service to internal/service (a0a7ef8)
  • extract voice service to internal/service (d492440)
  • introduce internal/service providers registry (309b9d8)
  • settings: split Settings into per-section components (8642ddf)
  • split window bindings; document 3-layer architecture (d34d4ec)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 22:22
77213cd

0.9.0 (2026-07-19)

Features

  • sign and notarize macOS releases with Developer ID (57a4b23)
    chore(main): release 0.9.0

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. This build is unsigned, so the first launch needs one extra step
    to get past macOS Gatekeeper (you only do this once):
    • Right-click the app → OpenOpen in the dialog, or
    • run in Terminal: xattr -cr "/Applications/Mogi.app"

Already have it installed? The app checks for updates on launch and shows a
banner when a newer version is here.

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 17:10
2e28db0

0.8.0 (2026-07-19)

Features

  • add smoke tests for OTP mail and provider verification (5db452e)
  • completed phase1: Access service, standalone and local-first (53aac23)
  • created controlled way to distrubute keys to users. (6a1cff4)
  • Implement managed account features and invite activation flow (ef5f6b9)
  • Implement managed mode for API keys and session management (43f252d)
  • implement managed test accounts and access service (eda1ff9)

Bug Fixes

  • fail safe when the OS denies the global hotkey hook (b328beb)
    chore(main): release 0.8.0

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. This app is unsigned, so the first launch needs one extra step to get
    past macOS Gatekeeper (you only do this once):
    • Right-click the app → OpenOpen in the dialog, or
    • run in Terminal: xattr -cr "/Applications/Mogi.app"

Already have it installed? The app checks for updates on launch and shows a
banner when a newer version is here.

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:31

Mogi v0.7.4

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. This app is unsigned, so the first launch needs one extra step to get
    past macOS Gatekeeper (you only do this once):
    • Right-click the app → OpenOpen in the dialog, or
    • run in Terminal: xattr -cr "/Applications/Mogi.app"

Already have it installed? The app checks for updates on launch and shows a
banner when a newer version is here.

Full Changelog: v0.7.3...v0.7.4

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 19:36

Mogi v0.7.3

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. This app is unsigned, so the first launch needs one extra step to get
    past macOS Gatekeeper (you only do this once):
    • Right-click the app → OpenOpen in the dialog, or
    • run in Terminal: xattr -cr "/Applications/Mogi.app"

Already have it installed? The app checks for updates on launch and shows a
banner when a newer version is here.

Full Changelog: v0.7.2...v0.7.3

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 03:19

Mogi v0.7.2

macOS universal build — runs on Apple Silicon and Intel Macs.

Install

  1. Download the .zip below and unzip it.
  2. Drag Mogi.app into your Applications folder.
  3. This app is unsigned, so the first launch needs one extra step to get
    past macOS Gatekeeper (you only do this once):
    • Right-click the app → OpenOpen in the dialog, or
    • run in Terminal: xattr -cr "/Applications/Mogi.app"

Already have it installed? The app checks for updates on launch and shows a
banner when a newer version is here.

Full Changelog: v0.7.1...v0.7.2