Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Sep 26, 2024
1 parent 3463bb0 commit 319baeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/timetable/p13n/widget/wallpaper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
}
}
Expand Down

0 comments on commit 319baeb

Please sign in to comment.