Skip to content

Releases: d0c-s4vage/lookatme

v3.0.0-rc5

14 Mar 13:57
Compare
Choose a tag to compare
v3.0.0-rc5 Pre-release
Pre-release

What's Changed

Bug fixes

Full Changelog: v3.0.0rc4...v3.0.0-rc5

v3.0.0rc4

01 Feb 14:40
Compare
Choose a tag to compare
v3.0.0rc4 Pre-release
Pre-release

What's Changed

New Features

Full Changelog: v3.0.0rc3...v3.0.0rc4

v3.0.0rc3

26 Jan 14:22
Compare
Choose a tag to compare
v3.0.0rc3 Pre-release
Pre-release

What's Changed

New Features

  • Adds GitHub Actions workflow to deploy new documentation by @d0c-s4vage in #210

Other Changes

Full Changelog: v3.0.0rc2...v3.0.0rc3

v2.5.0

27 Oct 13:19
Compare
Choose a tag to compare

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

16 Oct 17:04
421c9b7
Compare
Choose a tag to compare

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

03 Oct 13:18
Compare
Choose a tag to compare

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

23 Oct 05:59
Compare
Choose a tag to compare

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

22 Oct 14:17
Compare
Choose a tag to compare

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

16 Oct 04:46
Compare
Choose a tag to compare

Adds customizable slide margins and paddings

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

v2.0.0

10 Oct 03:56
Compare
Choose a tag to compare

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