changelog
all notable changes to msslmemo. versions reconstruct the build history to date;
from 0.13 forward, every release gets an entry when it ships.
0.13
- changelog introduced, app now displays its version in the footer
- per-user timezone setting in the profile ... "today" is finally your today, not the server's
0.12
- everything lowercase: ui, guide, and stored content ... capture over formatting
- daily dump email: yesterday's log, today's agenda, last-24-hours activity (cron + profile opt-in)
- "send daily dump now" button in the profile
- profile page rebuilt as a two-column card grid
- ios fixes: no more side-scroll, action buttons always visible on touch
- css/js cache busting via versioned asset urls + 30-day cache headers
- sessions moved to a private store with 30-day lifetime (no more surprise logouts)
- carryover tasks on today now ask for a verdict: done · → today · another day · strike
0.11
- wait-list invites are now single-use emailed token links (the "already invited" backdoor is gone)
- migrated from staging (mm.rossiworks.com) to msslmemo.com
- envelope sender fixed for spf alignment
- admin actions show real errors instead of white screens
0.10
- selectable themes: paper, gold, night, high contrast
- guide rewritten with swagger ... "a bullet is fast. a missile is faster." tagline everywhere
- quick login link (private url for home-screen icons, revocable)
- tl;dr card at the top of the guide
- funnier guide examples (the cat is owed an apology)
0.9
- soft delete: entries and dumps go to a 30-day trash instead of vanishing
- @date shorthand: `. water the cactus @fri` logs to any day from anywhere
- month-end review page: every open task, one screen, three verdicts
- keyboard-first: `/` focuses the entry box, click any entry to edit inline
- brain dump drafts auto-save in the browser
- full journal export as markdown
- installable as a phone app (pwa manifest + icons)
- future log events show their date
- em dashes retired in favor of "..."
0.8
- standalone admin app with its own credentials, session, and login
- user profiles: font preference and password change, db-backed settings
0.7
- signifiers moved after the bullet: `. * task` reads more naturally
- wait list replaces "registration closed"
- free vs pro spelled out in the guide
0.6
- brain dump: long-form timestamped capture with card previews, sortable by created/updated
- search covers brain dumps
0.5
- search across all entries with links into their day or collection
0.4
- dyslexia-friendly font option (opendyslexic)
0.3
- visual guide/walkthrough at /guide
- done and delete buttons untangled (green ✓ vs red del)
- "bullet journal" wording replaced with "bullet-journal-inspired"
0.2
- restructured to serve from the domain root with a separate /admin area
- registration open/close switch moved to the database
0.1
- the core method: daily log with rapid logging, monthly log (calendar + tasks),
- future log, auto-generated index, collections
- task lifecycle: open, done, migrated, scheduled, struck
- multi-user auth, sessions, csrf protection
- mysql schema designed for a later move to aws