D0c S4vage Lookatme Versions Save

An interactive, terminal-based markdown presenter

v3.0.0-rc5

1 year ago

What's Changed

Bug fixes

Full Changelog: https://github.com/d0c-s4vage/lookatme/compare/v3.0.0rc4...v3.0.0-rc5

v3.0.0rc4

1 year ago

What's Changed

New Features

Full Changelog: https://github.com/d0c-s4vage/lookatme/compare/v3.0.0rc3...v3.0.0rc4

v3.0.0rc3

1 year ago

What's Changed

New Features

Other Changes

Full Changelog: https://github.com/d0c-s4vage/lookatme/compare/v3.0.0rc2...v3.0.0rc3

v2.5.0

1 year ago

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

1 year ago

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

1 year ago

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

3 years ago

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

3 years ago

Removes copyrighted image, adds -e and --exts options

type ticket description
feature #103 Adds ability to pre-load extensions
bug #107 Removes copyrighted image

v2.1.0

3 years ago

Adds customizable slide margins and paddings

type ticket description
feature #95 Make slide padding and margins customizable

v2.0.0

3 years ago

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