Skip to content

Releases: massCodeIO/massCode

v4.0.0

27 Sep 13:30

Choose a tag to compare

massCode v4 is here 🚀

We’re excited to announce the release of massCode v4 — a major milestone that brings a brand-new foundation, improved performance, and a powerful set of tools for developers.

This version is not just an update — the app has been rebuilt from the ground up with a modern stack, a new database engine, and a set of utilities designed to supercharge your workflow.

Key Changes

Modern Tech Stack

The entire application has been rewritten using:

  • Tailwind CSS 4.0 — utility-first styling
  • Better SQLite3 — high-performance database
  • Elysia.js — lightweight and efficient REST API framework

Migration to SQLite

Snippets are now stored in SQLite instead of JSON files, bringing:

  • Faster performance with large datasets
  • Atomic operations and transactions
  • More reliable data storage
  • Efficient searching and filtering

Developer Tools

massCode v4 ships with a new suite of built-in utilities:

  • Text Tools: Case Converter, Slug Generator, URL Parser
  • Crypto & Security: Hash/HMAC, Password Generator, UUID
  • Encoders/Decoders: URL, Base64, JSON ⇄ TOML/XML/YAML, Text ⇄ ASCII/Binary/Unicode, Color Converter

Your feedback is welcome — open an issue, suggest a feature, or contribute to the project!

v4.0.0-beta.2

04 Jul 04:06

Choose a tag to compare

v4.0.0-beta.2 Pre-release
Pre-release

🩹 Fixes

  • db: If folder index is missing, set to 0 during migration (#571)
  • main: Destroy window in windows & linux #570 (#572, #570)

📦 Build

❤️ Contributors

v4.0.0.beta-1

03 Jul 08:47

Choose a tag to compare

v4.0.0.beta-1 Pre-release
Pre-release

First beta 🎉

At this time, I haven't been able to successfully build the Linux version on my new MacBook M4 Pro. If you're interested in testing the beta on Linux, you'll need to build it manually for now.

Contributions are very welcome — feel free to submit a PR or share any fixes or workarounds you discover.

v3.12.1

13 Jun 11:02

Choose a tag to compare

Preparing for v4 release

🚀 Enhancements

  • Check only v3 & handle github rate limit (30d0987)

❤️ Contributors

v3.12.0

10 Feb 08:42

Choose a tag to compare

🚀 Enhancements

  • Add window menu with minimize option (#499)

🩹 Fixes

  • search: Delete marks by reset search (#500)
  • snippets: Truncate name (#501)

❤️ Contributors

v3.11.0

19 Feb 05:06

Choose a tag to compare

🚀 Enhancements

  • Add fuzzy search (a0eba0a)
  • i18n: Add new Czech translations (3166034)
  • i18n: Add Persian locales (a32dc0f)
  • i18n: Add Polish locales (cd44fb4)
  • Add search by description (134c424)

❤️ Contributors

v3.10.0

12 Oct 11:20

Choose a tag to compare

🚀 Enhancements

  • i18n: Add French locales (#417)
  • Add mindmap (#419)

demo

🩹 Fixes

  • snippets: Delete fragment (8b362a0)

❤️ Contributors

v3.9.0

05 Oct 13:43

Choose a tag to compare

🚀 Enhancements

  • i18n: Add new Czech translations (#411)
  • i18n: Add Turkish locales (#412)

🩹 Fixes

🏡 Chore

❤️ Contributors

v3.8.0

29 Sep 12:23

Choose a tag to compare

🚀 Enhancements

  • icons: Add DigitalOcean, Moodle and Oracle icons (#388)
  • Add dev tools (#407)
  • Add reload db (#408)

Select "massCode" > "Developer Tools" or cmd+. or ctrl+.

image

v3.7.0

14 Jun 10:09

Choose a tag to compare

🚀 Enhancements

  • snippets: Hide subfolder snippets (#371)
  • snippets: Add compact mode (#372)
  • folders: Add custom icon (#376)

Запись экрана 2023-06-14 в 13 04 24

🩹 Fixes

  • snippets: Remove prev characters by typing name #347 (#351, #347)
  • snippets: Multiple select (#373)

❤️ Contributors