Skip to content

Commit

Permalink
Update changes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-quirks committed Dec 25, 2021
1 parent 6aacb2e commit 8adaa17
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,36 @@

Changelog
==========
Version 2021.7.5
-----------------
Unreleased


Version 2021.7
--------------
2021-12-25
Released on 2021-12-25

- Streamlined a number of features
- Fixed broken placeholder() issue :issue:`30`
- Faced out positional arguments ``foreground`` and ``background`` in favor of ``fg`` and ``bg``

Version 2021.6
---------------
2021-11-20
Released on 2021-11-20

- Added Support of a placeholder text that is displayed as long as no input is given.
- Fixed minor bugs

Version 2021.5.5.2
------------------
2021-09-28
Released on 2021-09-28

- Pypi README fix

Version 2021.5.5
-----------------

2021-09-23
Released on 2021-09-23

- Added support for tabular presentation of data.

Expand All @@ -44,7 +48,7 @@ Version 2021.5.5
Version 2021.4.5
----------------

2021-08-22
Released on 2021-08-22

- Phasing out module ``wcwidth`` to reduce the need for external dependencies.

Expand All @@ -55,7 +59,7 @@ Version 2021.4.5
Version 2021.3.5
-----------------

2021-07-19
Released on 2021-07-19

- Added positional arguments `fg`` and ``bg`` which can still be used as a shortform of ``foreground`` and ``background``. foreground and background still works.

Expand All @@ -74,7 +78,7 @@ Version 2021.3.5
Version 2021.2
-------------

Released 2021-06-28
Released on 2021-06-28

- ``importlib_metadata`` backport package is installed on Python < 3.8 therefore will be be delisted as part of Quo's external dependency in later versions of Quo
- Under the hood optimizations
Expand All @@ -83,7 +87,7 @@ Released 2021-06-28

Version 2021.1
---------------
Released 2021-06-18
Released on 2021-06-18

- Added support for ``ANSI colors`` for better coloring of the terminal
- Ability to Print both ``text`` and ``binary`` data to stdout
Expand Down

0 comments on commit 8adaa17

Please sign in to comment.