Releases: welpo/doteki
Releases · welpo/doteki
Release v0.0.8
0.0.8 - 2024-02-20
✨ Features
- (credits) Replace default credits with customs (aecd58d) by @welpo
- (plugins) Add FIGlet plugin (#12) by @bcignasi and @welpo
📝 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
- (git-sumi) Improve emoji matching (46c6fa9) by @welpo
- (release) Update CHANGELOG format (be1f7b1) by @welpo
- (renovate) Move config file (900992a) by @welpo
👥 New contributors
Release v0.0.7
0.0.7 - 2024-02-10
🐛 Bug fixes
- (cli) Use a temp file for safe README updates - (5d3ffa0)
📝 Documentation
- (README) Add git-sumi badge - (31d1d78)
- (README) Add IPA notation for pronunciation - (41a6438)
- (website) Turn githooks suggestion into a "tip" - (7757145)
♻️ Refactor
- (cli) Avoid redundant file read for credits - (748545e)
🔧 Miscellaneous tasks
- (CD) Bump dōteki in doteki-action on release - (8e42cf1)
- (CHANGELOG) Update commit types - (bb1ed55)
- (CHANGELOG) Improve emoji pattern - (e2e84bf)
- (CI) Update git-sumi config - (19c824a)
- (git-sumi) Require a space after the gitmoji - (c839160)
- (release) Verify version tag format on release - (a95ab3f)
- (release) Automate PyPI release - (d1dbecb)
Release v0.0.3
0.0.3 - 2024-02-06
✨ Features
- Add -v | --version argument - (941c2fd)
🐛 Bug Fixes
- (test_cli) Read/write using UTF-8 encoding - (24c4756)
- Specify UTF-8 encoding when reading files - (1ae728c)
📝 Documentation
- (contributing) Enrich PR information - (917bf4d)
- (plugin-standard) Add link to developer guide - (f7310ee)
♻️ Refactor
- (cli) Improve code readability - (915f02e)