From 319baeb83b0c85423087a506e9ba3b3d6c34e272 Mon Sep 17 00:00:00 2001 From: Liplum Date: Thu, 26 Sep 2024 12:52:53 +0800 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ lib/timetable/p13n/widget/wallpaper.dart | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ed2c75..d59c98d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ # Changelog ## 2.7.0 +- Opt-in new version API. +- The `not now` delay in update sheet can be configured by the back end. - Added update channel options: `release` or `preview`. +- Reduced timetable wallpaper flashing. - Introduced immersive timetable wallpaper. - Introduced timetable palette generator from images. - Cropping the timetable wallpaper. - Scrolling should be smoother in OA announcement, second class activity, and SIT YWB application. - Redesigned timetable header cells. - Recording route, AppFeature logs and uploading them. +- Blocked clicking button when task is in running. ## 2.6.4 - Redesigned edu email inbox page and mail details page. diff --git a/lib/timetable/p13n/widget/wallpaper.dart b/lib/timetable/p13n/widget/wallpaper.dart index ea26cb0c..8cc32e4d 100644 --- a/lib/timetable/p13n/widget/wallpaper.dart +++ b/lib/timetable/p13n/widget/wallpaper.dart @@ -38,7 +38,7 @@ class WallpaperWidget extends StatelessWidget { background: background, fade: fade, opacity: opacity, - fadeDuration: kDebugMode ? const Duration(milliseconds: 1000) : Durations.medium3, + fadeDuration: kDebugMode ? const Duration(milliseconds: 1000) : Durations.long1, ); } }