- Fix number vselect contexts
- Recognise comma-separated numbers with scientific notation
- Add tests for context cases (e.g. lists and dictionaries)
- Add 2 new failing tests that fail due to ambiguity
- Add test for leading zeroes
- Fix a bug in selecting octal numbers at the beginning of lines. Also make
selecting octal numbers with multiple valid prefixes, e.g.
041407357
more robust. - Update documentation with
0O
as a valid octal prefix. - Fix covimerage bug with click 8.0.1 in GitHub Actions workflow.
- New logo!
- Select octal numbers prefixed with a zero and capital o: '0O'
- GitHub Actions test workflow with code coverage via covimerage.
- Text objects also works for numbers with thousand separators such as currencies.
- Added issue and pull request templates.
- Initial pre-release version.