From ba61c1ebf005d24441ea6ab4033f0671507c367b Mon Sep 17 00:00:00 2001 From: SerVB Date: Thu, 25 Feb 2021 21:02:19 +0300 Subject: [PATCH] Add changelogs --- projector-plugin/CHANGELOG.md | 10 ++++++++++ projector-server/CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/projector-plugin/CHANGELOG.md b/projector-plugin/CHANGELOG.md index cbcf159c..a0f52d91 100644 --- a/projector-plugin/CHANGELOG.md +++ b/projector-plugin/CHANGELOG.md @@ -2,6 +2,16 @@ Notable changes to this project are documented in this file. +# 1.0.3 + +## Fixed + +- Failing start of remote access. + +# Updated + +- Projector Server v0.51.15. + # 1.0.2 ## Added diff --git a/projector-server/CHANGELOG.md b/projector-server/CHANGELOG.md index 1605c6a2..ccb713c2 100644 --- a/projector-server/CHANGELOG.md +++ b/projector-server/CHANGELOG.md @@ -1,3 +1,25 @@ +# 0.51.15 + +## Fixed + +- PRJ-274 Fix not working backgroundColor parameter. +- PRJ-194 Make AltRight recognize as Alt Graph not simple Alt. +- PRJ-25 Ligatures are shown even when disabled. +- Fix compatibility with JetBrains Runtime bundled with 2021.1 EAP. +- Fix RMB doesn't work in Terminal. +- Fix context menu blinking because of showing twice. +- PRJ-226 Support MD in IDEs of version 203. + +## Changed + +- PRJ-274 Make default background color less bright. +- PRJ-274 Make background of windows default and not solid. + +## Added + +- PRJ-229 Allow to choose AZERTY keymap. +- PRJ-235 Add option to bind to specific host address. + # 0.50.14 ## Fixed