Skip to content

Commit f0d2519

Browse files
chore: updated release notes
1 parent 66dcd88 commit f0d2519

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

RELEASE_NOTES_2.22.0.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release notes for Pymakr v2.22.0
22

3-
It's been a long time coming but we're delighted to finally announce the next release of our Pymakr 2. We've packed this release with tons of new features and bugfixes to make Pymakr 2 even faster, easier and more reliable than ever.
3+
It's been a long time coming and we're delighted to finally announce the next release of our Pymakr 2. We've packed this release with tons of new features and bugfixes to make Pymakr 2 even faster, easier and more reliable than ever.
44

55
We aim to make your experience with Pymakr as pleasant as possible Should you have any problems with our new release, please [open an issue](https://github.com/pycom/pymakr-vsc/issues/new/choose) on Github so that we can help.
66

@@ -24,9 +24,12 @@ We aim to make your experience with Pymakr as pleasant as possible Should you ha
2424

2525
## Get Started Guide
2626

27-
Clicking `ctrl/cmd + shift + p`, typing `walkthrough` and selecting `Get Started: Open Walkthrough...` will show a list of walkthroughs.
27+
We've added a small walkthrough. To open it:
2828

29-
Here's you can click `Pymakr 2 - Getting Started` for a brief rundown.
29+
1. Click `ctrl/cmd + shift + p`
30+
2. Type `walkthrough`
31+
3. Select `Get Started: Open Walkthrough...` will show a list of walkthroughs.
32+
4. Click `Pymakr 2 - Getting Started`.
3033

3134
# <br>
3235

@@ -36,7 +39,7 @@ Dev mode keeps your connected devices running and synchronized to your project f
3639

3740
In dev mode, whenever a file in a project is saved, the changes are synced to the project's devices and the devices then restarted.
3841

39-
Clicking the upload button while in dev mode will stop the current running script and upload files that are different from those on the device. Kinda like patching. _This is different from the regular upload functionality, which erases all content on the device before uploading the entire project._
42+
Clicking the upload button while in dev mode will stop the current running script and upload files that are different from those on the device. Kinda like patching. This is different from the regular upload functionality, which erases all content on the device before uploading the entire project.
4043

4144
_Note: Dev mode is limited to to the capabilities of the connected devices. Eg. it's not possible for Pymakr to communicate with a device in `machine.deepsleep` since the device's USB is disabled in this state. (A workaround for this may be possible - see `dev.simulateDeepSleep` in `pymakr.conf`)_
4245

0 commit comments

Comments
 (0)