Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 12:37
· 19 commits to main since this release

Changelog

  • 1af1212 Add workflow_dispatch trigger to CI workflow
  • a77d848 Add workflow_dispatch trigger to release workflow
  • 94cd671 Refactor CI workflow to include working-directory
  • 5281b0b ci: add GitHub Actions workflow for building, testing, and linting Go code
  • 19208fb feat: add GitHub Actions workflow for CI testing and linting
  • 0557ea0 feat: add GitHub Actions workflow to automate releases using GoReleaser
  • 54e86d0 feat: add plugin management UI and update CI/CD workflows
  • 22b7720 feat: implement CLI entry point with export, import, and sync commands and update .gitignore patterns
  • 3555b84 feat: implement core architecture, SQLite storage, and UI components for task management
  • 58fcdcf feat: implement core task management, storage repository, and editor UI components
  • a8a94ad feat: implement task editor UI and integrate into application model and storage repository
  • e00794e feat: try to fix golangci versioning truly
  • ad21929 feat: update ci
  • 1dff7da feat: update ci for working golangci versioning
  • e8ff6a7 first commit