Skip to content

Commit

Permalink
Merge pull request #377 from purduesigbots/cli-release-3.5.3-3.5.4
Browse files Browse the repository at this point in the history
Add CLI 3.5.3 and 3.5.4 release notes
  • Loading branch information
12944qwerty authored Jun 7, 2024
2 parents fd4eec2 + cc3e007 commit cb76884
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v5/releases/cli3.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Bugfixes:
* Disable windows_expand_args
* Fix default template selection

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).
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
===========================
Expand Down
2 changes: 1 addition & 1 deletion v5/releases/cli.3.5.1 → v5/releases/cli3.5.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Bugfixes:
🐛 Better error message for File not found on fetch #328
🐛 Fix offline resolve templates #321

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).
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>`_.

- The PROS Development Team
Updating to the new version
Expand Down
2 changes: 1 addition & 1 deletion v5/releases/cli3.5.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ What's Changed:
* Remove Okapilib as a default template for PROS 4
* Downgrade rich click

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).
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
===========================
Expand Down
33 changes: 33 additions & 0 deletions v5/releases/cli3.5.3.rst
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)
38 changes: 38 additions & 0 deletions v5/releases/cli3.5.4.rst
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)

0 comments on commit cb76884

Please sign in to comment.