-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update latest-beta to 1.5.1b #5
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
Changes include: - Searching is now possible on GUI (not tested on CLI) by not using a link but rather a search term, goes with the topmost term. - Possibly improved caching - Moving from .wav format to .mp3 due to some issues with pygame mixer generating high pitched noises when using .wav
Updated the readme to be more up to date
Added button to exit the window, will properly fix the window closing issue later.
Added a new to do
Updated todo, added binary installation instructions, and removed unnecessary profanity.
Moved to-do to GitHub issues. This allows for better organization.
Switched from DearPyGUI to PyQT6.
Improved clarity and fixed syntax mistakes.
- Added support for previous button - Temporarily removed file cache removal feature as it is currently incompatible with the current queuing system Found 1 bug.
General changes: - Reimplemented cache clearing to support the new queuing system - Disables previous button upon initial startup. Feature additions: - Added a check box for deleting cache. Bug fixes: - Fixed the exit command for the command line interface. - Fixed a bug that caused the audio queue to not show up as empty when it is empty.
This was
linked to
issues
Feb 10, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update the latest-beta branch to version 1.5.1b.
Major changes:
Minor changes:
Bug fixes:
This list may have missed a change or two that has been forgotten over time.