Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 0d6ed54

Browse files
removed not working keymaps. Changelog for 1.4.0
1 parent 23e8d4f commit 0d6ed54

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.0 - Upload feature improvements
2+
* Support for uploading (and downloading) binary files like images and mpy files
3+
* Added auto-connect feature
4+
* Added settings option to allow upload of all file types
5+
* Upload stability improvements and hash file checks, retries and remembering half-succeeded uploads
6+
* Fixed small layout bugs in button display
7+
18
## 1.3.4 - Bugfixes
29
* atom 1.28.0 support
310

keymaps/pycom-sync.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"atom-workspace": {
3-
"ctrl-alt-up": "pymakr:upload",
4-
"ctrl-alt-u": "pymakr:upload",
5-
"ctrl-alt-down": "pymakr:upload",
3+
"ctrl-alt-s": "pymakr:upload",
64
"ctrl-alt-t": "pymakr:toggleREPL",
75
"ctrl-alt-c": "pymakr:connect",
86
"ctrl-alt-d": "pymakr:disconnect",

0 commit comments

Comments
 (0)