Releases: paw-lu/nbpreview
Releases · paw-lu/nbpreview
v0.5.0
Overview
This release focuses on adding some quality of life options. The biggest change is the pager support. nbpreview will now automatically launch a pager if the output will not fit on one screen—which is often. Use --paging / --no-paging
to control manually.
Another big change is that markdown math blocks (marked by $$
) are now parsed and rendered using unicode characters. So
### Lorep ipsum
Lorep ipsum doret
$$
y = \alpha + \beta x
$$
su ro
Is rendered to
### Lorep ipsum
Lorep ipsum doret
y = α+ βx
su ro
Changes
🚀 Features
- Add automatic pager (#327) @paw-lu
- Render LaTex in markdown (#324) @paw-lu
- Add code wrap option (#320) @paw-lu
- Add line number option (#319) @paw-lu
📦 Dependencies
- ⬆️ Bump mypy from 0.920 to 0.921 (#328) @dependabot
- ⬆️ Bump sphinx from 4.3.1 to 4.3.2 (#326) @dependabot
- ⬆️ Bump sphinx from 4.3.1 to 4.3.2 in /docs (#325) @dependabot
- ⬆️ Bump mypy from 0.910 to 0.920 (#322) @dependabot
- ⬆️ Bump actions/upload-artifact from 2.3.0 to 2.3.1 (#321) @dependabot
- ⬆️ Bump rich from 10.16.0 to 10.16.1 (#323) @dependabot
- ⬆️ Bump furo from 2021.11.12 to 2021.11.23 in /docs (#317) @dependabot
- Update cookiecutter-hypermodern-python to 2021.11.26 (#300) @paw-lu
v0.4.0
Changes
🚀 Features
📦 Dependencies
- ⬆️ Bump typeguard from 2.13.0 to 2.13.3 (#309) @dependabot
- ⬆️ Bump lxml from 4.6.5 to 4.7.1 (#314) @dependabot
- ⬆️ Bump sphinx from 4.2.0 to 4.3.1 (#308) @dependabot
- ⬆️ Bump markdown-it-py from 1.1.0 to 2.0.0 (#310) @dependabot
- ⬆️ Bump lxml from 4.6.3 to 4.6.5 (#311) @dependabot
- ⬆️ Bump rich from 10.15.2 to 10.16.0 (#312) @dependabot
- ⬆️ Bump isort from 5.9.3 to 5.10.1 (#306) @dependabot
- ⬆️ Bump sphinx-click from 3.0.1 to 3.0.2 (#295) @dependabot
- ⬆️ Bump pre-commit from 2.15.0 to 2.16.0 (#298) @dependabot
- ⬆️ Bump pyupgrade from 2.29.0 to 2.29.1 (#307) @dependabot
- ⬆️ Bump nbqa from 1.1.1 to 1.2.2 (#305) @dependabot
- ⬆️ Bump flake8-rst-docstrings from 0.2.3 to 0.2.5 (#304) @dependabot
- ⬆️ Bump jinja2 from 3.0.2 to 3.0.3 (#303) @dependabot
- ⬆️ Bump httpx from 0.20.0 to 0.21.1 (#301) @dependabot
- ⬆️ Bump ipykernel from 6.4.2 to 6.6.0 (#289) @dependabot
- ⬆️ Bump types-click from 7.1.7 to 7.1.8 (#302) @dependabot
- ⬆️ Bump flake8-bugbear from 21.9.2 to 21.11.29 (#297) @dependabot
- ⬆️ Bump sphinx from 4.2.0 to 4.3.1 in /docs (#284) @dependabot
- ⬆️ Bump poetry from 1.1.11 to 1.1.12 in /.github/workflows (#285) @dependabot
- ⬆️ Bump black from 21.9b0 to 21.12b0 (#292) @dependabot
- ⬆️ Bump nox-poetry from 0.8.6 to 0.9.0 in /.github/workflows (#274) @dependabot
- ⬆️ Bump actions/upload-artifact from 2.2.4 to 2.3.0 (#293) @dependabot
- ⬆️ Bump ipython from 7.28.0 to 7.30.1 (#290) @dependabot
- ⬆️ Bump actions/download-artifact from 2.0.10 to 2.1.0 (#294) @dependabot
- ⬆️ Bump actions/cache from 2.1.6 to 2.1.7 (#280) @dependabot
- ⬆️ Bump sphinx-click from 3.0.1 to 3.0.2 in /docs (#268) @dependabot
- ⬆️ Bump actions/checkout from 2.3.5 to 2.4.0 (#266) @dependabot
- ⬆️ Bump yarl from 1.7.0 to 1.7.2 (#265) @dependabot
- ⬆️ Bump virtualenv from 20.9.0 to 20.10.0 in /.github/workflows (#267) @dependabot
- ⬆️ Bump actions/setup-python from 2.2.2 to 2.3.1 (#288) @dependabot
v0.3.0
Changes
🚀 Features
- Gracefully handle invalid data (#242) @paw-lu
- Use terminedia's auto scaling (#231) @paw-lu
- Custom markdown rendering (#220) @paw-lu
🚨 Testing
👷 Continuous Integration
- Add dependabot bulk merge task (#234) @paw-lu
- Repalce reorder-python-imports with isort (#233) @paw-lu
- Add tryceratops as linter (#201) @paw-lu
🔨 Refactoring
💄 Style
📦 Dependencies
- ⬆️ Bump darglint from 1.8.0 to 1.8.1 (#257) @dependabot
- ⬆️ Bump ipykernel from 6.4.1 to 6.4.2 (#258) @dependabot
- ⬆️ Bump flake8 from 3.9.2 to 4.0.1 (#245) @dependabot
- ⬆️ Bump pillow from 8.3.2 to 8.4.0 (#259) @dependabot
- ⬆️ Bump httpx from 0.19.0 to 0.20.0 (#248) @dependabot
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#250) @dependabot
- ⬆️ Bump types-click from 7.1.5 to 7.1.7 (#255) @dependabot
- ⬆️ Bump typeguard from 2.12.1 to 2.13.0 (#243) @dependabot
- ⬆️ Bump pip from 21.2.4 to 21.3.1 in /.github/workflows (#252) @dependabot
- ⬆️ Bump virtualenv from 20.8.1 to 20.9.0 in /.github/workflows (#253) @dependabot
- ⬆️ Bump yarl from 1.6.3 to 1.7.0 (#241) @dependabot
- ⬆️ Bump rich from 10.11.0 to 10.12.0 (#235) @dependabot
- ⬆️ Bump coverage from 6.0 to 6.0.1 (#240) @dependabot
- ⬆️ Bump xdoctest from 0.15.9 to 0.15.10 (#236) @dependabot
- ⬆️ Bump ipython from 7.27.0 to 7.28.0 (#224) @dependabot
- ⬆️ Bump terminedia from 0.4.1 to 0.4.2 (#228) @dependabot
- ⬆️ Bump coverage from 5.5 to 6.0 (#226) @dependabot
- ⬆️ Bump flake8-bugbear from 21.9.1 to 21.9.2 (#225) @dependabot
- ⬆️ Bump jinja2 from 3.0.1 to 3.0.2 (#227) @dependabot
- ⬆️ Bump xdoctest from 0.15.8 to 0.15.9 (#214) @dependabot
- ⬆️ Bump black from 21.8b0 to 21.9b0 (#203) @dependabot
- ⬆️ Bump tryceratops from 0.5.0 to 0.6.0 (#202) @dependabot
- ⬆️ Bump pyupgrade from 2.26.0 to 2.29.0 (#221) @dependabot
- ⬆️ Bump nox from 2021.6.12 to 2021.10.1 in /.github/workflows (#222) @dependabot
- ⬆️ Bump virtualenv from 20.7.2 to 20.8.1 in /.github/workflows (#213) @dependabot
- ⬆️ Bump rich from 10.9.0 to 10.11.0 (#216) @dependabot
- ⬆️ Bump poetry from 1.1.8 to 1.1.11 in /.github/workflows (#223) @dependabot
- ⬆️ Bump sphinx-rtd-theme from 0.5.2 to 1.0.0 in /docs (#199) @dependabot
- ⬆️ Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#198) @dependabot
- ⬆️ Bump sphinx-rtd-theme from 0.5.2 to 1.0.0 (#200) @dependabot
- ⬆️ Bump pyupgrade from 2.25.0 to 2.26.0 (#197) @dependabot
- ⬆️ Bump sphinx from 4.1.2 to 4.2.0 (#194) @dependabot
- ⬆️ Bump ipykernel from 6.4.0 to 6.4.1 (#196) @dependabot
- ⬆️ Bump interrogate from 1.4.0 to 1.5.0 (#193) @dependabot
- ⬆️ Bump sphinx from 4.1.2 to 4.2.0 in /docs (#192) @dependabot
- ⬆️ Bump ipykernel from 6.3.1 to 6.4.0 (#191) @dependabot
v0.2.0
Changes
🚀 Features
🪲 Fixes
👷 Continuous Integration
📦 Dependencies
- Upgrade Python to 3.8 (#185) @paw-lu
- ⬆️ Bump pre-commit from 2.14.1 to 2.15.0 (#182) @dependabot
- ⬆️ Bump pillow from 8.3.1 to 8.3.2 (#183) @dependabot
- ⬆️ Bump xdoctest from 0.15.6 to 0.15.8 (#181) @dependabot
v0.1.0
Changes
🚨 Testing
📚 Documentation
📦 Dependencies
- ⬆️ Bump black from 21.7b0 to 21.8b0 (#151) @dependabot
- ⬆️ Bump ipykernel from 6.3.0 to 6.3.1 (#150) @dependabot
- ⬆️ Bump sphinx from 3.5.4 to 4.1.2 (#149) @dependabot
- Bump sphinx-rtd-theme from 0.5.1 to 0.5.2 in /docs (#20) @dependabot
- ⬆️ Bump sphinx-click from 2.6.0 to 3.0.1 in /docs (#87) @dependabot
- ⬆️ Bump sphinx-click from 2.7.1 to 3.0.1 (#88) @dependabot
- ⬆️ Bump typer from 0.3.2 to 0.4.0 (#143) @dependabot
- ⬆️ Bump pytest from 6.2.4 to 6.2.5 (#144) @dependabot
- ⬆️ Bump typing-extensions from 3.10.0.1 to 3.10.0.2 (#142) @dependabot
- ⬆️ Bump ipykernel from 6.2.0 to 6.3.0 (#145) @dependabot
- ⬆️ Bump pre-commit from 2.14.0 to 2.14.1 (#141) @dependabot
- ⬆️ Bump rich from 10.7.0 to 10.9.0 (#140) @dependabot
- ⬆️ Bump ipython from 7.26.0 to 7.27.0 (#139) @dependabot
- ⬆️ Bump ipykernel from 5.5.5 to 6.2.0 (#132) @dependabot
- ⬆️ Bump httpx from 0.18.2 to 0.19.0 (#134) @dependabot
- ⬆️ Bump importlib-metadata from 4.6.3 to 4.8.1 (#138) @dependabot
- ⬆️ Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#135) @dependabot
- ⬆️ Bump poetry from 1.1.7 to 1.1.8 in /.github/workflows (#133) @dependabot
- ⬆️ Bump pygments from 2.9.0 to 2.10.0 (#130) @dependabot
- ⬆️ Bump pip from 21.2.3 to 21.2.4 in /.github/workflows (#128) @dependabot
- ⬆️ Bump sphinx from 4.0.2 to 4.1.2 in /docs (#114) @dependabot
- ⬆️ Bump virtualenv from 20.7.1 to 20.7.2 in /.github/workflows (#127) @dependabot
- ⬆️ Bump pep8-naming from 0.12.0 to 0.12.1 (#123) @dependabot
- ⬆️ Bump virtualenv from 20.7.0 to 20.7.1 in /.github/workflows (#126) @dependabot
- ⬆️ Bump xdoctest from 0.15.5 to 0.15.6 (#125) @dependabot
- ⬆️ Bump types-click from 7.1.2 to 7.1.5 (#124) @dependabot
- ⬆️ Bump pre-commit from 2.13.0 to 2.14.0 (#122) @dependabot
- ⬆️ Bump pip from 21.2.2 to 21.2.3 in /.github/workflows (#121) @dependabot
- ⬆️ Bump rich from 10.6.0 to 10.7.0 (#120) @dependabot
- ⬆️ Bump ipython from 7.25.0 to 7.26.0 (#119) @dependabot
- ⬆️ Bump importlib-metadata from 4.6.1 to 4.6.3 (#118) @dependabot
- ⬆️ Bump virtualenv from 20.6.0 to 20.7.0 in /.github/workflows (#116) @dependabot
- ⬆️ Bump pip from 21.2.1 to 21.2.2 in /.github/workflows (#117) @dependabot
- ⬆️ Bump pep8-naming from 0.11.1 to 0.12.0 (#103) @dependabot
- ⬆️ Bump pdbpp from 0.10.2 to 0.10.3 (#105) @dependabot
- ⬆️ Bump reorder-python-imports from 2.5.0 to 2.6.0 (#115) @dependabot
- ⬆️ Bump black from 21.6b0 to 21.7b0 (#111) @dependabot
- ⬆️ Bump rich from 10.5.0 to 10.6.0 (#106) @dependabot
- ⬆️ Bump pip from 21.1.3 to 21.2.1 in /.github/workflows (#112) @dependabot
- ⬆️ Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#113) @dependabot
- ⬆️ Bump virtualenv from 20.4.7 to 20.6.0 in /.github/workflows (#109) @dependabot
- ⬆️ Bump codecov/codecov-action from 1.5.2 to 2.0.1 (#110) @dependabot
- ⬆️ Bump importlib-metadata from 4.6.0 to 4.6.1 (#100) @dependabot
- ⬆️ Bump xdoctest from 0.15.4 to 0.15.5 (#99) @dependabot
- ⬆️ Bump pip from 21.1.2 to 21.1.3 in /.github/workflows (#95) @dependabot
- ⬆️ Bump poetry from 1.1.6 to 1.1.7 in /.github/workflows (#96) @dependabot
- ⬆️ Bump importlib-metadata from 4.5.0 to 4.6.0 (#97) @dependabot
- ⬆️ Bump ipython from 7.24.1 to 7.25.0 (#98) @dependabot
- ⬆️ Bump mypy from 0.902 to 0.910 (#94) @dependabot
- ⬆️ Bump rich from 10.3.0 to 10.4.0 (#93) @dependabot
- ⬆️ Bump actions/download-artifact from 2.0.9 to 2.0.10 (#89) @dependabot
- ⬆️ Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#90) @dependabot
- ⬆️ Bump types-click from 7.1.1 to 7.1.2 (#91) @dependabot
- ⬆️ Bump httpx from 0.18.1 to 0.18.2 (#92) @dependabot
- ⬆️ Bump mypy from 0.812 to 0.902 (#83) @dependabot
- ⬆️ Bump pre-commit-hooks from 3.4.0 to 4.0.1 (#68) @dependabot
- ⬆️ Bump nox-poetry from 0.8.5 to 0.8.6 in /.github/workflows (#85) @dependabot
- ⬆️ Bump nox from 2021.6.6 to 2021.6.12 in /.github/workflows (#86) @dependabot
- ⬆️ Bump rich from 10.2.2 to 10.3.0 (#84) @dependabot
- ⬆️ Bump pre-commit from 2.12.1 to 2.13.0 (#74) @dependabot
- ⬆️ Bump black from 21.5b2 to 21.6b0 (#82) @dependabot
- ⬆️ Bump ipython from 7.23.1 to 7.24.1 (#81) @dependabot
- ⬆️ Bump importlib-metadata from 4.0.1 to 4.5.0 (#80) @dependabot
- ⬆️ Bump ipykernel from 5.5.4 to 5.5.5 (#65) @dependabot
- ⬆️ Bump sphinx from 3.5.4 to 4.0.2 in /docs (#71) @dependabot
- ⬆️ Bump typeguard from 2.12.0 to 2.12.1 (#79) @dependabot
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 (#75) @dependabot
- ⬆️ Bump nox from 2020.12.31 to 2021.6.6 in /.github/workflows (#77) @dependabot
- ⬆️ Bump black from 21.5b0 to 21.5b2 (#76) @dependabot
- ⬆️ Bump codecov/codecov-action from 1.5.0 to 1.5.2 (#78) @dependabot
- ⬆️ Bump rich from 10.1.0 to 10.2.2 (#70) @dependabot
- ⬆️ Bump pip from 21.1.1 to 21.1.2 in /.github/workflows (#72) @dependabot
- ⬆️ Bump virtualenv from 20.4.6 to 20.4.7 in /.github/workflows (#73) @dependabot
- Bump ipykernel from 5.5.3 to 5.5.4 (#60) @dependabot
- Bump virtualenv from 20.4.4 to 20.4.6 in /.github/workflows (#58) @dependabot
- Bump ipython from 7.23.0 to 7.23.1 (#59) @dependabot
- Bump pytest from 6.2.3 to 6.2.4 (#56) @dependabot
- Bump black from 21.4b2 to 21.5b0 (#57) @dependabot
- Bump flake8-rst-docstrings from 0.2.2 to 0.2.3 (#54) @dependabot
- Bump pygments from 2.8.1 to 2.9.0 (#55) @dependabot
- Bump codecov/codecov-action from v1.4.1 to v1.5.0 (#53) @dependabot
- Bump ipython from 7.22.0 to 7.23.0 (#52) @dependabot
- Bump typing-extensions from 3.7.4.3 to 3.10.0.0 (#51) @dependabot
- Bump pip from 21.1 to 21.1.1 in /.github/workflows (#50) @dependabot
- Bump nox-poetry from 0.8.4 to 0.8.5 in /.github/workflows (#48) @dependabot
- Bump importlib-metadata from 4.0.0 to 4.0.1 (#40) @dependabot
- Bump virtualenv from 20.4.3 to 20.4.4 in /.github/workflows (#38) @dependabot
- Bump reorder-python-imports from 2.4.0 to 2.5.0 (#42) @dependabot
- Bump pip from 21.0.1 to 21.1 in /.github/workflows (#41) @dependabot
- Bump flake8-rst-docstrings from 0.1.2 to 0.2.2 (#49) @dependabot
- Bump black from 20.8b1 to 21.4b2 (#47) @dependabot
- Bump codecov/codecov-action from v1.4.0 to v1.4.1 (#39) @dependabot
- Bump poetry from 1.1.5 to 1.1.6 in /.github/workflows (#31) @dependabot
- Bump pre-commit from 2.12.0 to 2.12.1 (#37) @dependabot
- Bump codecov/codecov-action from v1.3.2 to v1.4.0 (#35) @dependabot
- Bump importlib-metadata from 3.10.1 to 4.0.0 (#36) @dependabot
- Bump flake8-rst-docstrings from 0.0.14 to 0.1.2 (#34) @dependabot
- Bump flake8 from 3.9.0 to 3.9.1 (#32) @dependabot
- Bump actions/setup-python from v2.2.1 to v2.2.2 (#28) @dependabot
- Bump actions/cache from v2.1.4 to v2.1.5 (#29) @dependabot
- Bump importlib-metadata from 3.10.0 to 3.10.1 (#30) @dependabot
- Bump sphinx from 3.5.3 to 3.5.4 (#27) @dependabot
- Bump sphinx from 3.5.3 to 3.5.4 in /docs (#26) @dependabot
- Bump sphinx-autobuild from 2020.9.1 to 2021.3.14 (#6) @dependabot
- Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#21) @dependabot
- Bump actions/download-artifact from v2.0.8 to v2.0.9 (#22) @dependabot
- Bump pre-commit from 2.11.1 to 2.12.0 (#23) @dependabot
- Bump rich from 9.13.0 to 10.1.0 (#24) @dependabot
- Bump codecov/codecov-action from v1.2.2 to v1.3.2 (#19) @dependabot
- Update actions/checkout requirement to v2.3.4 (#1) @dependabot
- Bump nox-poetry from 0.8.2 to 0.8.4 in /.github/workflows (#3) @dependabot
- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#4) @dependabot
- Bump sphinx from 3.5.2 to 3.5.3 in /docs (#13) @dependabot
- Bump virtualenv from 20.4.2 to 20.4.3 in /.github/workflows (#5) @dependabot