Skip to content

Releases: pyTooling/pyTooling.TerminalUI

v1.5.9

17 Jun 23:34
6a01c78
Compare
Choose a tag to compare

Release created on: 17.06.2022 - 23:34:50

New Features

None

Changes

  • Bumped dependencies.

Bug Fixes

None

v1.5.8

16 May 20:31
a6c6910
Compare
Choose a tag to compare

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

02 Mar 18:10
c6bc252
Compare
Choose a tag to compare

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

26 Dec 18:01
121e80f
Compare
Choose a tag to compare

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 and pytest.ini into pyproject.toml.

Bug Fixes

  • Fixed URLs to Codacy.

v1.5.5

16 Dec 08:05
dcbd86b
Compare
Choose a tag to compare

Release created on: 16.12.2021 - 08:05:08

New Features

None

Changes

  • Updated dependencies after merging pyTooling.Packaging into pyTooling.
  • Updated workflow after changing Python code packaging to use build.
  • Added pyproject.toml.
  • Using __keywords__ variable for packaging.

Bug Fixes

None

v1.5.4

11 Dec 21:12
4481d0e
Compare
Choose a tag to compare

Release created on: 11.12.2021 - 21:12:26

New Features

  • Added documentation license (CC-BY 4.0)

Changes

  • Using pyTooling.Packaging for conf.py and setup.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

21 Nov 19:23
5906f16
Compare
Choose a tag to compare

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

21 Nov 19:08
0da083f
Compare
Choose a tag to compare
v1.5.2 Pre-release
Pre-release

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 in setup.py and doc/conf.py.

Changes

  • Usage of f-strings instead of .format(...)
  • Exchanged links in shields and documentation after namespace change from Paebbels to pyTooling.
  • Reviewed dependencies and reduced many of them to pyTooling.
  • Documented dependencies to mypy and lxml for static type checking for test environments.

Bug Fixes

  • Fixed cross-reference in documentation.

v1.5.1

09 Nov 04:25
4c16b6b
Compare
Choose a tag to compare

Release created on: 09.11.2021 - 04:25:08

New Features

  • None

Changes

  • Changed documentation generation to BTD.

Bug Fixes

  • None

v1.5.0

09 Nov 03:44
12abe3d
Compare
Choose a tag to compare

Release created on: 09.11.2021 - 03:44:50

New Features

  • Enabled Python 3.10 testing

Changes

  • Renamed pyTerminalUI to pyTooling.TerminalUI.
  • Improved .gitignore file.
  • Changed documentation generation to BTD.
  • Rework Sphinx configuration

Bug Fixes

  • None