v1.3
Naita
2026-05-09
- new Rebranded from CthulhuSheets to Naita — official name, new URL path.
- new Rich text journal editor — bold, italic, underline, strikethrough, H1/H2, bullet and numbered lists.
- new Inline image support in journals — insert via picker, paste from clipboard, or drag and drop.
- new Per-entry Local/Linked image toggle — choose whether URL images are downloaded into the save file.
- new About, Guide, and Changelog pages accessible from the home screen.
- new Journal sidebar width is now resizable by dragging the divider.
- fix Campaign export now correctly includes all referenced images in the resources folder — previously always empty.
- fix Deleted images are now removed from IndexedDB on the next autosave and excluded from exports.
- fix Exporting while a journal tab is active no longer crashes with an undefined entity error.
- fix Journal editor panel now fills the full available width correctly.
- fix HTML content in journals is now sanitised through an allowlist before rendering, preventing script injection from malicious save files.
- chg Journal content format migrated from plain textarea to rich HTML — legacy plain-text entries render correctly on first open.
- chg Sidebar resize handle is now always visible (previously transparent until hover).
v1.2
Naita (codename)
2025
- new Sidebar tabs — Sheets, Journals, and Items in a single sidebar panel.
- new Compendium module — reusable items independent of any single entity.
- new Centralised file-tree API (
makeFileTree) shared across all sidebar contexts. - new Image support for entity portraits and inventory items via blob storage.
- new Save format migrated to ZIP archive (.cths) with a resources/ folder for binary assets.
- new Modal utilities —
showConfirmandshowToastreplacing native browser dialogs. - new Combat auto-populate — inventory weapons and spells appear in the tracker on entity load.
- chg Compendium workspace tab removed from the top bar — now accessible via the Items sidebar tab.
- chg All
confirm()andalert()calls replaced with styled modal equivalents.
v1.1
Initial public state
2024
- new GM and Player mode separation with independent campaign libraries.
- new Character sheet — all CoC 7e characteristics, skills, inventory, weapons, and spells.
- new Dice roller — click any underlined stat to roll against it.
- new Combat initiative tracker with HP bar visualisation.
- new Journal system — plain text entries with categories and tags.
- new Campaign package builder — export selected entities and journals for players.
- new Asset library — GM-owned entities and packages independent of any campaign.