Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 30, 2018
1 parent 7770415 commit 08c2314
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes

## 1.0.0 (2018-08-30)

* [Multi-root Workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces), work on several related projects at one time (issue [#50](https://github.com/platformio/platformio-vscode-ide/issues/50))
* **PlatformIO Activity Bar**:
- "Quick Access" to PIO Home and maintenance commands
- "Project Tasks", refactored Project Task Manager with a support for multiple environments in `platformio.ini`
* Added "verbose" build and upload project tasks
* Added "Update PlatformIO Core packages" command
* Added new configuration option `platformio-ide.disableToolbar` which allows to disabling of PlatformIO Toolbar in a bottom status bar
* Refactored IntelliSense Indexer
* Fixed issue with task runner when French locale is used (issue [#107](https://github.com/platformio/platformio-vscode-ide/issues/107))

## 0.17.5 (2018-08-21)

* Improvements for [PIO Unified Debugger](http://docs.platformio.org/page/plus/debugging.html):
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformio-ide",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"publisher": "platformio",
"engines": {
"vscode": "^1.24.0"
Expand Down

0 comments on commit 08c2314

Please sign in to comment.