Changes Made
I added a list extensions feature, added extension specific settings, and removed a few nasty bugs.
List all extensions feature
All it does is when you press ? it will list all the extensions and you can just select the one you want from there.
Extension Specific settings
The settings page used to just have settings for the app now under the extensions tab will have extension specific settings that the dev of the extension can use.
Bugs
- The implementation for removing the previous answers did not always remove all of the answers and sometimes left the user with answers that shouldn’t be there. I did a small rewrite which fixed the issue.
- The autocomplete feature did not like the list all expansions feature because the program will refuse to give answer past a certain amount of them to prevent 20 answers being given at once. But because the list all feature could expand to that point, the autocomplete feature thought there wasn’t enough room for it. But now I delete the previous answers before creating new ones for autocomplete.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.