Skip to content

Latest commit

 

History

History
89 lines (54 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

89 lines (54 loc) · 4.37 KB

Changelog

v1.2.2 (2020-06-21)

Full Changelog

Implemented enhancements:

  • Add support for markdown lists #4

Fixed bugs:

  • Missing .md extension when filename has 'md' #37
  • Table of contents link does not work when headers contain special characters #36
  • Fix #36: Delete special characters when creating toc links #40 (didix21)
  • Fix #37: Add .md extension if name contains md word #39 (didix21)

Closed issues:

  • SyntaxError: invalid syntax #31

Merged pull requests:

v1.2.1 (2020-05-08)

Full Changelog

Merged pull requests:

v1.1.1 (2020-04-20)

Full Changelog

v1.1.0 (2020-04-20)

Full Changelog

Implemented enhancements:

  • Inline links #12
  • Create an Example #5
  • Add support for markdown images #3
  • Features to develop #2

Closed issues:

  • Add HTML for image support #28
  • Exclude IDE related files from project #24
  • how #23
  • Write to specified path? #22
  • TextUtils.text_color adds an extra space #20
  • Reference-Style Links #14

Merged pull requests:

v1.0.0 (2018-05-10)

Full Changelog

Implemented enhancements:

  • Improve new_header giving the option of not to include a header in the table of contents. #11
  • New method to add code #10
  • Improve write method: give format to text and place it with markers #9

Fixed bugs:

  • when add text as inline code with color doesn't work. #8
  • Solve line break on new_line method #7

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator