Releases: usamaasfar/superscript
Releases · usamaasfar/superscript
v0.1.4
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
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
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
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
The first release.
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
Superscriptfolder 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
⌘Kto search and switch between notes instantly. - Inline rename — double-click the title to rename a note without leaving the keyboard.
- New note —
⌘Ncreates a blank note whenever a folder is open. - Fullscreen —
⌘Fto go full focus mode. - Silent auto-updates — future versions will install in the background.
New Contributors
- @usamaasfar made their first contribution in #1
Full Changelog: https://github.com/usamaasfar/superscript/commits/v0.1.0