Skip to content

Latest commit

 

History

History
110 lines (66 loc) · 7.78 KB

CHANGELOG.md

File metadata and controls

110 lines (66 loc) · 7.78 KB

Changelog

Welcome to the changelog for dōteki. This document aims to provide a comprehensive list of all notable changes made to the project, organised chronologically by release version.

We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR.MINOR.PATCH. Major version changes involve significant (breaking) changes, minor versions introduce features and improvements in a backward compatible manner, and patch versions are for bug fixes and minor tweaks.

0.0.8 - 2024-02-20

✨ Features

📝 Documentation

  • (website) Increase link visibility on light mode (d2c8a59) by @welpo
  • (website) Add missing step to add dependencies (d8d47cb) by @welpo
  • (website) Clarify adding plugin dependencies (d3d0663) by @welpo

♻️ Refactor

✅ Testing

🔧 Miscellaneous tasks

👥 New contributors

🫶 @bcignasi made their first contribution in #12

0.0.7 - 2024-02-10

🐛 Bug fixes

  • (cli) Use a temp file for safe README updates (5d3ffa0) by @welpo

📝 Documentation

♻️ Refactor

  • (cli) Avoid redundant file read for credits (748545e) by @welpo

🔧 Miscellaneous tasks

0.0.3 - 2024-02-06

✨ Features

🐛 Bug fixes

📝 Documentation

♻️ Refactor

🔧 Miscellaneous tasks

0.0.2 - 2024-01-26

🐛 Bug fixes

  • Add utf-8 encoding to file write operations (17a8584) by @welpo

♻️ Refactor

  • (cli) Improve error message on missing deps (3367dfa) by @welpo

0.0.1 - 2024-01-19

✨ Features