summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst12
-rw-r--r--docs/setup.rst4
2 files changed, 14 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c927320..f9e755f 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,18 @@
Changelog
=========
+0.4.2
+-----
+
+- ``hircine import`` now reports the path of corrupt ZIP files when scanning.
+ See :commit:`dd1ef483ef90f35218f5a4a3ea37a624b38ca8da`.
+- Trying to navigate away from a "Comic not found" page will no longer pop up a
+ warning about pending changes. See
+ :commit:`0da158d0f0cc5bc611441f7cb8b36bb36e485ddd`.
+- Small internal improvements, along with updates to Python and JS
+ dependencies. For the full list of changes, see `the 0.4.2 log
+ <https://git.oriole.systems/hircine/log/?qt=range&q=0.4.1..0.4.2>`_.
+
0.4.1
-----
diff --git a/docs/setup.rst b/docs/setup.rst
index 38be7d8..3eaeed6 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.1-py3-none-any.whl>`_ and
+<https://hircine.oriole.systems/dist/hircine-0.4.2-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.1 "Profligate Pixie"
+ hircine 0.4.2 "Profligate Pixie"
.. important::