-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial migration * Finish migration * Version bump * Finish upgrade * Update .gitignore
- Loading branch information
1 parent
f43153a
commit 5ea2440
Showing
23 changed files
with
2,991 additions
and
1,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
OverBuddy has been updated! Steam support is coming soon. | ||
- Added Ana Midnight Sun mythic weapon background | ||
- Added World of Warcraft collaboration background. | ||
- Updated "Check for Updates" in Settings. | ||
Other changes in this update: | ||
- Added Settings page. | ||
- Added Keybinds for important actions. | ||
- Added new backgrounds and removed backgrounds no longer available. | ||
- Updated the error screen with new actions. | ||
- Added new backgrounds and removed ones no longer available. | ||
- Fixed various issues and made improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<img width="128px" height="128px" src="src-tauri/icons/[email protected]"> | ||
<h1>OverBuddy</h1> | ||
<p>Customize your Overwatch™ 2 in-game main menu background.</p> | ||
<p>Current Version: 1.3.4</p> | ||
<p>Current Version: 1.4.0</p> | ||
<div> | ||
<a href="https://github.com/KirillTregubov/OverBuddy/releases/latest">Download</a> | ||
· | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
'contextmenu', | ||
(event) => { | ||
event.preventDefault() | ||
return false | ||
return | ||
}, | ||
{ capture: true } | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.