Features
- You can now add an
# ignorecomment to a line and it will not be rendered (Thanks @av-engineering!)
Fixes
NameErrorthat occured ififstatements with Python >= 3.13 is now fixed (#227)
Chores
- A bunch of code clean-up: added a src tree (finally) and made some updates to CI
What's Changed
- chore: bump version by @connorferster in #216
- fix: check for Python 3.13 and access f_locals if so by @connorferster in #236
- Update README.md by @connorferster in #238
- chore: re-shuffle repo for src tree by @connorferster in #240
- chore: update CI for uv and 3.14 by @connorferster in #241
- chore: update for new src tree by @connorferster in #242
- Ignore lines by @av-engineering in #239
New Contributors
- @av-engineering made their first contribution in #239
Full Changelog: v1.9.0...v1.10.0