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

🔖 Release 3.5.0 #313

Closed
wants to merge 16 commits into from
Closed

🔖 Release 3.5.0 #313

wants to merge 16 commits into from

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    f5f614a View commit details
    Browse the repository at this point in the history
  2. Revert "start update to GA4. Need to fix location data"

    This reverts commit f5f614a.
    BennyBot committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0d2970b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. 🐛 Fix fat binary error in CI (#293)

    * Update main.yml
    
    * Try new version of python
    
    * Maybe this will work?
    
    * We try again
    
    * Make the uninstall work
    
    * Work
    
    ---------
    
    Co-authored-by: Kunwar Sahni <[email protected]>
    BennyBot and kunwarsahni01 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    da40202 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. ✨ Added port to project.pros: (#292)

    * Uninstall charset_normalizer
    
    * added port option
    
    * Update pros/cli/conductor.py
    
    Co-authored-by: BennyBot <[email protected]>
    
    * Update .github/workflows/main.yml
    
    Co-authored-by: BennyBot <[email protected]>
    
    * Update pros/cli/upload.py
    
    * 🐛 Fix fat binary error in CI (#293)
    
    * Update main.yml
    
    * Try new version of python
    
    * Maybe this will work?
    
    * We try again
    
    * Make the uninstall work
    
    * Work
    
    ---------
    
    Co-authored-by: Kunwar Sahni <[email protected]>
    
    * Uninstall charset_normalizer
    
    * added port option
    
    * Update pros/cli/conductor.py
    
    Co-authored-by: BennyBot <[email protected]>
    
    * Update .github/workflows/main.yml
    
    Co-authored-by: BennyBot <[email protected]>
    
    * Update pros/cli/upload.py
    
    ---------
    
    Co-authored-by: ayushuk <[email protected]>
    Co-authored-by: Ayush Shukla <[email protected]>
    Co-authored-by: BennyBot <[email protected]>
    Co-authored-by: Kunwar Sahni <[email protected]>
    Co-authored-by: Benjamin Davis <[email protected]>
    6 people committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    149562b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. ✨Adding and removing depots (#299)

    * add depot
    
    * remove depot & query depot
    
    * fix typo
    
    * ui.echo instead of print
    
    * add docstrings
    
    * Better formatting & confirmation messages
    
    * Documentation for adding/removing depots
    
    * Better formatting
    
    * Removed newlines
    
    * Updated docs
    mayankpatibandla committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4daf497 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    40dedd9 View commit details
    Browse the repository at this point in the history
  2. 🚸 Unique error for kernel mismatch when applying a template (#276)

    * Uninstall charset_normalizer
    
    * Added KernelMismatchException to catch when no templates are found due
    to a kernal mismatch. This causes a different error message than if no
    templates are found because they don't exist.
    
    * Sucessfully builds project, have not tested adding incompatible template
    
    * Moved error handling to resolve_templates. Still needs testing with template
    
    * Optimization changes
    
    * removed unnecessary exception
    
    * Update template_resolution.py
    
    undoing unnecessary changes
    
    * Removed need for filtering twice
    
    * Removed unnecessary files
    
    * removed unnecessary files
    
    * asdf
    
    * Update main.yml
    
    * Try new version of python
    
    * Maybe this will work?
    
    * We try again
    
    * Make the uninstall work
    
    * Work
    
    * Update version numbers
    
    * Workflow Debugging
    
    * git update-index --refresh
    
    * try debug step
    
    * Try another
    
    * idk
    
    * more debug
    
    * no periods
    
    * Try a clean
    
    * comment out version.py as a temp fix
    
    * Fix develop merge
    
    ---------
    
    Co-authored-by: ayushuk <[email protected]>
    Co-authored-by: Ayush Shukla <[email protected]>
    Co-authored-by: Kunwar Sahni <[email protected]>
    Co-authored-by: noam987 <[email protected]>
    5 people committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5ee1865 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    26d19b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. ✨Add rich click (#307)

    * Add rich click
    
    * Add rich-click to requirements
    
    * Update click version
    
    * Remove pyinstaller requirement
    
    * Add back pyinstaller
    
    ---------
    
    Co-authored-by: ayushuk <[email protected]>
    mayankpatibandla and ayushuk committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    25ea823 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. ✨ Move PROS 4 to early access (#296)

    * mini-cleanup
    
    * start "stablizing" beta
    
    * deprecate v3
    
    * v4 -> pros4
    
    * oops + deprecation notice
    
    * use early-access
    
    * use new urls
    
    * revert file validator
    
    * Add beta alias for early access
    
    * Slight naming adjustments
    
    * Save early access preference
    
    * Fix early access preference issue
    
    * Remove whitespace
    
    * Remove old print statement
    
    * Apply suggestions from code review
    
    Co-authored-by: BennyBot <[email protected]>
    
    * upgrade fixes
    
    * disable ea
    
    * more readable
    
    * redo early access warning
    
    * rename flag
    
    ---------
    
    Co-authored-by: ayushuk <[email protected]>
    Co-authored-by: Ayush Shukla <[email protected]>
    Co-authored-by: BennyBot <[email protected]>
    4 people committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1e32a53 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    cc04cb7 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix exit code click bug (#310)

    ayushuk authored and AndrewLuGit committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a7fb3fc View commit details
    Browse the repository at this point in the history
  3. 🐛 Phantom Multiple Port Selection (#255)

    * Phantom Multiple Port
    
    * additional fixes to find_v5_ports
    
    * Fix click prompt to list all ports
    
    ---------
    
    Co-authored-by: Andrew Lu <[email protected]>
    kunwarsahni01 and AndrewLuGit committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    94a9d58 View commit details
    Browse the repository at this point in the history
  4. 🔀 Backmerge master (#312)

    ayushuk committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a0c047e View commit details
    Browse the repository at this point in the history
  5. Update version numbers

    ayushuk committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5ac3046 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9098c11 View commit details
    Browse the repository at this point in the history