summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/setup.rst4
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 35afb2b..e314ff9 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,15 @@
Changelog
=========
+0.4.4
+-----
+
+- The sort drop-down is now named and ordered more consistently. See
+ :commit:`44d7ddb0686494a659a3f681d620765b81d29f13`.
+- Miscellaneous improvements in tooltip naming and styling along with updates
+ for Python and JS dependencies. For the full list of changes, see `the 0.4.4
+ log <https://git.oriole.systems/hircine/log/?qt=range&q=0.4.3..0.4.4>`_.
+
0.4.3
-----
diff --git a/docs/setup.rst b/docs/setup.rst
index d39098d..3c05c0d 100644
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -43,7 +43,7 @@ Installation
``VENVDIR``.
Once the environment is set up, download the `latest wheel
-<https://hircine.oriole.systems/dist/hircine-0.4.3-py3-none-any.whl>`_ and
+<https://hircine.oriole.systems/dist/hircine-0.4.4-py3-none-any.whl>`_ and
install it using `pip <https://pip.pypa.io/en/stable/>`_:
.. code-block:: console
@@ -55,7 +55,7 @@ Now the ``hircine`` command is available from within your shell:
.. code-block:: console
(.venv) $ hircine version
- hircine 0.4.3 "Profligate Pixie"
+ hircine 0.4.4 "Profligate Pixie"
.. important::