Skip to content

Commit

Permalink
Merge branch 'release/v0.15.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 8, 2018
2 parents b08fe42 + 7f887f2 commit 5781708
Show file tree
Hide file tree
Showing 15 changed files with 2,208 additions and 81 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/lib/
*.vsix
yarn.lock
*.dict
.vscode/settings.json
13 changes: 0 additions & 13 deletions .vscode/settings.json

This file was deleted.

17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release Notes

## 0.15.0 (2018-05-08)

**Requires VSCode 1.23.0 or above**

* New UI for [PIO Unified Debugger](http://docs.platformio.org/page/plus/debugging.html):
- Conditional Breakpoints
- Expressions and Watchpoints
- Generic Registers
- Peripheral Registers
- Memory Viewer
- Disassembly
- Multi-thread support
- A hot restart of an active debugging session
* Retain PIO Home state when switching between tabs (issue [#32](https://github.com/platformio/platformio-vscode-ide/issues/32))

## 0.14.2 (2018-04-28)

* Fixed "PIP: Could not find a version that satisfies the requirement" (issue [#102](https://github.com/platformio/platformio-vscode-ide/issues/102))
Expand All @@ -10,7 +25,7 @@

## 0.14.0 (2018-03-14)

* Intial support for PIO Enterprise
* Initial support for PIO Enterprise
* Speed up the loading of PIO Home [PIO Home](http://docs.platformio.org/page/home/index.html)

## 0.13.2 (2018-03-08)
Expand Down
Loading

0 comments on commit 5781708

Please sign in to comment.