Skip to content

Commit

Permalink
Prepare for updating ONE-vscode to v0.4.0 (#1471)
Browse files Browse the repository at this point in the history
* Prepare for updating ONE-vscode to v0.4.0

This commit prepares for ONE-vscode to v0.4.0.
- Update release note for v0.4.0
- Update package version number

ONE-vscode-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>

* Update infra/release/release_note.md

* Update infra/release/release_note.md

* Remove redundant bullets

Co-authored-by: Dayoung Lee <[email protected]>
  • Loading branch information
jyoungyun and dayo09 authored Jan 16, 2023
1 parent fffcbd2 commit 32d641f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 46 deletions.
49 changes: 6 additions & 43 deletions infra/release/release_note.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,14 @@
# Release Note 0.3.0
# Release Note 0.4.0

## ONE-vscode

### ONE Explorer View

- Add hide-and-show button
- Show more files
- Memory trace files
- Performance trace files
- Circle log files
- Extra backend model binary files
- Open files with dedicated editor/viewers
- Circle files - 'Circle Viewer'
- Memory trace files - 'Mondrian Viewer'
- Performance trace files - 'Json Tracer'
- Circle log files - 'Text Editor'

- Improve latency on startup/refresh/file system changes
- Revive rename command for ONE configuration files
- Support refactoring - a function that automatically updates corresponding fields in ONE configuration files when parent model files are renamed
- Support multi-root workspace
### Toolchain View

- Introduce `Default Toolchain` concept
- Support for configuring prerequisites
- Run configuration file with the selected default toolchain

### Target Device View

- Add devices on local connection
- Supported devices
- Local PC (Ubuntu 18.04)
- SDB-connected Tizen devices
- Show usable executors under each device (ex. simulators)

### Cfg Editor

- Help message is shown when mouse is over the question mark icon
- Path of file can be set by clicking search icon
- Trivial bugfix

### Circle Viewer

- Provides graphical view of circle model
- Powered by famous [netron](https://github.com/lutzroeder/netron) source code

### Mondrian Viewer

- Provide graphical view of allocation trace files

### JSON Tracer
- Support ONE toolchain

- Provide graphical view of chrome trace files
- Inspired by the trace viewer of [catapult](https://chromium.googlesource.com/catapult) source code
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "one-vscode",
"displayName": "one-vscode",
"description": "ONE for VSCode",
"version": "0.3.0",
"version": "0.4.0",
"publisher": "Samsung",
"engines": {
"vscode": "^1.57.0"
Expand Down

0 comments on commit 32d641f

Please sign in to comment.