Skip to content

Commit

Permalink
Merge branch 'release/v0.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 3, 2017
2 parents c1f1628 + ef8b5d5 commit 407f1d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.7.4 (2017-11-03)

* Improved support for non-ASCII locales
* Fixed issue with the missing toolchain includes in `includePath` of IntelliSense

## 0.7.3 (2017-09-09)

* Catch errors when checking PIO Core version (broken PIO Core installation)
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": "0.7.3",
"version": "0.7.4",
"preview": true,
"displayName": "PlatformIO IDE",
"description": "Official PlatformIO IDE for VSCode: The next generation integrated development environment for IoT. Cross-platform build system and unified debugger. Remote unit testing and firmware updates.",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

export const AUTO_REBUILD_DELAY = 3000;
export const IS_WINDOWS = process.platform.startsWith('win');
export const PIO_CORE_MIN_VERSION = '3.5.0-a.6';
export const PIO_CORE_MIN_VERSION = '3.5.0-b.2';

0 comments on commit 407f1d1

Please sign in to comment.