Markdown Vault
massCode no longer uses SQLite for data storage. All snippets, notes, and settings are stored as Markdown files directly on disk. This makes your data transparent, easy to sync via any cloud service, and accessible from other tools. Upgrading from v4 triggers automatic data migration.
Spaces
A new workspace organization system. The app is divided into four spaces: Code, Notes, Math, and Tools. Each space has its own interface, navigation, and context menu. The selected space is persisted between sessions.
Notes Space
A full-featured space for notes with its own folder tree, tags, and search. Supports editing modes: raw Markdown, live preview, and preview. Includes HTML export and presentation mode.
Math Notebook
A next-generation calculator with support for variables, units, currency and cryptocurrency conversion, timezones, financial functions, and cooking units. Configurable locale, number format, and date format.
Updated Design
- New logo
What's Changed
- feat(ui): migrate to new shadcn, unify design tokens by @antonreshetov in #690
- feat(theme): refactor color tokens and add migration support by @antonreshetov in #691
- feat: add spaces, space-aware sync, and Math Notebook migration by @antonreshetov in #692
- feat(ui): add cross-platform content offset and macOS drag region by @antonreshetov in #693
- feat(ui/tree): add universal tree component and migrate folders by @antonreshetov in #694
- fix: tag panel resize by @antonreshetov in #695
- feat: add Notes Space with unified architecture by @antonreshetov in #698
- feat: migrate app storage from sqlite to markdown vault by @antonreshetov in #701
- refactor(i18n): restructure locale keys around spaces by @antonreshetov in #702
- refactor(markdown): remove spaces wrapper from persisted vault layout by @antonreshetov in #703
- feat: make the main menu space-aware by @antonreshetov in #704
- feat: add compact list mode for space lists by @antonreshetov in #705
- refactor: reorganize app and preferences store keys by @antonreshetov in #706
- feat: improve three-panel resize UX with interact.js by @antonreshetov in #707
- refactor: unify sidebar layout and section headers by @antonreshetov in #708
- feat: add descriptions to Code Editor preferences by @antonreshetov in #709
- feat: add math preferences by @antonreshetov in #710
- fix(math): use numeric totals and infer additive units in mixed expressions by @antonreshetov in #711
- feat: extend math engine expressions by @antonreshetov in #713
- refactor(math): redesign math engine with pipeline architecture by @antonreshetov in #714
- feat: extend math engine: currencies, timezones, finance, cooking by @antonreshetov in #715
- docs: move website from separate repo into docs/website by @antonreshetov in #716
Full Changelog: v4.7.1...v5.0.0