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

Commit 4b83de9

Browse files
committed
Update projector-plugin changelog
1 parent 13a9bb4 commit 4b83de9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

projector-plugin/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22

33
Notable changes to this project are documented in this file.
44

5+
# 1.1.0
6+
7+
## Fixed
8+
9+
- IntelliJ's compatibility deprecation warnings.
10+
11+
# Added
12+
13+
- PRJ-153 Show connected users.
14+
- Allow disconnecting users.
15+
516
# 1.0.4
617

7-
## Changed.
18+
## Changed
819

920
- Icons.
1021

projector-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id("org.jetbrains.intellij")
2323
}
2424

25-
version = "1.0.4"
25+
version = "1.1.0"
2626

2727
val projectorClientVersion: String by project
2828

0 commit comments

Comments
 (0)