Skip to content
Closed
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.2.3...v1.3.0) (2026-03-31)


### Features

* improve cli detection ([#60](https://github.com/localstack/localstack-toolkit-vscode/issues/60)) ([aa0520a](https://github.com/localstack/localstack-toolkit-vscode/commit/aa0520a2171c73c92e15cf87d435b20df8a334d8))
* support more vscode-flavored editors ([#81](https://github.com/localstack/localstack-toolkit-vscode/issues/81)) ([2cb6d20](https://github.com/localstack/localstack-toolkit-vscode/commit/2cb6d2018ad767b17357133bcb72c2905e44737e))


### Bug Fixes

* license check in status tracker ([#63](https://github.com/localstack/localstack-toolkit-vscode/issues/63)) ([90fc99b](https://github.com/localstack/localstack-toolkit-vscode/commit/90fc99b158e1b33fba34fcd6753e55bdd8bad399))
* license check in status tracker ([#73](https://github.com/localstack/localstack-toolkit-vscode/issues/73)) ([9c18ee2](https://github.com/localstack/localstack-toolkit-vscode/commit/9c18ee28e873810da849c9b3b3b39d6374c0e8d6))
* localstack installation on ubuntu/i3 ([#77](https://github.com/localstack/localstack-toolkit-vscode/issues/77)) ([71577ac](https://github.com/localstack/localstack-toolkit-vscode/commit/71577ac8fa0dd3df18700d846eae8f982b55c0c6))
* Revert "feat: improve cli detection" ([#65](https://github.com/localstack/localstack-toolkit-vscode/issues/65)) ([ee64584](https://github.com/localstack/localstack-toolkit-vscode/commit/ee6458493428c2a0832d257b17a40d4254fda35f))
* revert "fix: license check in status tracker" ([#64](https://github.com/localstack/localstack-toolkit-vscode/issues/64)) ([dfef829](https://github.com/localstack/localstack-toolkit-vscode/commit/dfef829c2223dd3161578baa09aad030a56baabf))
* void unhandled promise return values in configure-aws ([#105](https://github.com/localstack/localstack-toolkit-vscode/issues/105)) ([2dc3847](https://github.com/localstack/localstack-toolkit-vscode/commit/2dc3847b006dbb2f55b2865af5817169ed61b106))

## 1.3.0 (2026-02-11)

- fix: localstack installation on ubuntu/i3 (#77)
Expand Down
Loading