Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update - v0.5.16 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 59 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,108 +2,96 @@

# tinygo-plugin Changelog

## Unreleased
## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## 0.5.16
## [0.5.16]

### Changed

- Make plugin compatible with 2024.3 EAP.

## 0.5.15
## [0.5.15]

### Changed

- Fix various UI freezes.
- Make plugin compatible with 2024.2.

## 0.5.14
## [0.5.14]

### Fixed

- Fix various UI freezes.

## 0.5.13
## [0.5.13]

### Changed

- Make plugin compatible with 2024.1.
- Change the icon for the AVR Assembly file type.

## 0.5.12
## [0.5.12]

### Changed

- Make plugin compatible with 2024.1 EAP.

## 0.5.11
## [0.5.11]

### Changed

- Make plugin compatible with 2023.3 EAP.

## 0.5.10
## [0.5.10]

### Changed

- Make plugin compatible with 2023.2.

## 0.5.9
## [0.5.9]

### Fixed

- Fix resolving of the `machine` package for some targets on Windows.

## 0.5.8
## [0.5.8]

### Changed

- Make plugin compatible with 2023.2 EAP.

## 0.5.7
## [0.5.7]

### Changed

- Make plugin compatible with 2023.1.

## 0.5.6
## [0.5.6]

### Changed

- Make plugin compatible with 2022.3.

## 0.5.5
## [0.5.5]

### Changed

- Improve matching of build tags and `cached GOROOT` parameters while extracting TinyGo parameters.

## 0.5.4
## [0.5.4]

### Changed

- Escape ANSI control sequences not on process output explicitly,
but by using a prepared process executor for Windows

## 0.5.3
## [0.5.3]

### Changed

- Provide more logs during parameters extraction

## 0.5.2
## [0.5.2]

### Changed

Expand All @@ -114,13 +102,13 @@
- More correct inspection results for SDK-related inspections (e.g. do not show errors in `builtin.go`).
- Disable debug button for TinyGo run configurations.

## 0.5.1
## [0.5.1]

### Fixed

- Ignore ANSI escape sequences while extracting TinyGo parameters

## 0.5.0
## [0.5.0]

### Added

Expand All @@ -140,7 +128,7 @@
when only extracted by build constraints files point to an unsupported library.
- Fix link to a description of an unsupported package at the TinyGo website.

## 0.4.0
## [0.4.0]

### Added

Expand All @@ -158,7 +146,7 @@
- Capture run configuration's working directory during execution.
- Import of custom target platforms from a .json file.

## 0.3.5
## [0.3.5]

### Changed

Expand All @@ -170,7 +158,7 @@
- `cached GOROOT` resolving.
- Auto imports for TinyGo projects.

## 0.3.4
## [0.3.4]

### Changed

Expand All @@ -184,13 +172,13 @@
- Reload TinyGo library dynamically after target platform change.
- Detect heap allocations in IDE that is installed to a read-only directory.

## 0.3.3
## [0.3.3]

### Changed

- Make the plugin compatible with 2022.1.

## 0.3.2
## [0.3.2]

### Changed

Expand All @@ -200,7 +188,7 @@

- Hide Go SDK from Libraries as it's now a part of TinyGo SDK.

## 0.3.1
## [0.3.1]

### Added

Expand All @@ -210,7 +198,7 @@

- Update small TinyGo icon.

## 0.3.0
## [0.3.0]

### Added

Expand All @@ -225,7 +213,7 @@
- Highlight all usages of unsupported packages, not only its imports
- Cosmetic changes on project wizard UI layout

## 0.2.0
## [0.2.0]

### Added

Expand All @@ -237,7 +225,7 @@

- Use cached GOROOT as TinyGo library instead of TinyGo sources

## 0.1.2
## [0.1.2]

### Fixed

Expand All @@ -250,13 +238,13 @@
- Error handling on `tinygo` command call
- Dynamic settings UI updates when editing compiler flags

## 0.1.1
## [0.1.1]

### Fixed

- Fix compatibility with 2021.2 EAP.

## 0.1.0
## [0.1.0]

### Added

Expand All @@ -267,3 +255,33 @@
- Usage of interface comparison.
- Ability to flash and run a TinyGo application.
- Support for code completion and autoimport.

[Unreleased]: https:/JetBrains/tinygo-plugin/compare/v0.5.16...HEAD
[0.5.16]: https:/JetBrains/tinygo-plugin/compare/v0.5.15...v0.5.16
[0.5.15]: https:/JetBrains/tinygo-plugin/compare/v0.5.14...v0.5.15
[0.5.14]: https:/JetBrains/tinygo-plugin/compare/v0.5.13...v0.5.14
[0.5.13]: https:/JetBrains/tinygo-plugin/compare/v0.5.12...v0.5.13
[0.5.12]: https:/JetBrains/tinygo-plugin/compare/v0.5.11...v0.5.12
[0.5.11]: https:/JetBrains/tinygo-plugin/compare/v0.5.10...v0.5.11
[0.5.10]: https:/JetBrains/tinygo-plugin/compare/v0.5.9...v0.5.10
[0.5.9]: https:/JetBrains/tinygo-plugin/compare/v0.5.8...v0.5.9
[0.5.8]: https:/JetBrains/tinygo-plugin/compare/v0.5.7...v0.5.8
[0.5.7]: https:/JetBrains/tinygo-plugin/compare/v0.5.6...v0.5.7
[0.5.6]: https:/JetBrains/tinygo-plugin/compare/v0.5.5...v0.5.6
[0.5.5]: https:/JetBrains/tinygo-plugin/compare/v0.5.4...v0.5.5
[0.5.4]: https:/JetBrains/tinygo-plugin/compare/v0.5.3...v0.5.4
[0.5.3]: https:/JetBrains/tinygo-plugin/compare/v0.5.2...v0.5.3
[0.5.2]: https:/JetBrains/tinygo-plugin/compare/v0.5.1...v0.5.2
[0.5.1]: https:/JetBrains/tinygo-plugin/compare/v0.5.0...v0.5.1
[0.5.0]: https:/JetBrains/tinygo-plugin/compare/v0.4.0...v0.5.0
[0.4.0]: https:/JetBrains/tinygo-plugin/compare/v0.3.5...v0.4.0
[0.3.5]: https:/JetBrains/tinygo-plugin/compare/v0.3.4...v0.3.5
[0.3.4]: https:/JetBrains/tinygo-plugin/compare/v0.3.3...v0.3.4
[0.3.3]: https:/JetBrains/tinygo-plugin/compare/v0.3.2...v0.3.3
[0.3.2]: https:/JetBrains/tinygo-plugin/compare/v0.3.1...v0.3.2
[0.3.1]: https:/JetBrains/tinygo-plugin/compare/v0.3.0...v0.3.1
[0.3.0]: https:/JetBrains/tinygo-plugin/compare/v0.2.0...v0.3.0
[0.2.0]: https:/JetBrains/tinygo-plugin/compare/v0.1.2...v0.2.0
[0.1.2]: https:/JetBrains/tinygo-plugin/compare/v0.1.1...v0.1.2
[0.1.1]: https:/JetBrains/tinygo-plugin/compare/v0.1.0...v0.1.1
[0.1.0]: https:/JetBrains/tinygo-plugin/commits/v0.1.0