Skip to content

Latest commit

 

History

History
127 lines (61 loc) · 6.89 KB

File metadata and controls

127 lines (61 loc) · 6.89 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.1 (2026-01-05)

Bug Fixes

  • ci: 🐛 Update documentation build process to clean site directory, build English and Chinese versions, and verify outputs (40f2abb)

1.5.0 (2026-01-04)

Features

  • cursor: ✨ Add new documentation files for architecture, model design, progress, and tech stack (1c3ce46)
  • i18n: ✨ Implement gettext-based internationalization for project configuration script, adding support for English and Chinese translations (10ca892)

Documentation

  • config: 📝 Add platform-specific data source configurations for Linux, macOS, and Windows (4c49090)

1.4.0 (2025-12-28)

Features

  • cursor: ✨ Add cursorignore file, keep file for plans, and define AI assistant coding rules in cursorrules.mdc (50ff4f9)
  • makefile: ✨ Add support for optional dependency groups in setup process (cd872c6)

Documentation

  • cache: 📝 Add initial documentation files for architecture, progress, and project design (8910233)

1.3.1 (2025-12-28)

Documentation

  • tech-stack: 📝 Add initial tech stack documentation outlining development environment, tooling, quality gates, and testing harness (5d6b62b)

1.3.0 (2025-10-26)

Features

  • makefile: ✨ Add multi-version testing support with tox and update README instructions (f68f78b)
  • project: ✨ Enhance project setup with uv and poetry support, update README and configuration scripts (2ac0e5a)

Documentation

  • docs: 📝 Add comprehensive documentation including quick start guide, configuration details, and deployment instructions (e58ef08)

1.2.0 (2025-02-14)

Features

  • ✨ include a github sponsor workflow (fe69410)
  • ✨ 自动 setup 新项目 (e350678)

Bug Fixes

  • 🐛 Fix release please to update python package version (04c6248)

1.1.0 (2024-12-07)

Features

  • ✨ 使用 release-please 代替过时的 standard-version (d76f48c)

Bug Fixes

  • 🐛 让 GitHub workflow 在 main 和 master 分支都能用 (d5c368e)
  • 💚 不再默认配置发布到 pypi (7c078ba)

1.0.1 (2024-11-18)

🐛 Bug Fixes

  • ➖ 不再使用 sourcery 检查代码 (e60bb53)

1.0.0 (2024-11-18)

⚠ BREAKING CHANGES

  • build-package:
  • init-this-repo,-commands:-new,-init,-fresh:

🔧 Chores

  • 🙈 忽略playground笔记本 (0ea63d3)

🏗️ Build System

  • ⬆️ 放宽版本依赖 (e0005b2)
  • build-package: my first package mksci built (c3d9a49)

♻️ Code Refactoring

  • ♻️ 删除不再需要的文档工具,更新说明文档 (7a614e2)
  • ♻️ 重新配置为python项目模板 (6b28503)

✨ Features

  • ✨ include tox.ini (335c5b3)
  • ✨ 使用 standard-version 进行版本管理 (bccda87)
  • ✨ 更好的版本发布 (f5ad128)
  • init-this-repo,-commands:-new,-init,-fresh: now, can build repo, cp initialize files and then generate readme file automatically (5f69346)

🐛 Bug Fixes

  • 💚 修正版本更新器 (46fdbb6)
  • command-new: now command new run at cmd correctly (29e4095)