diff options
author | Wolfgang Müller | 2025-02-26 17:44:41 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-26 17:44:41 +0100 |
commit | 89da8855282e03e4b8e25146fa041aabf49c82cb (patch) | |
tree | a82f894e2350f36929f4d4acc752c8023bd8aa37 /docs | |
parent | 4ff5adc5ba494afa0268f12af9c7f1ff3b7c8a74 (diff) | |
download | hircine-89da8855282e03e4b8e25146fa041aabf49c82cb.tar.gz |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/setup.rst | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index a5e4243..c927320 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +0.4.1 +----- + +- A comic's URL is now shown as text in the comic details tab. See + :commit:`d0951bf7c1729973c5c422d0ab88baefe6b74e87`. +- Further small styling improvements. For the full list of changes, see + `the 0.4.1 log <https://git.oriole.systems/hircine/log/?qt=range&q=0.4.0..0.4.1>`_. + 0.4.0 "Profligate Pixie" ------------------------ diff --git a/docs/setup.rst b/docs/setup.rst index 388e262..38be7d8 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.0-py3-none-any.whl>`_ and +<https://hircine.oriole.systems/dist/hircine-0.4.1-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.0 "Profligate Pixie" + hircine 0.4.1 "Profligate Pixie" .. important:: |