Releases: lightmorphic/todom
Releases · lightmorphic/todom
Release list
Todom 1.1.0
Changed
- New logo: a yellow rounded square with a todo-list glyph, replacing
the checkmark mark that was shared with an earlier project. Favicon,
PWA icons, the in-app header icon and the website all updated
(offline cache bumped totodom-cache-v2so installed PWAs pick up
the new icon). - Default host port in the Compose file, README and website changed
from 4080 to 4070. The container port stays 3000; existing installs
keep whatever mapping they already use.
Added
- Product website at todom.lightmorphic.co.uk,
with a live interactive demo of the interface.
Todom 1.0.0
Initial release of Todom: a stupidly simple todo list.
Features
- Clean, minimal interface with dark/light mode (follows system
preference, manual toggle remembered per browser) - Every task has a due date; active tasks are sorted nearest-due first
- Colour-coded urgency (overdue / due today / due soon / later)
- Completion date recorded automatically when a task is checked off
- Import/Export of the task list as JSON
- Installable PWA (works offline, "Add to Home Screen")
- Server-side storage in a single JSON file via a small Node/Express
backend, so every device sees the same task list - Docker image published to
ghcr.io/lightmorphic/todomon every push
tomain, with a weekly rebuild to pick up patched OS packages