Skip to content

Releases: programmersd21/kairo

1.0.4

20 Apr 14:05

Choose a tag to compare

Changelog

  • dfc1b49 feat(filter): Overhaul tag filter system
  • 59784af feat: improve UI rendering and overlay
  • 694b595 fix: bump up to right version lol

1.0.3

18 Apr 15:50

Choose a tag to compare

Changelog

  • 2f2017a feat(ui): add strike animation for task completion
  • d4f281e refactor: remove unused progress bar renderer

1.0.2

17 Apr 13:42

Choose a tag to compare

Changelog

  • 4700e34 chore: Improve build and UI elements
  • 5a6cd5b feat: update theme and keybindings, enhance UI rendering, bumped up the big V
  • a3dce66 fix: resolve background rendering bug in viewport whitespace regions

1.0.1

16 Apr 15:17

Choose a tag to compare

Changelog

  • 010e7b3 chore: add *.zip to gitignore and remove unused file
  • ae8cbc0 chore: bump up version
  • fed0d2a chore: fix minor formatting issues
  • bbe5789 chore: update heading
  • 3290de9 chore: update heading (again lol)
  • 545139c chore: update tree
  • c109085 feat: add help menu and improve project maintenance with fmt target and zip ignore
  • 421b7e5 feat: implement CLI entry point with import, export, and sync commands

1.0.0

16 Apr 12:37

Choose a tag to compare

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