From 6c25dafb37592ab2b5d24de54916e3158a605673 Mon Sep 17 00:00:00 2001 From: Mayank Patibandla <34776435+mayankpatibandla@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:11:47 -0400 Subject: [PATCH 1/3] Release notes for 3.5.3 and 3.5.4 --- v5/releases/cli3.5.3.rst | 33 +++++++++++++++++++++++++++++++++ v5/releases/cli3.5.4.rst | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 v5/releases/cli3.5.3.rst create mode 100644 v5/releases/cli3.5.4.rst diff --git a/v5/releases/cli3.5.3.rst b/v5/releases/cli3.5.3.rst new file mode 100644 index 00000000..1b091460 --- /dev/null +++ b/v5/releases/cli3.5.3.rst @@ -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 `_ for instructions. + +Windows / Linux / macOS / Python PIP +------------------------------------ + +Run ``pip install --upgrade pros-cli`` (or pip3, depending on your system) diff --git a/v5/releases/cli3.5.4.rst b/v5/releases/cli3.5.4.rst new file mode 100644 index 00000000..836faa3d --- /dev/null +++ b/v5/releases/cli3.5.4.rst @@ -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 `_ for instructions. + +Windows / Linux / macOS / Python PIP +------------------------------------ + +Run ``pip install --upgrade pros-cli`` (or pip3, depending on your system) From 1c6a862f21c5a9ec9d5c746d1680cac348cc89f0 Mon Sep 17 00:00:00 2001 From: Mayank Patibandla <34776435+mayankpatibandla@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:14:43 -0400 Subject: [PATCH 2/3] Fix 3.5.1 filename It doesn't show up on the docs site --- v5/releases/{cli.3.5.1 => cli3.5.1.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename v5/releases/{cli.3.5.1 => cli3.5.1.rst} (100%) diff --git a/v5/releases/cli.3.5.1 b/v5/releases/cli3.5.1.rst similarity index 100% rename from v5/releases/cli.3.5.1 rename to v5/releases/cli3.5.1.rst From cc3e007847b950e6ffeaa9ad2f59bed2313f59cc Mon Sep 17 00:00:00 2001 From: Mayank Patibandla <34776435+mayankpatibandla@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:59:04 -0400 Subject: [PATCH 3/3] Fix issues link --- v5/releases/cli3.5.0.rst | 2 +- v5/releases/cli3.5.1.rst | 2 +- v5/releases/cli3.5.2.rst | 2 +- v5/releases/cli3.5.3.rst | 2 +- v5/releases/cli3.5.4.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v5/releases/cli3.5.0.rst b/v5/releases/cli3.5.0.rst index 89b49da9..576bd9f9 100644 --- a/v5/releases/cli3.5.0.rst +++ b/v5/releases/cli3.5.0.rst @@ -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 `_. Updating to the new version =========================== diff --git a/v5/releases/cli3.5.1.rst b/v5/releases/cli3.5.1.rst index ff9fb6f5..e266e19c 100644 --- a/v5/releases/cli3.5.1.rst +++ b/v5/releases/cli3.5.1.rst @@ -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 `_. - The PROS Development Team Updating to the new version diff --git a/v5/releases/cli3.5.2.rst b/v5/releases/cli3.5.2.rst index 5fa5ce09..55ea3771 100644 --- a/v5/releases/cli3.5.2.rst +++ b/v5/releases/cli3.5.2.rst @@ -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 `_. Updating to the new version =========================== diff --git a/v5/releases/cli3.5.3.rst b/v5/releases/cli3.5.3.rst index 1b091460..35e89edb 100644 --- a/v5/releases/cli3.5.3.rst +++ b/v5/releases/cli3.5.3.rst @@ -10,7 +10,7 @@ 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). +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 `_. Updating to the new version =========================== diff --git a/v5/releases/cli3.5.4.rst b/v5/releases/cli3.5.4.rst index 836faa3d..89a606c9 100644 --- a/v5/releases/cli3.5.4.rst +++ b/v5/releases/cli3.5.4.rst @@ -15,7 +15,7 @@ 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). +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 `_. Updating to the new version ===========================