Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 3.96 KB

HISTORY.md

File metadata and controls

74 lines (46 loc) · 3.96 KB

Release History

master

0.6.0 (2020-09-09)

Enhancements

  • #88 Support Page Up/Down for switching slides. #90 by Gaby.

Bugfixes

  • #83 Having two consecutive image inclusion lines causes NotImplementedError. #85 by Vinayak Mehta.
  • #82 Using markdown comments throws NotImplementedError. #84 by Vinayak Mehta.
  • #80 Image paths aren't relative to the current working directory. #81 by Tymoteusz Makowski.

Documentation

  • Add a gallery! #74 by Vinayak Mehta.
  • #36 Add contributing guide. #69 by Vinayak Mehta.

0.5.1 (2020-08-31)

Bugfixes

  • #48, #54, #52 Remove italics support temporarily. #58 by Vinayak Mehta.
  • #55 Yank versions older than 0.5.0 from PyPI because they didn't have python_requires>=3.7.

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!