-
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.
* updates * upgrade error handling * error handling fixes and style updates * upgrades * fix prettier * error handling improvements and restore $key * added easing to gradients * update to 1.2.0
- Loading branch information
1 parent
5d2878a
commit a8304f6
Showing
37 changed files
with
1,643 additions
and
1,033 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ src-tauri/target | |
dist | ||
pnpm-lock.yaml | ||
src/routeTree.gen.ts | ||
*.ts.timestamp* |
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
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,4 +1,5 @@ | ||
OverBuddy has been updated to the latest Overwatch patch. | ||
- Added the Porsche crossover event background. | ||
- Fixed an issue during setup. | ||
- Currently applied background now reflects configuration changes. | ||
OverBuddy has been updated! | ||
- Added a new error screen and updated setup error resolution steps. | ||
- Improved error handling and reliability with backups to Battle.net configuration. | ||
- Enhanced styling and animation quality. | ||
- 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>Elevate your Overwatch™ 2 experience by customizing your in-game menu background with ease.</p> | ||
<p>Current Version: 1.1.2</p> | ||
<p>Current Version: 1.2.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
Oops, something went wrong.