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 07839ab9..745008aa 100644
--- a/wowup-electron/src/app/services/wowup/patch-notes.service.ts
+++ b/wowup-electron/src/app/services/wowup/patch-notes.service.ts
@@ -15,17 +15,39 @@ export class PatchNotesService {
}
const CHANGELOGS: ChangeLog[] = [
+ {
+ Version: "2.7.0",
+ html: `
+
New Features
+
+ - New CurseForge V2 addon provider, requires that they give you a key
+ - New Polish language support (nydas3k)
+
+ Changes
+
+ - German locale updates (Glow)
+ - Portuguese locale updates (TheLastDarkthorne)
+ - Wago is now a trusted domain by default (Artemis)
+ - Fix an issue with caching Wago scan results
+
+ Fixes
+
+ - My Addons spinner is now centered
+ - Updated a bunch of dependencies
+
+ `,
+ },
{
Version: "2.6.1",
html: `
- Changes
+ Changes
- Chinese locale updates (CyanoHao)
- Russian locale updates (Medok)
- Spanish locale updates (SkollVargr)
- Added the ability to collapse the sidebar if no ad is required
- Fixes
+ Fixes
- Fixed an issue with having no clients locking up the app