diff --git a/wowup-electron/package.json b/wowup-electron/package.json
index b809a87e..f6ff6681 100644
--- a/wowup-electron/package.json
+++ b/wowup-electron/package.json
@@ -1,7 +1,7 @@
{
"name": "wowup",
"productName": "WowUp",
- "version": "2.5.0",
+ "version": "2.5.1-beta.1",
"description": "World of Warcraft addon updater",
"homepage": "https://wowup.io",
"author": {
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 7a793722..509fd2aa 100644
--- a/wowup-electron/src/app/services/wowup/patch-notes.service.ts
+++ b/wowup-electron/src/app/services/wowup/patch-notes.service.ts
@@ -15,6 +15,53 @@ export class PatchNotesService {
}
const CHANGELOGS: ChangeLog[] = [
+ {
+ Version: "2.5.1",
+ html: `
+
+
Hotfix
+
+ - Fix an issue with the app locking up on startup sometimes
+
+
New Features
+
+ - Added the ability to turn off system notifications for individual addons (tellier-dev)
+ - Added the ability to remove addons from the details dialog on Get Addons tab (tellier-dev)
+ -
+
Added the ability to import/export a list of addons for a WoW client. The first step in backing up your list of addons or sharing them with your friends!
+
+
+ -
+
Added the ability to create and restore backups, this is a work in progress.
+
+
+ - Added a button to open the client folder for a WoW install
+ - Added WowUpHub category support
+ - Added WowUpHub preview support
+ - Added Mac M1 builds
+ - Added support for more multi-toc suffixes
+ - Added support for Classic Era PTR client
+ - Added some badges to indicate number of updates and which client needs them
+
+
Fixes
+
+ - Fix an issue with addons being ignored by TukUI too early during a scan
+ - Fix an issue with certain addons not being able to be re-scanned
+ - Fix an issue with updating the same addon in multiple WoW clients at the same time
+
+
Changes
+
+ - Spanish locale updates (SkollVargr)
+ - Chinese locale updates (CyanoHao)
+ - Russian locale updates (Medok)
+ - German locale updates (Glow)
+ - Tweak the tabs some more
+ - Performance improvements for My Addons page
+ - Images details tab is now Previews
+ - Use a different lightbox library for previews
+ - Expanded system proxy support
+
`,
+ },
{
Version: "2.5.0",
html: `