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