Files
repoCat/CHANGELOG.md

3.3 KiB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • (deps) Add click dependency and update poetry lockfile - (ef6ac68)
  • (cli) Add verbose option to status command - (719f257)
  • (models) Add catalog and filesystem utilities - (eb5bf52)

🐛 Bug Fixes

  • (scripts) Update nightly version suffix format - (c596f46)

🚜 Refactor

  • (cli) Streamline repository status logic - (55e79d2)
  • (review) Streamline repo review logic and data handling - (68b3233)
  • (cli) Use RepoCatalogState for repository operations - (9bff626)
  • (cli) Simplify repository cleaning logic - (458d965)
  • (archive) Streamline repository archiving logic - (d3ee7ee)

[0.1.0] - 2025-05-11

🚀 Features

  • (ci) Add workflows for automated releases and nightly builds - (078948f)
  • (workflows) Add cache restore step to build process - (81459d6)
  • (poetry) Add twine to development dependencies - (bf727a8)
  • (ci) Add GitHub Actions workflow for build and publish - (880a54d)
  • (cli) Add initial repository management commands - (ef2bac4)
  • (vscode) Add Python environment and analysis settings - (d1e246c)
  • (poetry) Add pyproject.toml for project dependencies and config - (4ce7eed)

🐛 Bug Fixes

  • (workflows) Revert cache action version and simplify cache key - (134c934)

📚 Documentation

  • Add .gitignore and empty README.md - (3701550)

⚙️ Miscellaneous Tasks

  • (gitignore) Add dist/ to ignored files - (66a5ddd)
  • (vscode) Customize activity bar and theme settings - (ee66a0e)