-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First update after 2 years of inactivity
* Changed the minimum requirements from `Visual Studio 2008` to `Visual Studio 2010`, from `.NET Framework 3.5` to `.NET Framework 4`. * Added support for LMMS. * Hide the window when closing to prevent displaying on bottom left on some computers. You can reopen the window or exit the application after closing by pressing the red/green icon on the tray section (bottom right of the screen). ([Issues #8](#8)) * Recreated the application UI. * Fixed errors for the REAPER DAW that won't display the Discord RPC. ([Issues #7](#7)) * Remove the registered name of the REAPER DAW while showing to the Discord account. ([Issues #9](#9)) * Changed the build destination from `Debug` to `Release` (because in 2021, I don't know the existence of these build destinations so I left the default configurations). * Change the application's tray icon to red or green when some conditions are met: Change to green if the application successfully displays the RPC on Discord. Change to red if the application fails to display the RPC on Discord. * Display the logged in username after successfully connecting to Discord to display RPC.
- Loading branch information
1 parent
658fad8
commit 1d11cf8
Showing
27 changed files
with
1,269 additions
and
2,641 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
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 +1,13 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<PublishUrlHistory /> | ||
<InstallUrlHistory /> | ||
<SupportUrlHistory /> | ||
<UpdateUrlHistory /> | ||
<BootstrapperUrlHistory /> | ||
<ErrorReportUrlHistory /> | ||
<FallbackCulture>en-US</FallbackCulture> | ||
<VerifyUploadedFiles>false</VerifyUploadedFiles> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.