Skip to content

Commit

Permalink
Version bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d0c-s4vage committed Oct 9, 2020
1 parent 736a48b commit 84975d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- [v2.0.0](#v200)
- [v1.3.0](#v130)
- [v1.2.1](#v121)
- [v1.2.0](#v120)
Expand All @@ -13,6 +14,16 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## 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](https://github.com/d0c-s4vage/lookatme/issues/101) | Inline render functions should be able to return urwid Widgets |

## v1.3.0

Vertical scrolling on overflowed slides now works, added `--single` and `--one`
Expand Down

0 comments on commit 84975d2

Please sign in to comment.