| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| massCode-5.6.0-arm64-mac.zip | 2026-06-12 | 217.1 MB | |
| massCode-5.6.0-arm64.dmg | 2026-06-12 | 225.2 MB | |
| massCode-5.6.0-mac.zip | 2026-06-12 | 223.7 MB | |
| massCode-5.6.0-x64-portable.exe | 2026-06-12 | 183.5 MB | |
| massCode-5.6.0-x64.exe | 2026-06-12 | 183.7 MB | |
| massCode-5.6.0.AppImage | 2026-06-12 | 236.2 MB | |
| massCode-5.6.0.dmg | 2026-06-12 | 231.8 MB | |
| README.md | 2026-06-12 | 5.5 kB | |
| v5.6.0 source code.tar.gz | 2026-06-12 | 5.0 MB | |
| v5.6.0 source code.zip | 2026-06-12 | 6.0 MB | |
| Totals: 10 Items | 1.5 GB | 2 | |
Drawings
massCode now includes a dedicated Drawings space powered by Excalidraw. Use it for diagrams, sketches, flows, UI mockups, and whiteboard-style notes without leaving your vault.
Drawings autosave as .excalidraw files, can be searched by name, duplicated, exported as images, and reopened at their last pan and zoom. You can also copy a drawing link and paste it into a note to render the drawing inline, then jump back to the Drawings space from the embed.
Automatic Updates
massCode can now download app updates in the background and install them on restart. Automatic updates can be turned off in Preferences; when disabled, massCode only notifies you that a new version is available.
Supporter License Keys
Supporter builds are gone. Instead of downloading a separate sponsored build, supporters now unlock supporter status in the standard build with an offline license key, entered in Preferences > Supporter. Your email is the license identifier, and the key is validated locally with no account required.
If you have donated before, please email me at reshetov.art@gmail.com with proof of your donation and I will send you a license key.
Search and Navigation
Search is more contextual across the app. List search now respects the selected folder, tag, library, or smart view, so results stay scoped to where you are already working.
The Command Palette also supports filter tokens for faster keyboard-driven search. Use @ for spaces, / for folders, and # for tags, then combine those filters with a text query.
Math Notebook sheet lists now include search with arrow-key navigation and Esc to clear the query.
Workflow Improvements
- HTTP requests now have an SSL certificate verification preference, useful when working with local services, internal APIs, or self-signed certificates.
- Code, Notes, and HTTP lists stay visually stable while folder and library changes load, reducing blank editor flashes during navigation.
- Code and Notes spaces received performance improvements, including more efficient content loading, internal link resolution, and tag updates.
- macOS release builds now include code signing and notarization improvements.
Fixes
- Recovered legacy snippet fences during markdown vault parsing.
- Prevented snippet sync operations from mutating non-snippet content.
- Cleared programmatic editor undo history so undo stays focused on user edits.
- Fixed Code space initialization when the sidebar is hidden.
- Stabilized the Notes dashboard scrollbar.
- Improved runtime compatibility by replacing an ESM-only ID dependency in main-process file handling.
What's Changed
- feat(search): improve scoped search and palette filters by @antonreshetov in https://github.com/massCodeIO/massCode/pull/790
- docs: document palette search filters by @antonreshetov in https://github.com/massCodeIO/massCode/pull/791
- fix(notes): stabilize dashboard scrollbar for [#794] by @antonreshetov in https://github.com/massCodeIO/massCode/pull/798
- fix(snippets): scope content mutations to snippets by @antonreshetov in https://github.com/massCodeIO/massCode/pull/799
- fix(storage): recover legacy snippet fences by @antonreshetov in https://github.com/massCodeIO/massCode/pull/803
- ci: replace blocked issues-helper action by @antonreshetov in https://github.com/massCodeIO/massCode/pull/804
- docs(notes): clarify editor mode selector location by @antonreshetov in https://github.com/massCodeIO/massCode/pull/805
- fix(editor): clear programmatic undo history by @antonreshetov in https://github.com/massCodeIO/massCode/pull/809
- feat(http): add SSL certificate verification setting by @antonreshetov in https://github.com/massCodeIO/massCode/pull/810
- fix(code): initialize snippets with hidden sidebar by @antonreshetov in https://github.com/massCodeIO/massCode/pull/813
- feat(drawings): add Excalidraw drawings space by @antonreshetov in https://github.com/massCodeIO/massCode/pull/814
- fix(main): replace ESM-only nanoid with node:crypto by @antonreshetov in https://github.com/massCodeIO/massCode/pull/815
- feat(math): add search to sheet list by @antonreshetov in https://github.com/massCodeIO/massCode/pull/816
- docs: add Drawings documentation and site listings by @antonreshetov in https://github.com/massCodeIO/massCode/pull/817
- polish(spaces): optimize snippets and notes spaces performance by @antonreshetov in https://github.com/massCodeIO/massCode/pull/818
- ci(mac): enable code signing and notarization by @antonreshetov in https://github.com/massCodeIO/massCode/pull/819
- ci: increase Node heap limit for builds by @antonreshetov in https://github.com/massCodeIO/massCode/pull/820
- feat(license): replace sponsored builds with supporter license keys by @antonreshetov in https://github.com/massCodeIO/massCode/pull/821
- feat(updates): add automatic updates via electron-updater by @antonreshetov in https://github.com/massCodeIO/massCode/pull/822
- ci(mac): build both architectures in a single job by @antonreshetov in https://github.com/massCodeIO/massCode/pull/823
- ci(mac): use Python 3.11 for node-gyp native rebuilds by @antonreshetov in https://github.com/massCodeIO/massCode/pull/824
Full Changelog: https://github.com/massCodeIO/massCode/compare/v5.5.0...v5.6.0