File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1- future-release=v1.3.1
1+ future-release=v1.4.0
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v1.3.1] ( https://github.com/didix21/mdutils/tree/v1.3.1 ) (2021-07-10)
3+ ## [ v1.4.0] ( https://github.com/didix21/mdutils/tree/v1.4.0 ) (2022-05-31)
4+
5+ [ Full Changelog] ( https://github.com/didix21/mdutils/compare/v1.3.1...v1.4.0 )
6+
7+ ** Implemented enhancements:**
8+
9+ - Add fontsize increase option for Paragraph [ \# 54] ( https://github.com/didix21/mdutils/issues/54 )
10+ - Added ` get\_md\_text ` method to ` MdUtils ` class. [ \# 61] ( https://github.com/didix21/mdutils/pull/61 ) ([ Patitotective] ( https://github.com/Patitotective ) )
11+
12+ ** Fixed bugs:**
13+
14+ - Unwanted line break in link url breaks the link [ \# 70] ( https://github.com/didix21/mdutils/issues/70 )
15+ - Varying Title level leads to IndexError in \_\_ add\_ new\_ item\_ table\_ of\_ content [ \# 68] ( https://github.com/didix21/mdutils/issues/68 )
16+ - GH-70 , GH-73 : fix unwanted link and table breaks [ \# 74] ( https://github.com/didix21/mdutils/pull/74 ) ([ didix21] ( https://github.com/didix21 ) )
17+ - Escape "|" in Table.create\_ table [ \# 63] ( https://github.com/didix21/mdutils/pull/63 ) ([ jaredliw] ( https://github.com/jaredliw ) )
18+
19+ ** Closed issues:**
20+
21+ - travis-ci.org is ceased and tests are not running [ \# 62] ( https://github.com/didix21/mdutils/issues/62 )
22+
23+ ** Merged pull requests:**
24+
25+ - Import coverage to codecov [ \# 66] ( https://github.com/didix21/mdutils/pull/66 ) ([ didix21] ( https://github.com/didix21 ) )
26+ - 62: Move test workflow from travis to github actions [ \# 65] ( https://github.com/didix21/mdutils/pull/65 ) ([ didix21] ( https://github.com/didix21 ) )
27+
28+ ## [ v1.3.1] ( https://github.com/didix21/mdutils/tree/v1.3.1 ) (2021-07-09)
429
530[ Full Changelog] ( https://github.com/didix21/mdutils/compare/v1.3.0...v1.3.1 )
631
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = '1.3.1 '
29+ release = '1.4.0 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (name = 'mdutils' ,
4- version = '1.3.1 ' ,
4+ version = '1.4.0 ' ,
55 license = 'MIT' ,
66 author = 'Didac Coll' ,
77
You can’t perform that action at this time.
0 commit comments