Skip to content

Releases: usamaasfar/superscript

v0.1.4

24 Feb 06:20

Choose a tag to compare

Smarter file naming.

  • New notes are named from your first line automatically — no more "Untitled" files piling up.
  • Duplicate names resolve gracefully — if a name is taken, the file becomes "name (2)", "name (3)", and so on. No overwrites.
  • Rename collision avoidance now applies everywhere — the editor, the sidebar, and on first save.

Full Changelog: v0.1.2...v0.1.4

v0.1.3

23 Feb 17:12

Choose a tag to compare

A writing polish release.

  • Soft line breaks — notes load and save exactly as written. No more silent rewrites to hard-break syntax.
  • Writing width — pick your preferred line width from the menu. It persists.
  • List indentation — Tab / Shift-Tab to indent and outdent list items.
  • Scroll reset — switching to a note always starts at the top.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Feb 08:02

Choose a tag to compare

Under the hood.

No user-facing changes. Fixes to the release pipeline so changelogs are scoped correctly going forward.


Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Feb 07:34

Choose a tag to compare

A small polish release.

What's fixed

  • List markers — bullet points and numbered lists were being hidden by Tailwind's CSS preflight reset. They now render correctly in the editor.

Full Changelog: https://github.com/usamaasfar/superscript/commits/v0.1.1

v0.1.0

22 Feb 05:51

Choose a tag to compare

The first release.

CleanShot 2026-02-22 at 11 23 36@2x

Superscript is a notes app for macOS that gets out of the way. No accounts, no sync services, no friction — just a window and your words, saved as plain markdown files you own.

This is v0.1.0. It's early and intentional.

What's here

  • Plain markdown files — notes live in a folder you choose. Open them in any editor, back them up however you want. No lock-in.
  • iCloud Drive by default — on first launch, Superscript creates a Superscript folder in your iCloud Drive and uses it automatically.
  • Auto-save — changes are written to disk as you type. There is no save button.
  • Command bar — press ⌘K to search and switch between notes instantly.
  • Inline rename — double-click the title to rename a note without leaving the keyboard.
  • New note⌘N creates a blank note whenever a folder is open.
  • Fullscreen⌘F to go full focus mode.
  • Silent auto-updates — future versions will install in the background.

New Contributors

Full Changelog: https://github.com/usamaasfar/superscript/commits/v0.1.0