Release 1.1.0

This commit is contained in:
Omelette 蛋卷
2024-01-31 00:29:36 -05:00
parent fdda105b09
commit 3e230dd853
3 changed files with 116 additions and 12 deletions

View File

@@ -37,4 +37,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [1.0.2]
### Fixed
- Fix buttons getting separated by other extensions.
- Fix buttons getting separated by other extensions.
## [1.1.0]
### Added
- Option to display return in a json side window, taking advantage of syntax highlighting.
- Status bar item to quickly switch between local and remote DCS server, mission and GUI environment, and open settings .
### Changed
- Quick switch buttons next to the run code button is now hidden by default, superseded by the status bar item. These buttons take up too much space, especially when displaying return in json side window mode.