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

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Mar 16, 2021
1 parent 250a70b commit 4e29e33
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions projector-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Notable changes to this project are documented in this file.

# 1.2.0

## Added

- Allow specifying the listening address.

# Updated

- Projector Server v1.1.0.

# 1.1.0

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion projector-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id("org.jetbrains.intellij")
}

version = "1.1.0"
version = "1.2.0"

val projectorClientVersion: String by project

Expand Down
16 changes: 16 additions & 0 deletions projector-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.1.0

## Added

- PRJ-272 Allow specifying PIXEL_PER_UNIT.
- PRJ-287 PRJ-234 Disable ligatures automatically.

## Changed

- PRJ-275 Implement taking keymap from keyboard API.
- PRJ-317 Improve disconnection message.

## Fixed

- Manual JSON decoder.

# 1.0.0

## Changed
Expand Down

0 comments on commit 4e29e33

Please sign in to comment.