Skip to content

Releases: paw-lu/nbpreview

v0.5.0

22 Dec 04:57
98e3a46
Compare
Choose a tag to compare

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

📦 Dependencies

v0.4.0

14 Dec 03:10
71fe4bf
Compare
Choose a tag to compare

Changes

🚀 Features

📦 Dependencies

v0.3.0

29 Oct 03:53
52a66c8
Compare
Choose a tag to compare

Changes

🚀 Features

🚨 Testing

  • Move long expected test outputs to external files (#232) @paw-lu

👷 Continuous Integration

🔨 Refactoring

💄 Style

  • Repalce reorder-python-imports with isort (#233) @paw-lu

📦 Dependencies

v0.2.0

10 Sep 01:05
21adf9f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add ability to draw images using text art (#187) @paw-lu

🪲 Fixes

👷 Continuous Integration

📦 Dependencies

v0.1.0

01 Sep 02:55
329eb5c
Compare
Choose a tag to compare

Changes

🚨 Testing

📚 Documentation

📦 Dependencies