Skip to content

Releases: massCodeIO/massCode

v5.0.0

30 Mar 14:27

Choose a tag to compare

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

Full Changelog: v4.7.1...v5.0.0

v4.7.1

09 Mar 19:11

Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.7.1

v4.6.0

08 Mar 07:00

Choose a tag to compare

Math Notebook

A new feature — a calculator notepad right inside massCode, inspired by Numi. Write expressions in natural language and get instant results on each line.

Features

  • Arithmetic, percentages, powers, math functions (sqrt, sin, log...)
  • Natural syntax: 15% of 200, 5% off 300, sqrt 16
  • Variables & aggregates: price = $50 + $10, sum, average, prev
  • Unit conversion: length, weight, temperature, time, area, volume, data, CSS (px, pt, em)
  • 28 currencies with live rates: $100 to RUB, €50 + £20
  • Date & time: now, time in Tokyo, tomorrow + 2 weeks
  • Syntax highlighting, sheet management, click-to-copy results, total

What's Changed

Full Changelog: v4.5.0...v4.6.0

v4.5.0

05 Mar 15:32

Choose a tag to compare

Markdown Vault — New Storage Engine

This is arguably the most significant update in massCode's history. You can now store your snippets as plain Markdown files directly on disk.

Why it matters:

  • Your data is just files. Each snippet is a .md file with frontmatter metadata. No database, no binary formats. You can read, edit, and organize snippets with any text editor or file manager.
  • Git-friendly. Store snippets in a Git repository, sync via GitHub, track change history — everything works out of the box because it's just files.
  • Cloud sync. iCloud, Dropbox, Syncthing — any file sync service will do. No database conflicts.
  • Live sync. massCode watches the vault directory in real time via a file watcher. Edit a file externally — the app picks up changes automatically.

How it works:

The vault structure mirrors your folder hierarchy. Each folder is a directory on disk, each snippet is a .md file inside it. Metadata (language, tags, order) is stored in frontmatter, while .state.json handles UI state (expanded folders, sort order).

You can switch between SQLite and Markdown Vault in Settings → Storage.

Custom Themes

Added support for custom themes. You can now fully customize the look and feel of massCode — UI colors, editor syntax highlighting colors.

  • Themes are stored in ~/.massCode/themes/ as JSON files
  • Create a new theme directly from settings — a Rose Pine-based template will be generated
  • Both light and dark theme types are supported
  • Theme files are watched in real time — edit the JSON, see the result instantly

What's Changed

New Contributors

Full Changelog: v4.4.0...v4.5.0

v4.4.0

19 Dec 07:50

Choose a tag to compare

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: v4.3.0...v4.4.0

v4.3.0

26 Nov 06:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.2...v4.3.0

v4.2.2

29 Oct 17:39

Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

28 Oct 14:15

Choose a tag to compare

Attempting to build correctly for macOS Intel architecture.

Update:
29.10.2025 updated file massCode-4.2.1.dmg

v4.2.0

08 Oct 06:09

Choose a tag to compare

Bug Fixes

  • editor: prevent header and editor display for multiple selected snippets (e1d4ccd)
  • editor: show code preview panel (5e91b74)
  • i18n: update sidebar toggle translations (f819f4a)
  • scrollbar: suppress horizontal scrolling (53f6aef)
  • snippets: use default folder language for fragments #611 (#612) (4c52a5e)
  • update entitlements and enable hardened runtime for macOS builds (d350977)

Features

v4.1.0

03 Oct 05:12

Choose a tag to compare

Bug Fixes

Features

json-viz

  • editor: add highlighting for search terms (#606) (48b7f56)

Full Changelog: v4.0.4...v4.1.0