Releases: GourangaDasSamrat/todo-cli-go
Releases · GourangaDasSamrat/todo-cli-go
Todo CLI v1.0.2
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
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
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)