Releases: pyTooling/pyTooling.TerminalUI
Releases · pyTooling/pyTooling.TerminalUI
v1.5.9
v1.5.8
Release created on: 16.05.2022 - 20:31:05
New Features
- Added
py.typed
marker. - Added VScode settings.
Changes
- Bumped dependencies.
- Updated code to support pyTooling ≥2.0.0
Bug Fixes
- Fixed Jinja template for autoapi.
v1.5.7
Release created on: 02.03.2022 - 18:10:02
New Features
- Added new dependabot rule to check for GH action updates.
Changes
- Bumped dependencies.
- Added modified Jinja template for autoapi.
Bug Fixes
- Fixed artifact cleanup rules.
v1.5.6
Release created on: 26.12.2021 - 18:01:19
New Features
None
Changes
- Reworked file header.
- Bumped dependencies.
- Fixed issues reported by Codacy.
- Improved error messages in overloaded comparison operators.
- Merged
.coveragerc
andpytest.ini
intopyproject.toml
.
Bug Fixes
- Fixed URLs to Codacy.
v1.5.5
Release created on: 16.12.2021 - 08:05:08
New Features
None
Changes
- Updated dependencies after merging
pyTooling.Packaging
intopyTooling
. - Updated workflow after changing Python code packaging to use
build
. - Added
pyproject.toml
. - Using
__keywords__
variable for packaging.
Bug Fixes
None
v1.5.4
Release created on: 11.12.2021 - 21:12:26
New Features
- Added documentation license (CC-BY 4.0)
Changes
- Using
pyTooling.Packaging
forconf.py
andsetup.py
. - Using new
pyTooling/Actions
to simplify the GHA workflow. - Removed ReadTheDocs configuration file.
- Reworked dependencies and documented them.
- Documented dependencies.
Bug Fixes
- Fixed BuildTheDocs configuration.
v1.5.3
Release created on: 21.11.2021 - 19:23:56
This version fixes the broken version v1.5.2.
New Features
- None
Changes
- Added missing code to extract author, email, copyright, version, ... from Python code in Sphinx configuration.
Bug Fixes
- Fixed path to
__init__.py
for version information extraction.
v1.5.2
Release created on: 21.11.2021 - 19:08:18
New Features
- Read author, email, copyright, version, ... information from a single source (
__init__.py
) and us it insetup.py
anddoc/conf.py
.
Changes
- Usage of f-strings instead of
.format(...)
- Exchanged links in shields and documentation after namespace change from
Paebbels
topyTooling
. - Reviewed dependencies and reduced many of them to
pyTooling
. - Documented dependencies to
mypy
andlxml
for static type checking for test environments.
Bug Fixes
- Fixed cross-reference in documentation.
v1.5.1
Release created on: 09.11.2021 - 04:25:08
New Features
- None
Changes
- Changed documentation generation to BTD.
Bug Fixes
- None
v1.5.0
Release created on: 09.11.2021 - 03:44:50
New Features
- Enabled Python 3.10 testing
Changes
- Renamed
pyTerminalUI
topyTooling.TerminalUI
. - Improved .gitignore file.
- Changed documentation generation to BTD.
- Rework Sphinx configuration
Bug Fixes
- None