From 1953a4f7a547a0582122bb5c894533e2ad918f5e Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 18 Apr 2025 12:41:57 +0200 Subject: release: Version 0.4.4 --- docs/changelog.rst | 9 +++++++++ docs/setup.rst | 4 ++-- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 15 insertions(+), 6 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 `_. + 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 -`_ and +`_ and install it using `pip `_: .. 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:: diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 00bec01..f0803f2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "hircine", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hircine", - "version": "0.4.3", + "version": "0.4.4", "license": "ISC", "dependencies": { "@jsonurl/jsonurl": "^1.1.8", diff --git a/frontend/package.json b/frontend/package.json index a9b3920..f2ada99 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hircine", - "version": "0.4.3", + "version": "0.4.4", "license": "ISC", "private": true, "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 2cc1c4e..d1a7d80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hircine" -version = "0.4.3" +version = "0.4.4" description = "A web-based comic organizer" authors = ["Wolfgang Müller "] license = "ISC" -- cgit v1.2.3-2-gb3c3