Files
journaley/CHANGELOG.md
T
2026-06-04 18:47:17 +02:00

14 lines
735 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.
## 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.