mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-22 15:00:38 -04:00
Version bump
This commit is contained in:
@@ -152,7 +152,6 @@ function createViewMenu(submenu: MenuItemConstructorOptions[], win: BrowserWindo
|
||||
}
|
||||
|
||||
function createMenuItems(win: BrowserWindow, config?: MenuConfig): Array<MenuItemConstructorOptions | MenuItem> {
|
||||
console.debug("CREATING MENU");
|
||||
if (!config) {
|
||||
return [];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "wowup",
|
||||
"productName": "WowUp",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"description": "World of Warcraft addon updater",
|
||||
"homepage": "https://wowup.io",
|
||||
"author": {
|
||||
|
||||
@@ -15,12 +15,21 @@ export class PatchNotesService {
|
||||
}
|
||||
|
||||
const CHANGELOGS: ChangeLog[] = [
|
||||
{
|
||||
Version: "2.3.4",
|
||||
html: `<div>
|
||||
<h4 style="margin-top: 1em;">Changes</h4>
|
||||
<ul>
|
||||
<li>Fix the numpad zoom in/out shortcuts</li>
|
||||
</ul>
|
||||
</div>`,
|
||||
},
|
||||
{
|
||||
Version: "2.3.3",
|
||||
html: `<div>
|
||||
<h4 style="margin-top: 1em;">Changes</h4>
|
||||
<ul>
|
||||
<li>Undo the CurseForge tweak, caused too many issues.</li>
|
||||
<li>Undo the CurseForge tweak, caused too many issues</li>
|
||||
</ul>
|
||||
</div>`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user