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
- (credits) Replace default credits with customs (aecd58d) by @welpo
- (plugins) Add FIGlet plugin (#12) by @bcignasi and @welpo
- (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
- (git-sumi) Improve emoji matching (46c6fa9) by @welpo
- (release) Update CHANGELOG format (be1f7b1) by @welpo
- (renovate) Move config file (900992a) by @welpo
🫶 @bcignasi made their first contribution in #12
0.0.7 - 2024-02-10
- (README) Add git-sumi badge (31d1d78) by @welpo
- (README) Add IPA notation for pronunciation (41a6438) by @welpo
- (website) Turn githooks suggestion into a "tip" (7757145) by @welpo
- (CD) Bump dōteki in doteki-action on release (8e42cf1) by @welpo
- (CHANGELOG) Update commit types (bb1ed55) by @welpo
- (CHANGELOG) Improve emoji pattern (e2e84bf) by @welpo
- (CI) Update git-sumi config (19c824a) by @welpo
- (git-sumi) Require a space after the gitmoji (c839160) by @welpo
- (release) Verify version tag format on release (a95ab3f) by @welpo
- (release) Automate PyPI release (d1dbecb) by @welpo
0.0.3 - 2024-02-06
- (test_cli) Read/write using UTF-8 encoding (24c4756) by @welpo
- Specify UTF-8 encoding when reading files (1ae728c) by @welpo
- (contributing) Enrich PR information (917bf4d) by @welpo
- (plugin-standard) Add link to developer guide (f7310ee) by @welpo
- (cli) Improve code readability (915f02e) by @welpo
- Move parse_arguments definition after its calling (4cbb4bd) by @welpo
- (CI) Fix links in tag description (c37d53c) by @welpo
- (README) Remove codecov logo from shield (af4b318) by @welpo
- Use git-sumi to lint commit messages (3e03678) by @welpo
- Add pre-commit script (58ef244) by @welpo
- Sort imports with
isort
(dbd21a2) by @welpo - Add continuous deployment workflow (9f01646) by @welpo