v1.3.1 (2021-07-10)
Fixed bugs:
- NameError: name 'create_md_file' is not define #50
- Solve max text length #6
- convert value to str before adding it to a char #56 (anaskhl)
Merged pull requests:
- Add release drafter action #58 (didix21)
- Add PR labeler action #57 (didix21)
- Fix #6: add option to wrap text on new lines, paragraphs and writes #53 (mhmdkanj)
- make text_align be a list not only str or None #47 (sgsokol)
v1.3.0 (2020-09-12)
Implemented enhancements:
- Implement #43 Allow table of contents to generate from arbitrary depth of headers #44 (mythWizard)
Fixed bugs:
- Default text align for tables should use --- #42
- Fix #42 Default table's text_align should be '---' #45 (didix21)
Closed issues:
v1.2.2 (2020-06-21)
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:
- Update issue templates #35 (didix21)
- Create CODE_OF_CONDUCT.md #34 (didix21)
- update Readme.md #32 (Alexmod)
v1.2.1 (2020-05-08)
Merged pull requests:
v1.1.1 (2020-04-20)
v1.1.0 (2020-04-20)
Implemented enhancements:
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:
- Add HTML for image support #28 #29 (didix21)
- Add support for markdown images #3 #27 (didix21)
- Add coveralls #26 (arnsangra)
- Exclude ide files #25 (arnsangra)
- FIX #20: Delete TextUtils.text_color() extra spaces #21 (didix21)
v1.0.0 (2018-05-10)
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:
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator