Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

76 lines (48 loc) · 2.88 KB

Change Log

1.0.1 (November 19, 2019)

  • Bux Fixes: RIOT init hangs with "RIOT setup. (@attdona in #14)

1.0.0 (September 6, 2019)

  • Progress status notification when creating settings and tasks files.

  • Better intellisense: Removed include basename directory from paths included in browse.path c_cpp_properties.json property and provision for user defined browse.path paths.

  • Removed automatic update of project configuration when modifyng vscode settings. A new RIOT build configuration (.vscode/c_cpp_properties.json and .vscode/tasks.json) have to be explicitly triggered by RIOT init command.

  • Pull Request: regex improvement, many thanks for the contribution to Kees Bakker. (@keestux in #12)

  • Bug Fixes: added riot.base property for managing correctly apps external to RIOT. (@attdona in #11)

  • Bug Fixes: Setting riot.compiler_path is broken. (@attdona in #13)

0.1.5 (June 13, 2019)

  • Bug Fixes: clean and flash commands (@attdona in #10)

0.1.4 (June 08, 2019)

  • Change request: riot.quiet renamed to riot.make_defs (@attdona in #10)

0.1.3 (June 29, 2018)

0.1.2 (April 6, 2018)

0.1.1 (April 5, 2018)

0.1.0 (April 3, 2018)

0.0.3 (February 2, 2018)

0.0.2 (January 13, 2018)

  • Enhancement: automatic update of tasks.json and c_cpp_properties.json when riot user setting are saved (@attdona in #1)

  • Enhancement: introduced riot.sync_tasks flag (@attdona in #1)

0.0.1 (January 10, 2018)

  • Initial release