From 4ef03c19bd0467e4a89afaaa0481d186e669b071 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 22 Jul 2024 14:40:47 +0200 Subject: release: Version 0.2.0 --- docs/changelog.rst | 14 ++++++++++++++ docs/setup.rst | 4 ++-- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index eec62d7..2b4d130 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,20 @@ Changelog ========= +0.2.0 +----- + +- Update to Svelecte 4. See :commit:`f530348de4aa5db05eff44c801af6251200372cf`. +- The reader now shows loading indicators if loading takes too long. See + :commit:`d297c6310a6a4db8dd7cc3efe6ff59620deadcc0`. +- The reader now preloads the surrounding pages automatically. See + :commit:`4d710514f5d7931bfd0673c6d44c5a1d725a5cd3`. +- The reader now shows a simple page indicator. See + :commit:`ed4f65804c8aef47367241d57caa5ac39fe0ce8f`. +- The reader now supports switching to the first or last page using the + ``Home`` and ``End`` keys respectively. See + :commit:`4e6425585be1e9f2e2b9bc6dc5a5d3ba0f611d27`. + 0.1.1 ----- diff --git a/docs/setup.rst b/docs/setup.rst index bc91f6f..af0cc36 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.1.1 "Satanic Satyr" + hircine 0.2.0 "Satanic Satyr" .. important:: diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a7abba0..6994fba 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "hircine", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hircine", - "version": "0.1.1", + "version": "0.2.0", "license": "ISC", "dependencies": { "@jsonurl/jsonurl": "^1.1.7", diff --git a/frontend/package.json b/frontend/package.json index e64ab99..730311e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hircine", - "version": "0.1.1", + "version": "0.2.0", "license": "ISC", "private": true, "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 7dfc6eb..1958a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hircine" -version = "0.1.1" +version = "0.2.0" description = "A web-based comic organizer" authors = ["Wolfgang Müller "] license = "ISC" -- cgit v1.2.3-2-gb3c3