| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| massCode-5.5.0-arm64.dmg | 2026-05-13 | 167.7 MB | |
| massCode-5.5.0-x64-portable.exe | 2026-05-13 | 132.0 MB | |
| massCode-5.5.0-x64.exe | 2026-05-13 | 132.2 MB | |
| massCode-5.5.0.AppImage | 2026-05-13 | 178.8 MB | |
| massCode-5.5.0.dmg | 2026-05-13 | 172.7 MB | |
| README.md | 2026-05-13 | 3.6 kB | |
| v5.5.0 source code.tar.gz | 2026-05-13 | 4.8 MB | |
| v5.5.0 source code.zip | 2026-05-13 | 5.8 MB | |
| Totals: 8 Items | 794.1 MB | 6 | |
massCode 5.5 expands Notes into a more complete task workspace, adds the browser Clipper, and makes it easier to migrate from other tools.
Tasks In Notes
- Added task notes: tasks now live inside Notes and use the same markdown editor, folders, tags, favorites, internal links, and navigation history.
- Added task properties: status, priority, and due date.
- Added task-focused views in the Notes Library: Tasks, Today, Upcoming, and Completed.
- Tasks can be created with
Cmd+T/Ctrl+T, from the app menu, or from the create menu in the Notes list. - Regular notes can be converted to tasks and back.
- The Notes list now shows task checkboxes, priority, due dates, overdue state, and completed state.
massCode Clipper
- Added massCode Clipper for saving browser content into the local app.
- Added Chrome, Firefox, and Safari builds.
- The Clipper can save:
- selected text as a Code snippet;
- selected text or readable page content as a Note;
- the current page or selected link as an HTTP
GETrequest. - Added local Integration API authentication through the API port and token in Preferences.
Imports
- Added a shared import workflow with a preview before anything is written to the vault.
- Code imports now support VS Code snippets, Raycast snippets, SnippetsLab, and public GitHub Gists.
- Notes imports now support Obsidian markdown folders while preserving folder structure where possible.
- The import dialog shows the detected source, item counts, folders, tags, and warnings for unsupported source data.
- Import actions are now available from sidebars and the Command Palette.
Interface Improvements
- Added keyboard delete shortcuts for selected items in Code, Notes, HTTP, and Math Notebook.
DeleteandCmd+Backspacenow work in lists and folder trees while avoiding inputs, editors, menus, and dialogs.- Fixed Notes sidebar folder tree overflow.
What's Changed
- docs: add command palette documentation by @antonreshetov in https://github.com/massCodeIO/massCode/pull/777
- feat(imports): add migration importers by @antonreshetov in https://github.com/massCodeIO/massCode/pull/779
- docs(compare): add competitor comparison pages by @antonreshetov in https://github.com/massCodeIO/massCode/pull/778
- docs(website): add imports documentation by @antonreshetov in https://github.com/massCodeIO/massCode/pull/780
- feat(integrations): add massCode clipper by @antonreshetov in https://github.com/massCodeIO/massCode/pull/781
- docs: add clipper by @antonreshetov in https://github.com/massCodeIO/massCode/pull/782
- feat: add keyboard delete shortcuts by @antonreshetov in https://github.com/massCodeIO/massCode/pull/783
- feat(notes): add task properties by @antonreshetov in https://github.com/massCodeIO/massCode/pull/785
- docs(notes): document task notes by @antonreshetov in https://github.com/massCodeIO/massCode/pull/786
- docs(compare): add task manager comparisons by @antonreshetov in https://github.com/massCodeIO/massCode/pull/788
- docs(compare): fix factual errors in task manager pages by @antonreshetov in https://github.com/massCodeIO/massCode/pull/789
Full Changelog: https://github.com/massCodeIO/massCode/compare/v5.4.0...v5.5.0