Skip to content

Commit 5abb77a

Browse files
authored
Bump to version Version: 2.0.0 Beta.2 (#114)
* [#110][#37] Added Connected Variables to DEV channel (#113) * [#110] Channel selector (#111) Add channel selector and mark widget as in beta debug as dev * registered Widgets tab * [bug] changes in Widgets only * received cv as object * set variable widget working * Experiment: VariableBase sort of working * use VariableBase for VariableSet * create widget out of object * change to generic set and get * Working display value * working cursor widget * sort of working layout of widgets * Tool bar sort of working * save widgets to file and toolbar placeholders * done tool bar: install cv library tool * toolbar working load widget * changes not tested, for sync reason * working global widget lock * simplify variable base widget * Slider Widget * slider readonly workig * refined way of dealing with undefined * add config toggle * Working config Widgets * Better CSS * update library * color picker widget * schema and change name * improve base widget style * Button widget working * fine tune parameter * change type as part of saved data * added period settings to drag actions * move Widgets to DEV * doc for version bump
1 parent a7de5a6 commit 5abb77a

34 files changed

+2980
-415
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ REPL (Read-Evaluate-Print Loop) is a coding mode where you can interact with the
6565

6666
### CircuitPython Online IDE
6767

68-
Version: 2.0.0 Beta.1
68+
Version: 2.0.0 Beta.2
6969

7070
[CircuitPython](https://circuitpython.org/) is a version of Python that runs on microcontrollers and single-board computers. Its development is sponsored by [Adafruit](https://www.adafruit.com/).
7171

docs/UI_test.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ This list grows as test steps are recorded when creating PRs.
2626
- [ ] terminal size react to tab size
2727
- Config
2828
- [ ] terminal font size react to settings
29+
30+
## Channel test
31+
- [ ] visit http://localhost:5173/ to confirm dev and beta are not visible
32+
- [ ] visit http://localhost:5173/?channel=beta to confirm that beta features are available
33+
- [ ] visit http://localhost:5173/?channel=dev to confirm that dev and beta features are available

docs/release process.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
1. update wiki then build docs
2+
- version number
3+
- release note
4+
- build doc in code repo
15
1. merge `develop` branch to main
26
1. close related issues
3-
1. update wiki then build docs
7+
- https://github.com/urfdvw/circuitpython-online-ide-2/issues/24
48
1. build ph-page
59
1. build downloadable page and release

0 commit comments

Comments
 (0)