|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.5.0](https://github.com/didix21/mdutils/tree/v1.5.0) (2023-02-11) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/didix21/mdutils/compare/v1.4.0...v1.5.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Introduce `header\_id` as parameter for headers [\#78](https://github.com/didix21/mdutils/pull/78) ([kieferro](https://github.com/kieferro)) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- converting html tables to markdown creates unusable tables [\#73](https://github.com/didix21/mdutils/issues/73) |
| 14 | + |
| 15 | +**Closed issues:** |
| 16 | + |
| 17 | +- Add Id to header [\#77](https://github.com/didix21/mdutils/issues/77) |
| 18 | +- mkreports package [\#71](https://github.com/didix21/mdutils/issues/71) |
| 19 | + |
| 20 | +**Merged pull requests:** |
| 21 | + |
| 22 | +- Update setup-python version [\#79](https://github.com/didix21/mdutils/pull/79) ([didix21](https://github.com/didix21)) |
| 23 | +- Modify tests to fix flakiness [\#76](https://github.com/didix21/mdutils/pull/76) ([blazyy](https://github.com/blazyy)) |
| 24 | +- Fix typos in README [\#75](https://github.com/didix21/mdutils/pull/75) ([kieferro](https://github.com/kieferro)) |
| 25 | + |
3 | 26 | ## [v1.4.0](https://github.com/didix21/mdutils/tree/v1.4.0) (2022-05-31) |
4 | 27 |
|
5 | 28 | [Full Changelog](https://github.com/didix21/mdutils/compare/v1.3.1...v1.4.0) |
|
84 | 107 | - Update issue templates [\#35](https://github.com/didix21/mdutils/pull/35) ([didix21](https://github.com/didix21)) |
85 | 108 | - Create CODE\_OF\_CONDUCT.md [\#34](https://github.com/didix21/mdutils/pull/34) ([didix21](https://github.com/didix21)) |
86 | 109 | - update Readme.md [\#32](https://github.com/didix21/mdutils/pull/32) ([Alexmod](https://github.com/Alexmod)) |
| 110 | +- Add support list in markdown [\#30](https://github.com/didix21/mdutils/pull/30) ([didix21](https://github.com/didix21)) |
87 | 111 |
|
88 | 112 | ## [v1.2.1](https://github.com/didix21/mdutils/tree/v1.2.1) (2020-05-08) |
89 | 113 |
|
90 | 114 | [Full Changelog](https://github.com/didix21/mdutils/compare/v1.1.1...v1.2.1) |
91 | 115 |
|
92 | | -**Merged pull requests:** |
93 | | - |
94 | | -- Add support list in markdown [\#30](https://github.com/didix21/mdutils/pull/30) ([didix21](https://github.com/didix21)) |
95 | | - |
96 | 116 | ## [v1.1.1](https://github.com/didix21/mdutils/tree/v1.1.1) (2020-04-20) |
97 | 117 |
|
98 | 118 | [Full Changelog](https://github.com/didix21/mdutils/compare/v1.1.0...v1.1.1) |
|
0 commit comments