koro

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

commit 7f9d04a0c7403f402eb44213573b9920084feb0b
parent b3fa0bad593af8bf79a893fdeb3dfabe93e0fbe5
Author: mokou <mokou@posteo.de>
Date:   Fri,  3 Jul 2020 12:17:21 +0200

release: 1.3.2

Diffstat:
Mpackage.json | 2+-
Msrc/pages/Log.svelte | 13++++++++++---
2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json @@ -1,7 +1,7 @@ { "name": "koro", "private": true, - "version": "1.3.1", + "version": "1.3.2", "scripts": { "build": "webpack", "start": "webpack-dev-server", diff --git a/src/pages/Log.svelte b/src/pages/Log.svelte @@ -6,14 +6,21 @@ <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="120">Version 1.3.1</h2> + <h2 class="text-2xl" id="132">Version 1.3.2</h2> + <ul class="list-disc ml-4 pb-2"> + <li>Fixed a clashing color combination on the response grid (white text on yellow is not good!)</li> + </ul> +</section> + +<section class="max-w-xl mb-3"> + <h2 class="text-2xl" id="131">Version 1.3.1</h2> <ul class="list-disc ml-4 pb-2"> <li>Made input colors less... bright in, uh, dark mode.</li> </ul> </section> -<section class="max-w-xl mb-3 new"> - <h2 class="text-2xl" id="120">Version 1.3.0</h2> +<section class="max-w-xl mb-3"> + <h2 class="text-2xl" id="130">Version 1.3.0</h2> <ul class="list-disc ml-4 pb-2"> <li> Added a dark mode! This can be toggled in the site footer, and should automatically set based on your