Skip to content

v0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Apr 02:47

Changelog

  • a4d7b99 Initial commit
  • e5f1323 feat: Docker compose test infrastructure for Vikunja
  • 8ef4d82 feat: E2E tests verifying output format and error handling
  • 84c8785 feat: assignee client and commands for task assignees
  • b37ab47 feat: attachment client and commands with multipart upload and binary download
  • 46df2e8 feat: audit log package with before/after snapshots and 90-day retention cleanup
  • dd1095e feat: base HTTP client with auth, error mapping, and pagination
  • 03cf1a5 feat: bucket client and commands for kanban buckets
  • 59c9040 feat: comment client and commands for task comments
  • af833bd feat: config init and show commands
  • 18c2b93 feat: configuration package with env/flag precedence and JWT session management
  • 197c492 feat: dry-run support for all mutation commands
  • db469b3 feat: ensure verb for idempotent create-or-update operations
  • c925570 feat: exit codes and structured error types
  • c2c751a feat: filter client and commands for saved filters
  • 60a5f96 feat: integration tests against live Vikunja instance
  • 18454e3 feat: label client and commands (list, get, create, update, delete)
  • 731b17c feat: login and logout commands with JWT session management
  • 83d00d9 feat: migration client and commands for data import
  • af10795 feat: model types for all Vikunja resources
  • c8171c2 feat: notification client and commands
  • efc48e7 feat: output envelope, field selection, and formatters (json, table, quiet)
  • 7ddf817 feat: project client and commands (list, get, create, update, delete, duplicate)
  • 7367e17 feat: project scaffolding with Makefile and version package
  • 74ca87a feat: reaction client and commands for emoji reactions
  • fc2a151 feat: relation client and commands for task relations
  • c9bf607 feat: respect NO_COLOR environment variable
  • 02c4fab feat: root command with all global flags and shared initialization
  • 5922623 feat: schema introspection with server-aware annotations and caching
  • 70d97e5 feat: server info and version commands
  • b74b7a3 feat: server version check on first API call
  • acc541b feat: share client and commands for project link shares
  • 4a9fe7a feat: share-team client and commands for project team sharing
  • 918185c feat: share-user client and commands for project user sharing
  • 6fc32d5 feat: shell completion generation for bash, zsh, fish
  • d20a3ac feat: structured JSON logging package with level filtering
  • 4b4a948 feat: subscription client and commands
  • 4f6a52c feat: task client with list, get, create, update, delete, bulk
  • c4fe1d6 feat: task commands (list, get, create, update, delete) with full flag set
  • eba4097 feat: team client and commands with member management
  • 331f9d4 feat: token client and commands for API token management
  • d844f10 feat: view client and commands for project views
  • 8fe6068 feat: webhook client and commands for project webhooks
  • f3584c5 feat: wire audit logging into task mutation commands
  • 1a536e1 feat: workflow tests for multi-step user scenarios
  • 45546c7 fix: add missing Long descriptions to migration parent commands