Breaking Changes
Config
The configuration format has changed significantly, so anyone upgrading to this version will need to change their's accordingly. See the examples [here](https://github.com/paulfioravanti/plover-q-and-a/tree/main/examples/config) for how the new configuration is structured.
Outline Commands
The wording of some outline commands has changed, so anyone upgrading to this version will need to change their dictionary entries to reflect these changes:
- `FOLLOWING_QUESTION` is now `FOLLOWING_INTERROGATIVE`
- `INTERRUPTING` is now `FOLLOWING_INTERRUPT`
Therefore, the following kinds of outline commands will need appropriate changes
- `{:Q_AND_A:QUESTION:FOLLOWING_QUESTION}` -> `{:Q_AND_A:QUESTION:FOLLOWING_INTERROGATIVE}`
- `{:Q_AND_A:ANSWER:INTERRUPTING}` -> `{:Q_AND_A:ANSWER:FOLLOWING_INTERRUPT}`
- etc with any other outlines containing `FOLLOWING_QUESTION` or `INTERRUPTING`
**Full Changelog**: https://github.com/paulfioravanti/plover-q-and-a/compare/v0.3.13...v0.4.0