Files
journaley/CHANGELOG.md
T

15 lines
817 B
Markdown

# Changelog
## Unreleased
- Switched the SvelteKit app to `@sveltejs/adapter-node` for production Node hosting.
- Added pnpm production scripts, a production environment example, and source-control ignores for local/build artifacts.
- Documented production build/start commands and Convex Auth production environment requirements.
- Added a root Dockerfile and `.dockerignore` for Dokploy Dockerfile deployments.
## 0.1.0 - 2026-06-04
- Built the initial Journaley journaling app with SvelteKit, Tailwind CSS, shadcn-svelte conventions, Convex, and Convex Auth.
- Added authenticated markdown entries, normalized tags, full-text search, filtering, sorting, dashboard analytics, settings, dark mode, and app branding.
- Added project documentation and agent conventions for Convex, markdown, tagging, and styling.