Skip to content
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 21 commits into from
Feb 10, 2024
Merged

Update latest-beta to 1.5.1b #5

merged 21 commits into from
Feb 10, 2024

Conversation

BnDLett
Copy link
Owner

@BnDLett BnDLett commented Feb 10, 2024

Update the latest-beta branch to version 1.5.1b.

Major changes:

  • Added GUI
  • Added new queuing system

Minor changes:

  • Reworked cache system
  • Reworked how the screen is cleared for the CLI.

Bug fixes:

  • Fixed the exit command in the command line interface.

This list may have missed a change or two that has been forgotten over time.

BnDLett and others added 21 commits May 1, 2023 02:17
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.
Squashed two major bugs.
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.
Fixed the version variable to display as beta and not alpha.
@BnDLett BnDLett self-assigned this Feb 10, 2024
@BnDLett BnDLett merged commit 387e124 into latest-beta Feb 10, 2024
This was linked to issues Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GUI
1 participant