|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.7.0](https://github.com/didix21/mdutils/tree/v1.7.0) (2025-06-05) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/didix21/mdutils/compare/v1.6.0...v1.7.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Enable specifying title header style, default being setext [\#112](https://github.com/didix21/mdutils/pull/112) ([tonur](https://github.com/tonur)) |
| 10 | +- Refactor Header [\#94](https://github.com/didix21/mdutils/pull/94) ([didix21](https://github.com/didix21)) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- 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](https://github.com/didix21/mdutils/issues/111) |
| 15 | +- fix: add IDE support for List argument of text\_align in new\_table [\#109](https://github.com/didix21/mdutils/pull/109) ([natebwangsut](https://github.com/natebwangsut)) |
| 16 | +- Remove extra spaces added by new\_line\(\) [\#103](https://github.com/didix21/mdutils/pull/103) ([bbodenmiller](https://github.com/bbodenmiller)) |
| 17 | + |
| 18 | +**Closed issues:** |
| 19 | + |
| 20 | +- Fix example for example provided [\#106](https://github.com/didix21/mdutils/issues/106) |
| 21 | +- README.md Broken examples in Create Links section [\#105](https://github.com/didix21/mdutils/issues/105) |
| 22 | +- . [\#102](https://github.com/didix21/mdutils/issues/102) |
| 23 | +- Clarifying documentation around MdUtils filename param [\#98](https://github.com/didix21/mdutils/issues/98) |
| 24 | +- Implement automated releases [\#88](https://github.com/didix21/mdutils/issues/88) |
| 25 | + |
| 26 | +**Merged pull requests:** |
| 27 | + |
| 28 | +- Update codecov github action and add analytics [\#110](https://github.com/didix21/mdutils/pull/110) ([didix21](https://github.com/didix21)) |
| 29 | +- GH-105: README.md Broken examples in Create Links section [\#108](https://github.com/didix21/mdutils/pull/108) ([didix21](https://github.com/didix21)) |
| 30 | +- GH-106: Fix example for example provided [\#107](https://github.com/didix21/mdutils/pull/107) ([didix21](https://github.com/didix21)) |
| 31 | +- Update documentation for MdUtils filename param [\#99](https://github.com/didix21/mdutils/pull/99) ([3sbwya](https://github.com/3sbwya)) |
| 32 | +- GH-88: Automate release candidate [\#97](https://github.com/didix21/mdutils/pull/97) ([didix21](https://github.com/didix21)) |
| 33 | + |
3 | 34 | ## [v1.6.0](https://github.com/didix21/mdutils/tree/v1.6.0) (2023-04-29) |
4 | 35 |
|
5 | 36 | [Full Changelog](https://github.com/didix21/mdutils/compare/v1.5.1...v1.6.0) |
|
24 | 55 | - GH-90: Avoid warning on python 3.11 [\#92](https://github.com/didix21/mdutils/pull/92) ([didix21](https://github.com/didix21)) |
25 | 56 | - Fix build badge [\#91](https://github.com/didix21/mdutils/pull/91) ([didix21](https://github.com/didix21)) |
26 | 57 | - GH-46: Add flake8 config [\#86](https://github.com/didix21/mdutils/pull/86) ([didix21](https://github.com/didix21)) |
27 | | -- Import coverage to codecov [\#66](https://github.com/didix21/mdutils/pull/66) ([didix21](https://github.com/didix21)) |
28 | 58 |
|
29 | 59 | ## [v1.5.1](https://github.com/didix21/mdutils/tree/v1.5.1) (2023-03-11) |
30 | 60 |
|
|
41 | 71 |
|
42 | 72 | **Implemented enhancements:** |
43 | 73 |
|
44 | | -- Introduce `header\_id` as parameter for headers [\#78](https://github.com/didix21/mdutils/pull/78) ([kieferro](https://github.com/kieferro)) |
| 74 | +- Introduce `header_id` as parameter for headers [\#78](https://github.com/didix21/mdutils/pull/78) ([kieferro](https://github.com/kieferro)) |
45 | 75 |
|
46 | 76 | **Fixed bugs:** |
47 | 77 |
|
|
65 | 95 | **Implemented enhancements:** |
66 | 96 |
|
67 | 97 | - Add fontsize increase option for Paragraph [\#54](https://github.com/didix21/mdutils/issues/54) |
68 | | -- Added `get\_md\_text` method to `MdUtils` class. [\#61](https://github.com/didix21/mdutils/pull/61) ([Patitotective](https://github.com/Patitotective)) |
| 98 | +- Added `get_md_text` method to `MdUtils` class. [\#61](https://github.com/didix21/mdutils/pull/61) ([Patitotective](https://github.com/Patitotective)) |
69 | 99 |
|
70 | 100 | **Fixed bugs:** |
71 | 101 |
|
|
80 | 110 |
|
81 | 111 | **Merged pull requests:** |
82 | 112 |
|
| 113 | +- Import coverage to codecov [\#66](https://github.com/didix21/mdutils/pull/66) ([didix21](https://github.com/didix21)) |
83 | 114 | - 62: Move test workflow from travis to github actions [\#65](https://github.com/didix21/mdutils/pull/65) ([didix21](https://github.com/didix21)) |
84 | 115 |
|
85 | 116 | ## [v1.3.1](https://github.com/didix21/mdutils/tree/v1.3.1) (2021-07-09) |
|
0 commit comments