Update CHANGELOG with latest changes
This commit is contained in:
parent
a844251973
commit
e3a96426bc
1 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Update to Python 3
|
||||||
|
|
||||||
- Use `python3 -m venv <myenvname>`
|
- Use `python3 -m venv <myenvname>`
|
||||||
- Use `python3 -m pdb <script>` for debugging
|
- Use `python3 -m pdb <script>` for debugging
|
||||||
|
- Docker image updated
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
|
|
@ -22,6 +23,13 @@ Update to Python 3
|
||||||
|
|
||||||
### Web
|
### Web
|
||||||
|
|
||||||
|
New golden-layout based Webclient UI (@security-related)
|
||||||
|
- Features
|
||||||
|
- Much slicker behavior and more professional look
|
||||||
|
- Allows tabbing as well as click and drag of panes in any grid position
|
||||||
|
- Renaming tabs, assignments of data tags and output types are simple per-pane menus now
|
||||||
|
- Any number of input panes, with separate histories
|
||||||
|
- Button UI (disabled in JS by default)
|
||||||
Web/Django standard initiative (@strikaco)
|
Web/Django standard initiative (@strikaco)
|
||||||
- Features
|
- Features
|
||||||
- Adds a series of web-based forms and generic class-based views
|
- Adds a series of web-based forms and generic class-based views
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue