You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
2
2
# websocket-obs-java
3
3
### A java library for the [**OBS-Studio websocket plugin**](https://github.com/Palakis/obs-websocket) by [**Palakis**](https://github.com/Palakis).
4
+
5
+
---
6
+
7
+
## Notice: Last 1.X.X Release! Stay Tuned for 2.0.0...
8
+
As announced for the Palakis OBS Websocket plugin, Release 4.9.1 will be its last release before 5.X.X. The next major release will introduce breaking changes, overhauling its protocol to make room for many improvements.
9
+
10
+
For us, this means we will focus on updating this library so that it is compatible. We will also do a small overhaul ourselves to improve maintainability (addressing serialization boilerplate, and lifecycle management).
11
+
12
+
The next release for websocket-obs-java will be 2.0.0, and all further work on the `develop` branch (at version 1.3.0) will stop, except for major bugs/issues. Like the 5.X.X release for Palakis, ours will also introduce breaking changes.
13
+
14
+
You can view the release notes for 1.3.0 [here](https://github.com/Twasi/websocket-obs-java/pull/44).
15
+
4
16
---
5
17
## Getting started
6
18
@@ -11,7 +23,7 @@ First include the library in your project using Maven:
11
23
<dependency>
12
24
<groupId>net.twasi</groupId>
13
25
<artifactId>obs-websocket-java</artifactId>
14
-
<version>1.2.0</version>
26
+
<version>1.3.0</version> <!-- Last Obs Websocket 4.X.X Compatible Release -->
15
27
</dependency>
16
28
```
17
29
@@ -100,7 +112,7 @@ binding you want (depends on the vendor)
100
112
If you miss an endpoint feel free to make a pull request. Any help is appreciated.
101
113
102
114
### 📘 Notice to Developers: Repository Transfer 📘
103
-
On June 21st, 2021, this repository was transferred from the `Twasi`personal account to the
115
+
On June 21st, 2021, this repository was transferred from the `Twasi`Organization to the
104
116
`obs-websocket-community-projects` Organization. This was done to better align this library with the
105
117
greater Palakis' OBS Websocket plugin community, and provide better administrative tools.
0 commit comments