Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Oct 4, 2021
1 parent 75448f0 commit a2b773b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
14 changes: 14 additions & 0 deletions projector-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projector-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.6.1
version=1.7.0
24 changes: 24 additions & 0 deletions projector-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projector-server/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.3.0
version=1.4.0

0 comments on commit a2b773b

Please sign in to comment.