diff --git a/projector-plugin/CHANGELOG.md b/projector-plugin/CHANGELOG.md index e97b4f04..0e016d20 100644 --- a/projector-plugin/CHANGELOG.md +++ b/projector-plugin/CHANGELOG.md @@ -2,6 +2,20 @@ Notable changes to this project are documented in this file. +# 1.7.0 + +## Fixed + +- Null action workaround in fireAction. + +## Added + +- PRJ-355 PRJ-553 Support copy/paste on client when the server is started in agent mode. + +## Updated + +- Projector Server v1.4.0. + # 1.6.1 ## Fixed diff --git a/projector-plugin/gradle.properties b/projector-plugin/gradle.properties index 5c244381..be570df1 100644 --- a/projector-plugin/gradle.properties +++ b/projector-plugin/gradle.properties @@ -1 +1 @@ -version=1.6.1 +version=1.7.0 diff --git a/projector-server/CHANGELOG.md b/projector-server/CHANGELOG.md index a14b0e12..92de921f 100644 --- a/projector-server/CHANGELOG.md +++ b/projector-server/CHANGELOG.md @@ -1,3 +1,27 @@ +# 1.4.0 + +## Fixed + +- PRJ-615 Fix NRE when creating font events +- Fix paste keystroke key event order +- Fix "bad cursor ID -1" warning +- PRJ-660 PRJ-510 Fix inability to close windows opened before connection +- PRJ-189 Fix correct content paste only after the second attempt +- PRJ-696 Fix IME textarea refocusing in Firefox when the whole window was blurred and then focused +- Remove logs of old mouse events creation (for already not showing windows) +- PRJ-214 Change window ID generation to sequential (prevent potential errors, e.g. sometimes windows open without decoration/header) + +## Changed + +- Speculative typing improvements +- Projector classloader improvements (used in agent-v1.6.1) +- Change ImageCacher from a singleton to an instantiated class (prevent potential errors) +- Refactor injector transformers + +## Added + +- Allow to specify external transports and to disable WebSocket server (useful when embedding Projector to other apps) + # 1.3.0 ## Fixed diff --git a/projector-server/gradle.properties b/projector-server/gradle.properties index 78d97e42..7dc9496e 100644 --- a/projector-server/gradle.properties +++ b/projector-server/gradle.properties @@ -1 +1 @@ -version=1.3.0 +version=1.4.0