Version and changelog updates for 0.4.0 (#296)

This commit is contained in:
Andreea Isac 2022-03-30 10:01:40 -07:00 коммит произвёл GitHub
Родитель 3723909005
Коммит 5278d9f351
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -1,8 +1,13 @@
# What's New?
##
## 0.4.0
Improvements:
- Localization support for all strings used in titles and descriptions of settings, commands and various UI elements (popups, trees, buttons...).
The messages in the output channel are not yet localized.
Bug fixes:
- makePath: add "make" when only a directory path was specified. [#237](https://github.com/microsoft/vscode-makefile-tools/issues/237)
- Fix makePath: add "make" when only a directory path was specified. [#237](https://github.com/microsoft/vscode-makefile-tools/issues/237)
- Activation problem when buildLog is used. Add missing linker. Fix bug when calculating binary targets. Use non deprecated VSCode terminal setting. [PR #256](https://github.com/microsoft/vscode-makefile-tools/pull/256)
- Keep the pre-configure environment when sending the launch target to the terminal or the debugger. [#295](https://github.com/microsoft/vscode-makefile-tools/issues/295)
## 0.3.1

Просмотреть файл

@ -2,7 +2,7 @@
"name": "makefile-tools",
"displayName": "Makefile Tools",
"description": "Provide makefile support in VS Code: C/C++ IntelliSense, build, debug/run.",
"version": "0.3.1",
"version": "0.4.0",
"publisher": "ms-vscode",
"preview": true,
"icon": "res/makefile-logo.png",