koro

an event time scheduler
git clone https://tilde.team/~marisa/repo/koro.git
Log | Files | Refs | README | LICENSE

commit 040b778e6db32849b11ad1cb01fff35682e82f19
parent 457fec865a1582d1ab1cc2db28828a100bd9ad8c
Author: mokou <mokou@posteo.de>
Date:   Sun, 17 Jan 2021 14:22:39 +0100

release: 1.4.2

Diffstat:
Mpackage.json | 2+-
Msrc/pages/Log.svelte | 7+++++++
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -1,7 +1,7 @@ { "name": "koro", "private": true, - "version": "1.4.1", + "version": "1.4.2", "scripts": { "build": "webpack", "start": "webpack-dev-server", diff --git a/src/pages/Log.svelte b/src/pages/Log.svelte @@ -7,6 +7,13 @@ <h1 class="text-5xl font-serif font-extrabold">koro Update Log</h1> <section class="max-w-xl mb-3 new"> + <h2 class="text-2xl">Version 1.4.2</h2> + <ul class="list-disc ml-4 pb-2"> + <li>Updated URLs in the footer</li> + </ul> +</section> + +<section class="max-w-xl mb-3"> <h2 class="text-2xl" id="141">Version 1.4.1</h2> <ul class="list-disc ml-4 pb-2"> <li>Fixed the page title not being set correctly in some transitions.</li>