-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #377 from purduesigbots/cli-release-3.5.3-3.5.4
Add CLI 3.5.3 and 3.5.4 release notes
- Loading branch information
Showing
5 changed files
with
74 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
====================== | ||
PROS CLI 3.5.3 Release | ||
====================== | ||
|
||
.. post:: 22 May, 2024 | ||
:tags: blog, cli-release | ||
|
||
|
||
What's Changed: | ||
--------------- | ||
* Fix an issue where default templates would get removed, making it impossible to create new projects | ||
|
||
If there are any problems encountered with this release, please make a post in the help section of VTOW, or a new issue on the `CLI github <https://github.com/purduesigbots/pros-cli/issues>`_. | ||
|
||
Updating to the new version | ||
=========================== | ||
|
||
VSCode | ||
------ | ||
Your extension should automatically update. If it doesn't, you can manually update by opening the extensions tab and clicking the update button next to PROS. | ||
|
||
macOS | ||
----- | ||
|
||
To update Homebrew, run ``homebrew update``. | ||
To upgrade a previous installation, run ``brew upgrade pros-cli``. | ||
|
||
If you are installing for the first time, see `the getting started guide for macOS <https://pros.cs.purdue.edu/v5/getting-started/macos.html>`_ for instructions. | ||
|
||
Windows / Linux / macOS / Python PIP | ||
------------------------------------ | ||
|
||
Run ``pip install --upgrade pros-cli`` (or pip3, depending on your system) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
====================== | ||
PROS CLI 3.5.4 Release | ||
====================== | ||
|
||
.. post:: 06 June, 2024 | ||
:tags: blog, cli-release | ||
|
||
|
||
What's New: | ||
----------- | ||
* Added new command ``pros setup-autocomplete`` which installs a completion script for supported shells | ||
|
||
Bugfixes: | ||
--------- | ||
* Applies liblvgl without experimental features for PROS 4 projects | ||
* Fix upload --name flag | ||
|
||
If there are any problems encountered with this release, please make a post in the help section of VTOW, or a new issue on the `CLI github <https://github.com/purduesigbots/pros-cli/issues>`_. | ||
|
||
Updating to the new version | ||
=========================== | ||
|
||
VSCode | ||
------ | ||
Your extension should automatically update. If it doesn't, you can manually update by opening the extensions tab and clicking the update button next to PROS. | ||
|
||
macOS | ||
----- | ||
|
||
To update Homebrew, run ``homebrew update``. | ||
To upgrade a previous installation, run ``brew upgrade pros-cli``. | ||
|
||
If you are installing for the first time, see `the getting started guide for macOS <https://pros.cs.purdue.edu/v5/getting-started/macos.html>`_ for instructions. | ||
|
||
Windows / Linux / macOS / Python PIP | ||
------------------------------------ | ||
|
||
Run ``pip install --upgrade pros-cli`` (or pip3, depending on your system) |