Releases: scalabli/quo
🚀🚀 under the hood optimisation
What's Changed
Full Changelog: 2022.4.6...2022.5
quo.table.Table issue #82 fix
under the hood optimizations 🚀
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
Optimized quo.table.Table
2022.4.2
Under the hood optimizations
2022.4
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
Full Changelog: 2022.3...2022.3.5
- Optimized :func:
quo.print
to print formatted text without the need to importquo.text.Text
CHANGELOG
2022.3
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
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