Skip to content

Releases: magmax/python-inquirer

v3.4.1

02 Aug 18:36
Compare
Choose a tag to compare

Changes

  • Add support for a Red theme to the currently provided built-in themes… (#687) @ofeknissan
  • remove python 3.8 as its EOL, add 3.13 (#689) @Cube707

👷 Continuous Integration

📦 Dependencies

  • build(deps): bump poetry from 1.7.1 to 2.1.3 in /.github/workflows (#678) @dependabot
  • build(deps): bump pip from 25.1.1 to 25.2 in /.github/workflows (#691) @dependabot
  • build(deps): bump codecov/codecov-action from 3 to 5 (#660) @dependabot
  • build(deps): bump pip from 25.0.1 to 25.1.1 in /.github/workflows (#679) @dependabot
  • build(deps): bump nox from 2025.2.9 to 2025.5.1 in /.github/workflows (#677) @dependabot
  • update cryptography package (#690) @Cube707
  • build(deps-dev): bump requests from 2.32.3 to 2.32.4 (#682) @dependabot
  • build(deps): bump furo from 2024.8.6 to 2025.7.19 in /docs (#686) @dependabot
  • build(deps): bump virtualenv from 20.29.3 to 20.32.0 in /.github/workflows (#685) @dependabot
  • build(deps-dev): bump safety from 3.3.1 to 3.6.0 (#684) @dependabot
  • build(deps): update pipx requirement from !=1.5,!=1.6.0,==1.4.3 to ==1.7.1 in /.github/workflows (#630) @dependabot
  • build(deps): bump virtualenv from 20.27.1 to 20.29.3 in /.github/workflows (#668) @dependabot
  • build(deps): bump myst-parser from 4.0.0 to 4.0.1 in /docs (#662) @dependabot
  • build(deps): bump nox from 2024.10.9 to 2025.2.9 in /.github/workflows (#665) @dependabot
  • build(deps): bump pip from 24.3.1 to 25.0.1 in /.github/workflows (#663) @dependabot
  • build(deps): bump sphinx from 8.1.3 to 8.2.3 in /docs (#661) @dependabot
  • update poetry lockfile (#659) @Cube707
  • build(deps-dev): bump safety from 3.2.5 to 3.2.14 (#655) @dependabot
  • build(deps-dev): bump virtualenv from 20.25.0 to 20.26.6 (#657) @dependabot
  • build(deps-dev): bump jinja2 from 3.1.4 to 3.1.6 (#658) @dependabot
  • build(deps-dev): bump tornado from 6.4.1 to 6.4.2 (#656) @dependabot
  • build(deps): bump pip from 24.2 to 24.3.1 in /.github/workflows (#650) @dependabot
  • build(deps): bump furo from 2024.5.6 to 2024.8.6 (#627) @dependabot
  • build(deps): bump virtualenv from 20.26.3 to 20.27.1 in /.github/workflows (#651) @dependabot
  • build(deps): bump sphinx from 8.0.2 to 8.1.3 in /docs (#644) @dependabot
  • build(deps): bump nox from 2023.4.22 to 2024.10.9 in /.github/workflows (#641) @dependabot
  • build(deps-dev): bump bandit from 1.7.9 to 1.7.10 (#636) @dependabot
  • build(deps-dev): bump pre-commit-hooks from 4.6.0 to 5.0.0 (#640) @dependabot
  • Upgrade GitHub Actions Artifacts to v4 (#654) @badranX

v3.4.0

12 Aug 12:03
Compare
Choose a tag to compare

Changes

  • change label: invalid is now needs more info (#613) @Cube707

🚀 Features

  • unicode support for windows (with readchar v4.2.0) (#625) @Cube707

📦 Dependencies

v3.3.0

25 Jun 11:20
Compare
Choose a tag to compare

💥 Breaking Changes

🔨 Refactoring

📦 Dependencies

  • build(deps): bump requests from 2.32.0 to 2.32.3 (#588) @Cube707
  • build(deps): bump virtualenv from 20.26.2 to 20.26.3 in /.github/workflows (#591) @dependabot
  • build(deps): bump furo from 2024.1.29 to 2024.5.6 (#583) @dependabot
  • build(deps): bump furo from 2024.1.29 to 2024.5.6 in /docs (#567) @dependabot
  • build(deps): bump pip from 24.0 to 24.1 in /.github/workflows (#590) @dependabot
  • build(deps): bump sphinx from 7.2.5 to 7.3.7 in /docs (#556) @dependabot
  • build(deps-dev): bump pyupgrade from 3.15.2 to 3.16.0 (#582) @dependabot
  • build(deps-dev): bump flake8 from 7.0.0 to 7.1.0 (#581) @dependabot
  • build(deps-dev): bump urllib3 from 2.1.0 to 2.2.2 (#584) @dependabot
  • build(deps): bump readchar from 4.0.6 to 4.1.0 (#580) @dependabot

v3.2.5

14 Jun 14:32
Compare
Choose a tag to compare

Changes

🚀 Features

  • Fix missing path for shortcut commands (#543) @victormachadoperez

📦 Dependencies

v3.2.4

21 Feb 00:32
Compare
Choose a tag to compare

Changes

📦 Dependencies

v3.2.3

29 Jan 14:08
Compare
Choose a tag to compare

🪲 Fixes

  • fix tagged-pairs not printing correctly (regression) (#516) @Cube707

📚 Documentation

v3.2.2

26 Jan 10:20
Compare
Choose a tag to compare

Changes

📦 Dependencies

v3.2.1

07 Jan 15:38
Compare
Choose a tag to compare

Changes

📦 Dependencies

v3.2.0

04 Jan 14:42
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • build(deps-dev): bump bandit from 1.7.5 to 1.7.6 (#490) @dependabot
  • build(deps-dev): bump pexpect from 4.8.0 to 4.9.0 (#486) @dependabot
  • build(deps): bump virtualenv from 20.24.7 to 20.25.0 in /.github/workflows (#487) @dependabot
  • build(deps-dev): bump isort from 5.12.0 to 5.13.2 (#492) @dependabot
  • build(deps): bump pip from 23.3.1 to 23.3.2 in /.github/workflows (#495) @dependabot
  • build(deps): bump actions/setup-python from 4 to 5 (#488) @dependabot

Pre-Release with experimental 3.12 support

03 Jan 19:52
Compare
Choose a tag to compare
v3.2.0.dev0

Released version 3.2.0.dev0