Releases: reallistic/pyloot
Releases · reallistic/pyloot
v0.1.0
- add py3.10 and py3.11 tests suites and support in pypi
- drop py 3.6 support (Technically it still works but is unsupported)
- fix a bug that could cause name collection to fail when objects don't support bases
- resolve npm vulnerabilities
- move github actions to python 3.9
v0.0.7
Changelog:
- Add support for python 3.9 and fix deprecated calls #26
- Updated dependencies with vulnerabilities from dependabot
v0.0.6
Changelog:
- Added ability to disable gzip encoding #18 #19
- Updated dependencies with vulnerabilities with npm audit fix
v0.0.5
Changelog:
- Made the objects page searchable #2
- Show the number of items displayed on the history and objects page #1
- Debounce keyboard input so it doesn't freeze while typing in the search field