Skip to content

Releases: GourangaDasSamrat/todo-cli-go

Todo CLI v1.0.2

12 Feb 05:38

Choose a tag to compare

Todo CLI v1.0.2

Downloads

Linux:

  • AMD64 (x86_64): todo-v1.0.2-linux-amd64.tar.gz
  • ARM64 (aarch64): todo-v1.0.2-linux-arm64.tar.gz

macOS:

  • Intel: todo-v1.0.2-darwin-amd64.tar.gz
  • Apple Silicon: todo-v1.0.2-darwin-arm64.tar.gz

Windows:

  • AMD64: todo-v1.0.2-windows-amd64.zip
  • ARM64: todo-v1.0.2-windows-arm64.zip

Changelog

  • build: add ARM64 builds to release workflow (Gouranga Das Samrat)

Todo CLI v1.0.1

12 Feb 05:24
e1eeb54

Choose a tag to compare

Todo CLI v1.0.1

  • ci: Enhance release workflow with checksums and formula update (Gouranga Das Samrat)
  • docs: Use CDN for Bootstrap Icons and external links (Gouranga Das Samrat)
  • docs: Update project structure in README (Gouranga Das Samrat)
  • docs: add website documentation for Todo CLI (Gouranga Das Samrat)

Todo CLI v1.0.0

12 Feb 03:37

Choose a tag to compare

Todo CLI v1.0.0

  • docs: add security documentation (Gouranga Das Samrat)
  • docs: add Code of Conduct and Contributing guides (Gouranga Das Samrat)
  • docs: add architecture documentation (Gouranga Das Samrat)
  • docs: add usage examples to documentation (Gouranga Das Samrat)
  • docs: add project summary and quickstart guides (Gouranga Das Samrat)
  • docs: add comprehensive README.md (Gouranga Das Samrat)
  • build: add release workflow (Gouranga Das Samrat)
  • build: add Makefile for build and install (Gouranga Das Samrat)
  • feat(cmd): add interactive mode (Gouranga Das Samrat)
  • feat(cmd): add backup and restore commands (Gouranga Das Samrat)
  • feat(cmd): add search command (Gouranga Das Samrat)
  • feat(cmd): add complete command (Gouranga Das Samrat)
  • feat(cmd): add list command (Gouranga Das Samrat)
  • feat(cmd): add delete command (Gouranga Das Samrat)
  • feat(cmd): add edit command for tasks (Gouranga Das Samrat)
  • feat(cmd): add root command and storage setup (Gouranga Das Samrat)
  • feat(add): implement new task command (Gouranga Das Samrat)
  • feat(task): add filtering and sorting capabilities (Gouranga Das Samrat)
  • feat(models): add task model and related logic (Gouranga Das Samrat)
  • feat(storage): add task persistence and utilities (Gouranga Das Samrat)
  • feat(ui): add interactive menu and prompts (Gouranga Das Samrat)
  • feat(ui): add user interface module (Gouranga Das Samrat)
  • feat: add main application entry point (Gouranga Das Samrat)
  • build: initialize Go module (Gouranga Das Samrat)
  • chore: add MIT License (Gouranga Das Samrat)
  • chore(config): add initial project configuration (Gouranga Das Samrat)