v2.1.0
What's Changed
- Improve CAN-FD handling and remove unused XCP-related code by @ferdinandjarisch in #829
- chore: Try to make dependabot less verbose by @rumpelsepp in #837
- fix(cli): Check default types at runtime by @ferdinandjarisch in #839
- fix(db): Adjust run_stats view to changed run_meta columns by @fkglr in #844
- fix(cursed-hr): use wcwidth to process unicode by @fkglr in #845
- perf(cursed-hr): Only use unicode wrap when necessary by @fkglr in #847
- fix(cursed-hr): Fix crash on page up by @fkglr in #846
- chore(config): Rename
Idempotentand make doc clearer by @ferdinandjarisch in #848 - fix: Fix upcoming ruff 0.15 lints by @rumpelsepp in #849
- fix: Migrate from urlparse() to urlsplit() by @rumpelsepp in #850
- fix(cli parsing): interpret input for int literal when using AutoLiteral by @fkglr in #852
- feat(sa_dump_seeds): Improved handling of reset and sleep by @emeisd in #821
- Hacky way of removing the need to type Literal for AutoLiteral by @fkglr in #853
- fix(mypy): Cast Literal to type to please mypy by @ferdinandjarisch in #860
- feat(config): Add
create_templatemethod toGalliaBaseModelby @ferdinandjarisch in #855 - fix: urlunsplit() only takes a five-item iterable by @emeisd in #863
- feat(cli): Wrap lines according to both explicit newlines and implicitly due to line width limitations by @fkglr in #864
Full Changelog: v2.0.2...v2.1.0