File: ChangeLog

package info (click to toggle)
presentty 0.2.1-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 420 kB
  • sloc: python: 1,691; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 891 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
CHANGES
=======

0.2.1
-----

* Make bulleted lists more robust
* Fix syntax error in requirements file
* Handle LF-only ansi art
* Use getFlowedText in line block elements
* Fix encoding error in rst.py test function
* Add format-patch instruction
* Fail gracefully if jp2a is not installed
* Fail nicer if figlet/cowsay not installed
* Include navigation hints in demo presentation
* Proof-read demo presentation
* Fix loading images:
* Example using tree output and fix for the utf-8 characters that tree uses
* Allow scaling of images
* Pin Pillow
* Fix setting of default transition

0.2.0
-----

* Update Git URL and add contributing docs
* Add a tilt transition
* Use the q key to quit gracefully
* Use configured transition duration

0.1.1
-----

* README.rst: fix typo

0.1.0
-----

* Add source location to README
* Add support for bright bg colors in ansi parser
* Initial commit