Memry v2026-06-27
New Features
- 📥 Inbox conversion type selector — choose how an inbox item is converted with refined filing and tagging behavior (#615).
- 🔄 Inbox conversion engine — convert inbox items into events, reminders, or tasks (#612).
- 📅 Simpler event form — removed the location input and add-details controls from the calendar event form (#614).
- 🔖 Raindrop importer — import Raindrop bookmarks from CSV directly into your inbox (#613).
- 🏠 Home dashboard redesign — new resizable grid dashboard with folder, tasks, and UI cleanups (#610).
- ✅ Tasks widget — added a saved-filter–driven tasks widget to the Home dashboard (#604).
- 🤖 Agent integrations — expose Tier-1 app features to the agent via the desktop allowlist (#609).
- 🎨 Custom tag colors — pick any tag color with a native color picker (#607).
- 🏷️ Tag icons — assign an icon to each tag in Tag Config (#608).
- 📂 Folder view tools — added sorting, bulk actions, and an emoji picker to the folder view (#600).
Bug Fixes
- 💬 Fuller AI replies — set the Ollama context window via the native API to stop one-word agent responses (#601).
Documentation
Chores
- 🧹 Code cleanup — dropped dead barrels and deduplicated sync-server cleanup (#605).
- 🧰 Shared helpers — deduplicated stdlib helpers like debounce, sleep, and recursive walk (#603).
- 🎛️ UI maintenance — general UI component updates and refactoring (#611).
- 📦 Importer consolidation — merged 11 importer packages into a single @memry/importers package (#606).
- ✂️ Dependency pruning — removed dead dependencies, the OneNote importer, and unused code (#602).
Changelog
Full Changelog: v2026-06-20...v2026-06-27
#605 refactor: drop dead barrels + dedup sync-server cleanup (Tier 3 quick wins) @h4yfans
#603 refactor: dedupe stdlib helpers (debounce, sleep, recursive walk) @h4yfans
#615 feat(inbox): conversion type selector + filing/tag refinements @h4yfans
#614 feat(calendar): remove location input and add-details from event form @h4yfans
#613 feat(import): Raindrop CSV importer landing bookmarks in inbox @h4yfans
#612 feat(inbox): conversion engine — event / reminder / task options @h4yfans
#610 feat(home): RGL dashboard redesign + folder/tasks/ui cleanup + agent-mcp Tier-1 @h4yfans
#609 feat(agent-mcp): expose Tier-1 app features via desktop allowlist @h4yfans
#607 feat(tags): custom tag colors via native color picker @h4yfans
#608 feat(tags): icon picker per tag in Tag Config @h4yfans
#604 feat(home): saved-filter–driven tasks widget + dashboard WIP @h4yfans
#600 feat: folder-view utilities and components (sort, bulk actions, emoji picker) @h4yfans
#601 fix(agent): set Ollama context window via native /api to stop one-word replies (#591) @h4yfans
#611 chore: UI component updates and refactoring @h4yfans
#606 refactor(packages): merge 11 importer packages into @memry/importers @h4yfans
#602 chore: prune dead deps, OneNote importer, and unused code @h4yfans