Releases: d0c-s4vage/lookatme
v3.0.0-rc5
What's Changed
Bug fixes
- Support all tokens by @d0c-s4vage in #214
- Fix rendering empty markdown content by @d0c-s4vage in #215
- Handle empty slides by @d0c-s4vage in #216
- Use the DejaVuSansMono* fonts from d0c-s4vage/dejavu-fonts-mono-… by @d0c-s4vage in #217
Full Changelog: v3.0.0rc4...v3.0.0-rc5
v3.0.0rc4
What's Changed
New Features
- 3.0 - Adds better HTML rendering by @d0c-s4vage in #213
Full Changelog: v3.0.0rc3...v3.0.0rc4
v3.0.0rc3
What's Changed
New Features
- Adds GitHub Actions workflow to deploy new documentation by @d0c-s4vage in #210
Other Changes
- Feature 208 render pr issue markdown by @d0c-s4vage in #209
Full Changelog: v3.0.0rc2...v3.0.0rc3
v2.5.0
Adds the --tutorial
CLI option.
type | PR/ticket | author | description |
---|---|---|---|
feature | #169 | @d0c-s4vage | Adds the --tutorial CLI option |
bug | #168 | @d0c-s4vage | Adds documentation for progressive slides |
v2.4.1
Bug fix - theme and style override precedence issues. The CLI params --theme
and --style
and other general style precedence issues are fixed.
type | PR/ticket | author | description |
---|---|---|---|
bug | #123 | @d0c-s4vage | Fixes CLI --theme , --style , and general style override issues |
v2.4.0
Bug fixes, new features, new CI, getting ready for v3.0.
type | PR/ticket | author | description |
---|---|---|---|
feature | !124 | @agateau | Adds support for progressive slides with <!-- stop --> markers |
bug | !125 | @agateau | Fixes conflicting CLI -s arguments |
bug | !133 | @AMDmi3 | Excludes tests dir from packages |
bug | #126 | @d0c-s4vage | Fix unit test failues |
bug | !141 | @corydodt | Fix click requirements range |
feature | !150 | @d0c-s4vage | New CI that uses GitHub actions |
bug | !151 | @d0c-s4vage | Fix linter errors |
v2.3.0
Makes the user aware of any new, not-already-manually-approved extensions
that the source markdown wants to load.
Also checks all loaded extensions for a user_warnings
function that returns
a list of messages to display to the user before using the extension.
Adds new -i
, --safe
, and --no-ext-warn
command-line arguments.
type | ticket | description |
---|---|---|
feature | #109 | More robust extension handling, does not auto-load by default |
v2.2.0
v2.1.0
v2.0.0
Changes render_text
to be able to support widgets instead of only text
attributes. This is a breaking change to the interface of render_text
.
Plugins that relied on render_text
will need to be updated.
type | ticket | description |
---|---|---|
feature | #101 | Inline render functions should be able to return urwid Widgets |