koro

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

commit 1242fb6fc79063f566704550e9fa06836b8771f0
parent e9f7847671b2f08bc170beccb5d34e91584c3f15
Author: mokou <mokou@posteo.de>
Date:   Thu, 30 Jul 2020 06:24:56 +0200

release: 1.4.0

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

diff --git a/package.json b/package.json @@ -1,7 +1,7 @@ { "name": "koro", "private": true, - "version": "1.4.0-rc.1", + "version": "1.4.0", "scripts": { "build": "webpack", "start": "webpack-dev-server", diff --git a/src/pages/Log.svelte b/src/pages/Log.svelte @@ -7,6 +7,19 @@ <h1 class="text-5xl font-serif font-extrabold">koro Update Log</h1> <section class="max-w-xl mb-3 new"> + <h2 class="text-2xl" id="140">Version 1.4.0</h2> + <ul class="list-disc ml-4 pb-2"> + <li>Koro now supports <a href="/poll" class="text-purple-400">polls</a>!</li> + <li>Real-time was (as far as I know) broken for a long time. It works again now.</li> + <li> + Fixed the dark theme being half-applied sometimes, because of multiple things + happening in parallel and causing a *shudders* race condition. + </li> + <li>Added a link to the index page in the footer.</li> + </ul> +</section> + +<section class="max-w-xl mb-3"> <h2 class="text-2xl" id="132">Version 1.3.2</h2> <ul class="list-disc ml-4 pb-2"> <li>