Skip to content
This repository has been 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 Apr 6, 2021
1 parent 5db2f9f commit 962af35
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
19 changes: 19 additions & 0 deletions projector-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Notable changes to this project are documented in this file.

# 1.2.2

## Added

- Allow disabling connection confirmation.

## Fixed

- PRJ-388 Switch off EnableAction if Projector detected.
- PRJ-314 Get rid of blocking calls getHostName.

## Changed

- Minor UI improvements.

# Updated

- Projector Server v1.1.2.

# 1.2.1

## Added
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 @@ -27,7 +27,7 @@ plugins {
id("org.jetbrains.intellij")
}

version = "1.2.1"
version = "1.2.2"

val projectorClientVersion: String by project

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

## Added

- PRJ-188 Support links opening via Cmd+Click in code, "Open on GitHub", Markdown Preview

# 1.1.1

## Fixed
Expand Down

0 comments on commit 962af35

Please sign in to comment.