Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.33 KB

HISTORY.md

File metadata and controls

48 lines (30 loc) · 2.33 KB

Release History

master

0.5.0 (2020-08-30)

Enhancements

  • #26 Add codio support. #20 by Vinayak Mehta.
  • #35 Support bold/italic text, inline code, links and block quotes. #38 by Vinayak Mehta.
  • #32 Make level 3 headings bold. #33 by Vinayak Mehta.
  • Allow pressing spacebar to go to next slide. #30 by Thomas Royal.
  • #27 Don't raise an error for unsupported markdown elements. #34 by Vinayak Mehta.
  • Unvendor mistune.

Bugfixes

  • #28 Render single elements using mid point. #31 by Vinayak Mehta.

0.4.0 (2020-08-27)

Enhancements

  • Allow Slideshow to be used as a context manager. #18 by Clint Lawrence.

    Also, the earlier duct tape fix os.system('reset') (to not leave the terminal in an abnormal state after exit) is replaced with a screen.close() which is much better because the earlier fix wouldn't work on Windows.

  • Move an element to the center when there is only one on a slide. 6a0b045 by Vinayak Mehta.

0.3.0 (2020-08-20)

Enhancements

  • #17 Raise informative error when image file does not exist. 564fa72 by Vinayak Mehta.

Bugfixes

  • #16 Add variable size for h1 headings. 446385d by Vinayak Mehta.

0.2.0 (2020-08-20)

  • First working release!