diff options
author | Wolfgang Müller | 2025-03-26 22:05:42 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-03-26 22:05:42 +0100 |
commit | 7206736845bb4d634c8fa001c61495b2e721c159 (patch) | |
tree | a22285cfc1454dee7ad3e919aa68294b27f3de2d | |
parent | b04cab20afc8d0c95ecae592cb44494858a06f46 (diff) | |
download | hircine-0.4.2.tar.gz |
release: Version 0.4.20.4.2
-rw-r--r-- | docs/changelog.rst | 12 | ||||
-rw-r--r-- | docs/setup.rst | 4 | ||||
-rw-r--r-- | frontend/package-lock.json | 4 | ||||
-rw-r--r-- | frontend/package.json | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
5 files changed, 18 insertions, 6 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:: diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bc5d7cf..08d65f4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "hircine", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hircine", - "version": "0.4.1", + "version": "0.4.2", "license": "ISC", "dependencies": { "@jsonurl/jsonurl": "^1.1.8", diff --git a/frontend/package.json b/frontend/package.json index 094cf39..c826e1b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hircine", - "version": "0.4.1", + "version": "0.4.2", "license": "ISC", "private": true, "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 6c082c4..8e75701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hircine" -version = "0.4.1" +version = "0.4.2" description = "A web-based comic organizer" authors = ["Wolfgang Müller <wolf@oriole.systems>"] license = "ISC" |