Skip to content

Releases: scalabli/quo

🚀🚀 under the hood optimisation

01 May 13:51
8187788
Compare
Choose a tag to compare

What's Changed

  • Docs update by @gerrishons in #83
  • under the hood optimizations by @gerrishons in #84

Full Changelog: 2022.4.6...2022.5

quo.table.Table issue #82 fix

24 Apr 14:27
39e582e
Compare
Choose a tag to compare

What's Changed

  • quo.table.Table hotfix by @gerrishons in #82

Full Changelog: 2022.4.5...2022.4.6

under the hood optimizations 🚀

23 Apr 20:38
3fb8536
Compare
Choose a tag to compare

What's Changed

  • some unicode characters not displaying on Windows fix by @gerrishons in #81

Full Changelog: 2022.4.4...2022.4.5

version bump

21 Apr 09:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.4.3...2022.4.4

Optimized quo.table.Table

16 Apr 20:18
ab2c175
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.4.2...2022.4.3

2022.4.2

16 Apr 14:59
Compare
Choose a tag to compare

Under the hood optimizations

2022.4

01 Apr 19:09
Compare
Choose a tag to compare

Added :param:bg to all dialog boxes.

  • Added :param:multiline to :func:quo.dialog.In putBox
  • Added TextField as an aliase to :class:TextAr ea

2022.3.5

19 Mar 10:51
Compare
Choose a tag to compare

Full Changelog: 2022.3...2022.3.5

  • Optimized :func:quo.print to print formatted text without the need to import quo.text.Text
    CHANGELOG

2022.3

11 Mar 17:46
Compare
Choose a tag to compare

Quo 2022.3

Released on 2022-3-6

Added

  • Added key binder :kbd:<any> enabling the user to press any key to exit the help page.
  • Introduced :class:quo.keys.Bind as an alias of :class:quo.keys.KeyBinder

Changed

  • Changed :param:enable_system_elicit in favor of :param:system_prompt.
  • Changed :param:enable_suspend in favor of :param:suspend.

Fixed

  • Optimized the help page.
  • Fixed Deprecated notice TypeError

2022.2

16 Feb 11:58
Compare
Choose a tag to compare

What's Changed

  • ci(Mergify): configuration update by @gerrishons in #39
  • Bug #12345 Scheduled daily dependency update on Sunday by @pyup-bot in #53
  • Bug #12345 Scheduled daily dependency update on Friday by @pyup-bot in #60

Full Changelog: 2022.1...2022.2

  • Fixed minor bugs

  • Added quo.types.Number

  • Deprecated :param:password in favor of :param:hide

  • Deprecated quo.text.HTML in favor of quo.text.Text

  • Deprecated :param:r_elicit in favor of :param:rprompt

  • Deprecated quo.Suite in favor of quo.Console

  • Deprecated :param:validator in favor of :param:type

  • Added quo.Console.edit()

  • Added quo.Console.launch()

  • Added quo.Console.size()

  • Added quo.Console.encoding()

  • Added quo.Console.bell()

  • Added quo.Console.rule()

  • Added quo.Console.openfile()

  • Full support for Windows

  • Dropped support for python < 3.8