From 33cb55898d3cf34c61536384ff9872bcf9ae639b Mon Sep 17 00:00:00 2001 From: xnousnow Date: Fri, 26 May 2023 21:49:56 +0900 Subject: [PATCH] =?UTF-8?q?:speech=5Fballoon:=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20=EB=A1=9C=EA=B7=B8=EC=97=90=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=EC=82=AC=ED=95=AD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/updateLog.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/updateLog.ts b/src/updateLog.ts index f2eef6a..2f3108f 100644 --- a/src/updateLog.ts +++ b/src/updateLog.ts @@ -1,5 +1,5 @@ import type { SvelteComponent } from 'svelte' -import { Accessibility, Wifi } from 'lucide-svelte' +import { Accessibility, Wifi, Sparkles, Grab } from 'lucide-svelte' interface Feature { Icon: typeof SvelteComponent @@ -19,5 +19,17 @@ export const logs: Record = { title: '데이터 사용량 감소', description: '메뉴 설문 결과를 가져오는 데 사용되는 데이터 사용량을 줄였어요.' } + ], + '1.4.0': [ + { + Icon: Sparkles, + title: '업데이트 소개', + description: '기능이 추가될 때마다 이런 식으로 알려드려요.' + }, + { + Icon: Grab, + title: '쓸어서 날짜 이동', + description: '급식 화면에서 화면을 가로로 쓸면 이전/다음날로 이동할 수 있어요.' + } ] }