Release 1.2

This commit is contained in:
omltcat
2024-05-11 23:22:53 -04:00
parent 07711a605a
commit 0685084a3c
6 changed files with 82 additions and 1096 deletions

View File

@@ -2,8 +2,6 @@
All notable changes to the "dcs-lua-runner" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [Unreleased]
### Added
@@ -95,4 +93,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Added
- Integrate a detailed setup guide into extension.
- Automatically show setup guide on first activation.
- Automatically show setup guide on first activation.
## [1.2.0] - 2024-05-11
### Added
- Option to configure remote GUI environment address and port separately from mission environment for better HTTPS reverse proxy support. (PLEASE USE A REVERSE PROXY ON REMOTE SERVER FOR SECURITY!)
### Changed
- Integrated Setup guide now includes instructions to help setting up a reverse proxy.
- Message displayed upon switching settings now includes protocol info (http/https).
- Move dcs-fiddle-server.lua script to an [external repository](https://github.com/omltcat/dcs-snippets/blob/master/Scripts/Hooks/dcs-fiddle-server.lua).