From 21071f848e0ec17d8b69abe79e0b7d2603051fd2 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Fri, 3 Sep 2021 19:25:15 +0430 Subject: [PATCH 1/2] doc : README updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42337cff..cee6632f 100644 --- a/README.md +++ b/README.md @@ -647,7 +647,7 @@ ___ ____ ____ ___ >>> help(set_default) Help on function set_default in module art.art: -set_default(font='standard', chr_ignore=True, filename='art', print_status=True, overwrite=False, decoration=None) +set_default(font='standard', chr_ignore=True, filename='art', print_status=True, overwrite=False, decoration=None, sep='\n') Change text2art, tprint and tsave default values. :param font: input font @@ -662,6 +662,8 @@ set_default(font='standard', chr_ignore=True, filename='art', print_status=True, :type overwrite:bool :param decoration: input decoration :type decoration:str + :param sep: line separator char + :type sep: str :return: None >>> tprint("test") From 9fb893859c3b081975d438a11f5f47d908117ed0 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Fri, 3 Sep 2021 20:07:55 +0430 Subject: [PATCH 2/2] doc : CHANGELOG updated --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58bac919..c8f5a99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Changed -- `greetings.yml` removed. -- `test.py` modified. +- `test.py` modified +### Removed +- `greetings.yml` ## [5.3] - 2021-08-30 ### Added - 10 new font @@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `fantasy` font renamed to `fantasy1` - `upside_down` font renamed to `upside_down1` - `sep` parameter added to `text2art`, `tprint`, `tsave` and `set_default` functions +- Default line separator changed from `\r\n` to `\n` - `__word2art` function modified - Escaped `\ ` in string literals ## [5.2] - 2021-05-05