-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing for v0.4.0 release #31
Merged
Merged
Conversation
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
Update window size and add drag functionality to MiniPlayer
Accounting for when a user opens their discord app after launching this app, and expects discord rpc to automatically connect
Update discord_rpc.rs
Full screen switching sometimes refused to work when the app was maximized and so a function was created to mitigate this. This update limits this feature to windows as it has been observed to only occur on windows
Limited strange fullscreen switching to windows
Refactor FSMusicPlayer navbar buttons
Fix context menu rendering bug
Update index.ts
Fix error handling in DiscordRpc
Update README with instructions for building and running the application
Update version to 0.3.1
waveyboym
added
documentation
Improvements or additions to documentation
backend-rust
This pr involves backend rust code changes
frontend-typescript
This pr involves frontend typescript changes
api changes
This pr modifies backend exposed functions
ui/ux
This pr/issue addresses a ui/ux issue or involves a ui/ux change
labels
Feb 4, 2024
Update Cargo.toml
Changed when the draggable region for the fullscreen player shows on windows OS only. Now it only shows when the app is not fullscreen, meaning the fullscreen player may only be dragged when the app itself is not fullscreen.
Update FSMusicPlayer.tsx
Fixes a bug where the player would freeze when some songs reach their ends instead of auto-playing the next song
Bringing changes downstream
Update playlist metadata structure
bringing changes downstream
Add loading state and fix image display issues in CreatePlaylistModal
bringing changes downstream
Playlist page redesign
Drag and drop song feature
…pp-dev"" This reverts commit a2230a8.
Revert merge that accidently deleted drag and drop feature
Bringing changes downstream
0.4.0 bug patch✨
Update styles and some functionality
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api changes
This pr modifies backend exposed functions
backend-rust
This pr involves backend rust code changes
documentation
Improvements or additions to documentation
frontend-typescript
This pr involves frontend typescript changes
major-changes
This pr includes major updates to the codebase
ui/ux
This pr/issue addresses a ui/ux issue or involves a ui/ux change
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major updates/changes:
This pr also includes some minor updates:
This pr will not be merged until it is confirmed that the application build works on all major supported platforms