diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..5718358d --- /dev/null +++ b/changelog.md @@ -0,0 +1,12 @@ +# Changelog + +WED 15 JAN 2026 +MODEL: Claude Sonnet 4 (Antigravity) +PROVIDER: Anthropic +VARIANT: default +PROJECT: Issue +CHANGES: +- Added "Time tracking with start/pause/resume timers" to key features +- Added "Sprint management with date ranges" to key features +- Added "Customizable issue statuses per organisation" to key features +- Added "shadcn/ui" to technologies (combined with Tailwind CSS) diff --git a/src/pages/projects/issue.astro b/src/pages/projects/issue.astro index 09d904e2..c51fcac6 100644 --- a/src/pages/projects/issue.astro +++ b/src/pages/projects/issue.astro @@ -33,6 +33,9 @@ export const metadata = {
  • Organisation and project management
  • Issue creation with titles and descriptions
  • Issue assignment to team members
  • +
  • Time tracking with start/pause/resume timers
  • +
  • Sprint management with date ranges
  • +
  • Customizable issue statuses per organisation
  • Resizable split-pane interface
  • Role-based access (owner, admin, member)
  • Native desktop app via Tauri
  • @@ -47,7 +50,7 @@ export const metadata = {
  • Bun + Drizzle ORM (backend)
  • PostgreSQL
  • Tauri (desktop)
  • -
  • Tailwind CSS
  • +
  • Tailwind CSS + shadcn/ui
  • JWT authentication