Skip to content

Memry v2026-06-10 (Still not ready, wait end of the June)

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:21

New Features

  • 👤 Account settings — Settings now show the real account email and plan, with recovery and rotate-key UI removed (#508).
  • 🗂️ Vault switching — Added an account vault directory and multi-vault switcher (#510).
  • ✅ Task projects — Task project dropdowns can create projects inline (#509).
  • 💬 Comments — Comment composer mentions and suggestion tracking were hardened, while CriticMarkup suggestions were removed and comments kept (#493, #507).
  • 🔎 Review inbox — Added review workflow support, link and bookmark previews, and inbox wiring (#497).
  • 🧩 GitHub setup — Added GitHub issue templates (#458).
  • ⚡ Performance — Reduced renderer memory with feature lazy loading, bounded CRDT document memory, utility-process image processing, utility-process embeddings, and waitlist email campaign tracking (#459, #439, #435, #434, #412).

Bug Fixes

  • 🧭 Project picker — Consolidated project dropdowns into ProjectPicker and fixed the icon picker in the project modal (#511).
  • 📝 Reviews — Fixed review-card i18n labels and comment anchoring (#498).
  • ✍️ Editor indentation — Preserved editor block indentation (#494).
  • 🧪 E2E stability — Stabilized the E2E agent, CRDT readiness, desktop runtime waits, full desktop E2E CI, note sync helper smoke test, and note open helper (#491, #490, #489, #488, #487, #486).
  • 🖥️ Electron E2E — Fixed Electron binary install, mirror, helper checks, path trust, launcher repair, and explicit launcher binary handling in CI (#485, #484, #483, #482, #481, #480, #479, #478, #477).

Documentation

  • 📥 Inbox loading — Lazy loaded the inbox metadata scraper (#462).
  • 🤖 Agent startup — Agent services now start only when needed (#461).
  • 🌐 Locale loading — Lazy loaded i18n locale resources (#460).
  • 🗄️ SQLite memory — Tuned the SQLite memory budget (#440).

Chores

  • 📦 Dependencies — Updated Vitest to 4.1.0, including the security-labeled dependency update (#475, #476).
  • 🔐 Security updates — Updated qs to >=6.15.2 and turbo to v2.9.14 for security-labeled dependency updates (#466, #437).
  • 🧰 Tooling updates — Updated sigma, prettier, eslint, vite, shadcn, postcss, and @tanstack/react-virtual dependencies (#471, #469, #473, #472, #470, #468, #467).

Changelog

Full Changelog: v2026-05-16...v2026-06-10

#508 feat(settings): real account email + plan, remove recovery/rotate-key UI @h4yfans
#510 feat(vault): account vault directory + multi-vault switcher @h4yfans
#509 feat(tasks): inline create-project in task project dropdowns @h4yfans
#507 Remove CriticMarkup suggestion feature, keep comments @h4yfans
#493 feat: comment composer mentions + suggestion tracking hardening @h4yfans
#497 feat: review workflow, link/bookmark previews, and inbox wiring @h4yfans
#459 Reduce renderer memory with feature lazy loading @h4yfans
#458 Add GitHub issue templates @h4yfans
#439 Bound CRDT doc memory @h4yfans
#435 Move image processing to a utility process @h4yfans
#434 Move embeddings to a utility process @h4yfans
#412 Wire waitlist email campaign tracking @h4yfans
#511 Consolidate project dropdowns into ProjectPicker; fix icon picker in project modal @h4yfans
#498 fix: review-card i18n labels and comment anchoring @h4yfans
#494 fix: preserve editor block indentation @h4yfans
#491 fix: stabilize e2e agent and crdt readiness @h4yfans
#490 fix: stabilize desktop e2e runtime waits @h4yfans
#489 Stabilize full desktop E2E CI @h4yfans
#488 fix(ci): give full desktop e2e more headroom @h4yfans
#487 Stabilize note sync helper smoke @h4yfans
#486 Fix E2E note open helper flake @h4yfans
#485 Fix Electron binary installer process @h4yfans
#484 Trust Electron E2E installer path @h4yfans
#483 Fix Electron E2E launcher binary repair @h4yfans
#482 Pass explicit Electron binary to E2E launcher @h4yfans
#481 Recheck Electron binary before E2E launch @h4yfans
#480 Trust Electron E2E installer helper check @h4yfans
#479 Install Electron binary directly for E2E CI @h4yfans
#478 Fix Electron E2E install mirror in CI @h4yfans
#477 Fix Electron E2E binary install in CI @h4yfans
#475 chore(deps-dev): bump vitest from 4.0.18 to 4.1.0 @app/dependabot
#476 chore(deps): update dependency vitest to v4.1.0 [security] @app/renovate
#462 Lazy load inbox metadata scraper @h4yfans
#461 Start Agent services only when needed @h4yfans
#460 Lazy load i18n locale resources @h4yfans
#440 Tune SQLite memory budget @h4yfans
#471 chore(deps): update dependency sigma to ^3.0.3 @app/renovate
#469 chore(deps): update dependency prettier to ^3.8.3 @app/renovate
#473 chore(deps): update eslint monorepo to ^9.39.4 @app/renovate
#472 chore(deps): update dependency vite to ^7.3.3 @app/renovate
#470 chore(deps): update dependency shadcn to ^3.8.5 @app/renovate
#468 chore(deps): update dependency postcss to ^8.5.15 @app/renovate
#467 chore(deps): update dependency @tanstack/react-virtual to ^3.13.26 @app/renovate
#466 chore(deps): update dependency qs to >=6.15.2 [security] @app/renovate
#437 chore(deps): update dependency turbo to v2.9.14 [security] @app/renovate