diff --git a/src/resources/update-video.mp4 b/src/resources/update-video.mp4 index 332b36f0..6d67fecf 100644 Binary files a/src/resources/update-video.mp4 and b/src/resources/update-video.mp4 differ diff --git a/src/resources/update-video.webm b/src/resources/update-video.webm index 7b80bf69..9e583a06 100644 Binary files a/src/resources/update-video.webm and b/src/resources/update-video.webm differ diff --git a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts index 09ed6c26..d0a1aa1d 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -21,7 +21,7 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) { source.setAttribute( "src", - "https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.mp4", + "https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.webm", ); video.autoplay = true; video.muted = true; @@ -37,9 +37,11 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {

3.6.0 - Cloud backup, various fixes & SEQTA Engage support

  • BetterSEQTA Cloud: back up and restore extension settings from your account (General settings).
  • Optional automatic cloud sync if signed in (on by default).
  • +
  • Option to use cloud profile photo as the local SEQTA profile picture
  • Firefox: fixed the extension settings popup.
  • SEQTA Engage: Added BetterSEQTA Plus support for SEQTA Engage for Parents.
  • -
  • Improved how adaptive custom themes display on the page.
  • +
  • Added smooth transitions to adaptive themes (on by default)
  • +
  • Added adaptive theme variables to custom themes (try it out with the Windows XP theme)
  • Fixed today's lessons on the homepage misbehaving in developer mode.
  • Reduced overlap between BetterSEQTA subject averages and SEQTA's built-in averages UI.
  • Updated outdated in-app links and update some under the hood code (Vite 8).