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

Commits on May 1, 2023

  1. Update main.py

    BnDLett authored May 1, 2023
    Configuration menu
    Copy the full SHA
    ea87320 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    BnDLett authored May 1, 2023
    Configuration menu
    Copy the full SHA
    84f304b View commit details
    Browse the repository at this point in the history
  3. Update main.py

    BnDLett authored May 1, 2023
    Configuration menu
    Copy the full SHA
    38af44e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    BnDLett authored May 1, 2023
    Configuration menu
    Copy the full SHA
    ba64db1 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    3c8a36f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. GUI alpha update

    BnDLett authored May 5, 2023
    Configuration menu
    Copy the full SHA
    41e5347 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    BnDLett authored May 5, 2023
    Configuration menu
    Copy the full SHA
    efd175c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Moved to v1.2.1a

    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
    BnDLett authored May 24, 2023
    Configuration menu
    Copy the full SHA
    73c6395 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated the readme to be more up to date
    BnDLett authored May 24, 2023
    Configuration menu
    Copy the full SHA
    a2d3b5f View commit details
    Browse the repository at this point in the history
  3. Quick bug fix

    Added button to exit the window, will properly fix the window closing issue later.
    BnDLett authored May 24, 2023
    Configuration menu
    Copy the full SHA
    a4c8a47 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Added a new to do
    BnDLett authored May 24, 2023
    Configuration menu
    Copy the full SHA
    07c4208 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Updated todo, added binary installation instructions, and removed unnecessary profanity.
    BnDLett authored May 24, 2023
    Configuration menu
    Copy the full SHA
    50616fd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Update README.md

    BnDLett authored May 28, 2023
    Configuration menu
    Copy the full SHA
    22a8acb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Update README.md

    Moved to-do to GitHub issues. This allows for better organization.
    BnDLett authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    23d51d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Bug fixes

    Squashed two major bugs.
    BnDLett authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9c45f1b View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Updated to 1.3.0a

    Switched from DearPyGUI to PyQT6.
    BnDLett authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e8f343c View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    BnDLett authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b6522f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Clarity and syntax changes

    Improved clarity and fixed syntax mistakes.
    BnDLett authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f589197 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Updated to v1.5.0a

    - Added support for previous button
    - Temporarily removed file cache removal feature as it is currently incompatible with the current queuing system
    
    Found 1 bug.
    BnDLett authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    0a82f64 View commit details
    Browse the repository at this point in the history
  2. v1.5.0a

    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.
    BnDLett authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    88e6539 View commit details
    Browse the repository at this point in the history
  3. v1.5.1b

    Fixed the version variable to display as beta and not alpha.
    BnDLett authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    422d874 View commit details
    Browse the repository at this point in the history