What's Changed
- Autocomplete now works by compiling and caching a trie structure, which is much more efficient than the previous "bruteforce" search method
- Change autocomplete to display as small cards overlaying the quick keys
- Change presentation of calculation history (not done yet)
- Strike through menu items that are currently not implemented
- Implement button to remove currently entered text
- fix: change regex so it correctly identifies html encoded tags by @Hoverth in #76
- docs: add Hoverth as a contributor for code by @allcontributors in #77
- Update README.md by @Poussinou in #81
- docs: add Poussinou as a contributor for doc by @allcontributors in #82
New Contributors
- @Hoverth made their first contribution in #76
- @Poussinou made their first contribution in #81
Full Changelog: v0.1.1...v0.1.2