David Lechner
518b6d930c
Merge pull request #440 from pybricks/dlech
...
v1.1.0-beta.1
2021-06-23 15:03:31 -05:00
David Lechner
c108fe8ecc
v1.1.0-beta.1
2021-06-23 14:59:33 -05:00
David Lechner
6d9ce8f1e2
github: override app name for beta releases
...
Also upload everything to beta subdomain (beta subdomain will be used as
"staging" for stable release as well).
2021-06-23 14:57:00 -05:00
David Lechner
944770fa98
public/manifest: use variables for program name
...
This requires a craco hack due to https://github.com/facebook/create-react-app/issues/7953
2021-06-23 14:28:59 -05:00
David Lechner
411e8e64d5
CHANGELOG: update for 7cfd362
2021-06-23 13:16:44 -05:00
Laurens Valk
10b2db2cb2
Bump @pybricks/ide-docs from 1.3.3 to 1.4.0
...
Includes 3.X doc features for next beta release.
2021-06-23 13:15:34 -05:00
David Lechner
98809eff8e
yarn upgrade
2021-06-23 12:40:56 -05:00
David Lechner
7cfd362efb
firmware: update to v3.1.0a1
2021-06-23 12:38:09 -05:00
David Lechner
70de0d0323
github: drop if success()
...
This is implicit, so we don't need it explicitly.
2021-06-23 12:36:14 -05:00
David Lechner
10148fa9cf
ble-uart: decode PnP ID if it exists
2021-06-23 12:31:19 -05:00
David Lechner
ec4160dbab
yarn upgrade
2021-06-14 12:35:23 -05:00
David Lechner
9fca17fbac
update projects URL to point to Pybricks website
2021-06-08 16:21:48 -05:00
David Lechner
09b614bcc4
CHANGELOG: fix broken links
2021-06-08 15:56:14 -05:00
David Lechner
5ec220ae5f
github: exclude .well-known when uploading
...
The web hosting provider automatically creates this directory.
2021-06-08 15:31:18 -05:00
David Lechner
a3bda0411f
github: update action for release
v1.0.0
2021-06-08 15:23:43 -05:00
David Lechner
cab8ee254b
Merge pull request #436 from pybricks/dlech
...
v1.0.0 release
2021-06-08 15:03:15 -05:00
David Lechner
65b199a1c4
v1.0.0
2021-06-08 14:56:43 -05:00
David Lechner
20876ec388
start a changelog
2021-06-08 14:52:44 -05:00
David Lechner
6c692a7e95
fix wrapping on external link buttons
2021-06-08 14:52:44 -05:00
David Lechner
205937fdc3
add changelog link to about dialog
2021-06-08 14:52:44 -05:00
David Lechner
38fc062214
firmware v3.0.0
2021-06-08 14:10:48 -05:00
Laurens Valk
87b42e2e02
Bump @pybricks/ide-docs from 1.3.2 to 1.3.3
...
This brings in the updated code snippet style.
Also includes a new example for use in a video tutorial.
2021-05-21 14:17:32 +02:00
David Lechner
3245fc5853
Merge pull request #431 from pybricks/dlech
...
add .gitattibutes
2021-05-17 14:49:32 -05:00
David Lechner
b50a23969c
add .gitattibutes
2021-05-17 14:45:35 -05:00
David Lechner
4ace43709d
Merge pull request #430 from pybricks/dlech
...
RC2
2021-05-17 14:26:25 -05:00
David Lechner
a47dbc10b2
v1.0.0-rc.2
v1.0.0-rc.2
2021-05-17 14:16:16 -05:00
David Lechner
deee6578f7
improved bluetooth adapter error message
...
Issue: https://github.com/pybricks/support/issues/338
2021-05-17 13:24:57 -05:00
David Lechner
12f3f40e36
use spinner when bluetooth is connecting
...
It can take a while (especially on Windows) before the connection is
ready and the other buttons become enabled. So use a spinner to let
the user know that we are working on it.
Issue: https://github.com/pybricks/support/issues/315
2021-05-17 13:03:32 -05:00
David Lechner
1279370fc8
Fix firmware flash button not disabled while connecting
...
We were using the wrong state variable to detect when BLE is disconnected.
We care about the BLE connection state, not the hub runtime state here.
Issue: https://github.com/pybricks/support/issues/315#issuecomment-841486591
2021-05-17 12:44:30 -05:00
David Lechner
89968ab40e
Merge pull request #428 from pybricks/dlech
...
firmware: add windows BLE hacks
2021-05-17 09:36:00 -05:00
David Lechner
956b6f3c96
firmware: add windows BLE hacks
...
This works around some issues that have been observed on a specific
Windows computer.
Issue: https://github.com/pybricks/support/issues/256
2021-05-16 16:18:34 -05:00
David Lechner
b001748f95
Merge pull request #424 from pybricks/dlech
...
use overflow: hidden on splitter panes
2021-05-11 14:44:08 -05:00
David Lechner
1ae9befab8
Merge branch 'master' into dlech
2021-05-11 14:40:41 -05:00
David Lechner
4da6f7e368
use overflow: hidden on splitter panes
...
This fixes problems with double scroll bars showing up.
Fixes: https://github.com/pybricks/pybricks-code/issues/406
Fixes: https://github.com/pybricks/pybricks-code/issues/407
v1.0.0-rc.1
2021-05-11 14:38:04 -05:00
David Lechner
877c2157c1
Merge pull request #421 from pybricks/dlech
...
RC1
2021-05-11 13:12:27 -05:00
David Lechner
c346498d78
github: update tag matching for rc
2021-05-11 13:08:15 -05:00
David Lechner
423f6c9a9c
v1.0.0-rc.1
2021-05-11 13:03:44 -05:00
David Lechner
fa57a5b7ba
firmware v3.0.0c1
2021-05-11 12:48:07 -05:00
David Lechner
ec6753c314
yarn lint
...
rules seem to have changed a bit after upgrading packages
2021-05-11 12:45:43 -05:00
David Lechner
efb86b5a5c
drop @types/jszip
...
upstream package now contains typings
2021-05-11 12:43:07 -05:00
David Lechner
9c007817b1
yarn update
2021-05-11 12:42:32 -05:00
David Lechner
d2771aaa05
Merge pull request #414 from pybricks/dlech
...
bump linter version
2021-04-26 14:18:14 -05:00
David Lechner
73f583e144
bump linter version
2021-04-26 14:14:13 -05:00
David Lechner
4c802e811f
Merge pull request #412 from pybricks/dlech
...
beta 15
2021-04-26 13:50:43 -05:00
David Lechner
ed9eba8f72
v1.0.0-beta.15
v1.0.0-beta.15
2021-04-26 13:46:45 -05:00
David Lechner
b10537678d
update Pybricks docs
2021-04-26 13:46:20 -05:00
David Lechner
ac73004fea
yarn upgrade
2021-04-26 13:44:19 -05:00
David Lechner
9fe23d6d7b
Update firmware to v3.0.0b6
2021-04-26 13:39:20 -05:00
David Lechner
0bd90e76d1
Merge pull request #404 from pybricks/dlech
...
beta 14
2021-04-12 16:50:42 -05:00
David Lechner
debd259df5
v1.0.0-beta.14
v1.0.0-beta.14
2021-04-12 16:46:33 -05:00