From 5d1fb2b470d0de800b1716edcd42ebee4220e297 Mon Sep 17 00:00:00 2001 From: jliddev Date: Sat, 12 Mar 2022 09:32:55 -0600 Subject: [PATCH] Update patch-notes.service.ts --- wowup-electron/src/app/services/wowup/patch-notes.service.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wowup-electron/src/app/services/wowup/patch-notes.service.ts b/wowup-electron/src/app/services/wowup/patch-notes.service.ts index f37b7a61..8bcb84b5 100644 --- a/wowup-electron/src/app/services/wowup/patch-notes.service.ts +++ b/wowup-electron/src/app/services/wowup/patch-notes.service.ts @@ -20,8 +20,9 @@ const CHANGELOGS: ChangeLog[] = [ html: `

New Features

Changes

@@ -42,9 +43,11 @@ const CHANGELOGS: ChangeLog[] = [
  • Fixed an issue with Wago provider not working properly on Mac
  • Fix an issue with caching Wago scan results
  • Wago addon IDs should now work as expected when swapping providers
  • +
  • Fix an issue with showing the wrong folder name for some TukUI addons
  • Fix an issue with desktop notifications appearing if they were disabled
  • Github install supports _classic, _vanilla, _tbc, _bc, and _bcc zip files
  • Github install supports octet stream content type zips
  • +
  • Spinner is now shown during scan at app startup
  • My Addons spinner is now centered
  • Updated a bunch of dependencies
  • `,