From d5eb7dd4d5d6e6713c3a742956cd5f3080ec8445 Mon Sep 17 00:00:00 2001 From: Xalsier <81521840+Xalsier@users.noreply.github.com> Date: Wed, 19 Jul 2023 18:28:14 -0400 Subject: [PATCH] Update cal.json --- cal.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/cal.json b/cal.json index 4798e0f..bbfbfcd 100644 --- a/cal.json +++ b/cal.json @@ -211,8 +211,21 @@ "title": "(v0.9.1.5)-スナップショット", "bullets": [ "You can now click on an image in the wiki and it'll show you the credits, plus it won't take you directly to the gallery page.", - "[Known Bug] Some issues with the CSS for the gallery images." + "[Known Bug] Some issues with the CSS for the gallery images.", + "Calendar now has all events inside of 1 json instead of fetching html" + ] + } + }, + "2023-07-19": { + "type": 1, + "description": { + "img": "", + "title": "(v0.9.1.8)-スナップショット", + "bullets": [ + "CSS issues with gallery images are fixed and look much better, on both the wiki and the gallery.", + "Added search box, and first instance of tags- Character, Artist, and Image Code", + "Successfully fixed issue where gallery images weren't working in wiki." ] } } -} \ No newline at end of file +}