Skip to content

Latest commit

 

History

History
258 lines (155 loc) · 13.1 KB

File metadata and controls

258 lines (155 loc) · 13.1 KB

Changelog

v1.8.1 (2025-10-18)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Text starting with ** (bold) breaks new_list method #116
  • fix: Text starting with ** (bold) breaks new_list method #117 (didix21)

Merged pull requests:

v1.8.0 (2025-07-10)

Full Changelog

v1.7.0 (2025-06-05)

Full Changelog

Implemented enhancements:

  • Enable specifying title header style, default being setext #112 (tonur)
  • Refactor Header #94 (didix21)

Fixed bugs:

  • Cannot specify style of title, so the style of the first header is always "setext" even though the default style of other headers is "atx" #111
  • fix: add IDE support for List argument of text_align in new_table #109 (natebwangsut)
  • Remove extra spaces added by new_line() #103 (bbodenmiller)

Closed issues:

  • Fix example for example provided #106
  • README.md Broken examples in Create Links section #105
  • . #102
  • Clarifying documentation around MdUtils filename param #98
  • Implement automated releases #88

Merged pull requests:

  • Update codecov github action and add analytics #110 (didix21)
  • GH-105: README.md Broken examples in Create Links section #108 (didix21)
  • GH-106: Fix example for example provided #107 (didix21)
  • Update documentation for MdUtils filename param #99 (3sbwya)
  • GH-88: Automate release candidate #97 (didix21)

v1.6.0 (2023-04-29)

Full Changelog

Implemented enhancements:

  • DEPRECATION on setup.py #80
  • Code adherence to PEP 8 #46
  • GH-80: Support poetry build system #93 (didix21)
  • GH-84: Add types to mdutils methods #85 (didix21)

Fixed bugs:

  • DeprecationWarning with Python 3.11 #90

Closed issues:

  • Add types on mdutils methods #84

Merged pull requests:

v1.5.1 (2023-03-11)

Full Changelog

Fixed bugs:

  • MarkDownFile not accepting absolute file path anymore #81
  • Fix #81: Absolute path are broken #83 (didix21)

v1.5.0 (2023-02-11)

Full Changelog

Implemented enhancements:

  • Introduce header_id as parameter for headers #78 (kieferro)

Fixed bugs:

  • converting html tables to markdown creates unusable tables #73

Closed issues:

  • Add Id to header #77
  • mkreports package #71

Merged pull requests:

v1.4.0 (2022-05-31)

Full Changelog

Implemented enhancements:

  • Add fontsize increase option for Paragraph #54
  • Added get_md_text method to MdUtils class. #61 (Patitotective)

Fixed bugs:

  • Unwanted line break in link url breaks the link #70
  • Varying Title level leads to IndexError in __add_new_item_table_of_content #68
  • GH-70, GH-73: fix unwanted link and table breaks #74 (didix21)
  • Escape "|" in Table.create_table #63 (jaredliw)

Closed issues:

  • travis-ci.org is ceased and tests are not running #62

Merged pull requests:

  • Import coverage to codecov #66 (didix21)
  • 62: Move test workflow from travis to github actions #65 (didix21)

v1.3.1 (2021-07-09)

Full Changelog

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)

Full Changelog

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:

  • Allow creation of Table of Contents with arbitrary depth #43
  • write file to specified path #41

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