summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/setup.rst4
-rw-r--r--frontend/package-lock.json4
-rw-r--r--frontend/package.json2
-rw-r--r--pyproject.toml2
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
-<https://hircine.oriole.systems/dist/hircine-0.1.1-py3-none-any.whl>`_ and
+<https://hircine.oriole.systems/dist/hircine-0.2.0-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.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 <wolf@oriole.systems>"]
license = "ISC"