[1.0.20230228](https://github.com/ReadAlongs/Studio/compare/v1.0.20230224...v1.0.20230228) (2023-02-28)
Features
* report empty g2p for a word as a warning ([b89de62](https://github.com/ReadAlongs/Studio/commit/b89de62622468178b0d51d2dad5cf73cb5a796ac))
Bug Fixes
* make capture_logs work correctly with Python >= 3.9 ([aa1ffca](https://github.com/ReadAlongs/Studio/commit/aa1ffcaca0a7d88f10335bc789af4e3313f0c0aa)), closes [#162](https://github.com/ReadAlongs/Studio/issues/162)
* where there are no words to align, return 422, not 500 ([61d45e0](https://github.com/ReadAlongs/Studio/commit/61d45e0dcde7d025a4cec33f81408852c2ef0fc8))
* **dtd:** effective-g2p-lang missing from w def ([dc944ad](https://github.com/ReadAlongs/Studio/commit/dc944ad8c6c40811fafd1ded7ca8387d8f62472e))
* by default, output each g2p error at most twice ([a1f3c5d](https://github.com/ReadAlongs/Studio/commit/a1f3c5d962785ba86b89217ee7cc411d4995d2f3))
* clarify the settings and run the API by default ([d5ca78e](https://github.com/ReadAlongs/Studio/commit/d5ca78e2135e2325a5cdc6b52934854233b07ae2))
* do not fail when the lang code is invalid ([3b2a433](https://github.com/ReadAlongs/Studio/commit/3b2a433d2b8f5e3e043f1b8ad1eafc16aa041802))
Reverts
* Revert "chore: specify python 3.8 runtime" ([8012258](https://github.com/ReadAlongs/Studio/commit/8012258afc882437ed831e596a27f8ea81c5510d))
Code Refactoring
* we no longer need to support g2p<=0.5.20211029 imports ([04eb40e](https://github.com/ReadAlongs/Studio/commit/04eb40ee20fb1ac654f0fbbe270c9ddf50d842cf))
Build Systems
* maximally fix the dockerfile ([e4ad7b4](https://github.com/ReadAlongs/Studio/commit/e4ad7b4e1fe4ff447bd190815666fe84e069e001))
* minimally fix dockerfile ([f51e841](https://github.com/ReadAlongs/Studio/commit/f51e841c60b22047b19b04895e5e132be9e23ac8))
Continuous Integration
* exclude Python 3.11 on Windows from matrix testing, due to dependency error ([d80d8ad](https://github.com/ReadAlongs/Studio/commit/d80d8ad82418ae15b005e4e2ea527f3b530d9658))
* run full matrix testing, but only on push to main and release ([ea72d5f](https://github.com/ReadAlongs/Studio/commit/ea72d5f8361ae827b0814bba53a0415ef0a830a0))