You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES_2.22.0.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release notes for Pymakr v2.22.0
2
2
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.
4
4
5
5
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.
6
6
@@ -24,9 +24,12 @@ We aim to make your experience with Pymakr as pleasant as possible Should you ha
24
24
25
25
## Get Started Guide
26
26
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:
28
28
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`.
30
33
31
34
# <br>
32
35
@@ -36,7 +39,7 @@ Dev mode keeps your connected devices running and synchronized to your project f
36
39
37
40
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.
38
41
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.
40
43
41
44
_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`)_
0 commit comments