Skip to content

Commit df69768

Browse files
authored
Update README and publish release
1 parent 3fc1745 commit df69768

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ You can join the [Discord](https://discord.gg/5z4GuSnqmQ) for help with this for
66

77
## Changes from Original Library
88

9-
- New incoming connection batches additional packets to more closely imitate the vanilla client:
9+
- New incoming connection batches additional packets to more closely imitate the vanilla client (from [@RaphiMC](https://github.com/RaphiMC)):
1010
- A `Connected Ping`
1111
- The first game packet, `Request Network Settings Packet`
1212
- Allows for resetting security state if `Open Connection Reply 1` is resent by the server
1313
- Only do retries with `Open Connection Request 1`, and reserve `Open Connection Request 2` only as a direct response to `Open Connection Reply 1`
1414
- Allows using datagram channel factories for raknet (from [@AlexProgrammerDE](https://github.com/AlexProgrammerDE))
1515
- Skips over improperly typed client address fields
16+
- Does not set RakNet flag `NEEDS_B_AND_AS` on client messages
1617

1718
## Usage
1819

@@ -22,4 +23,4 @@ The library is published to Maven Central. See the [latest release](https://gith
2223

2324
### Snapshots [![](https://jitpack.io/v/dev.kastle/NetworkCompatible.svg)](https://jitpack.io/#dev.kastle/NetworkCompatible)
2425

25-
Snapshots are avaible from [jitpack](https://jitpack.io/#dev.kastle/NetworkCompatible).
26+
Snapshots are available from [jitpack](https://jitpack.io/#dev.kastle/NetworkCompatible). Note the package group for jitpack is `dev.kastle.NetworkCompatible` witht the name `netty-transport-raknet`.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Only update version on publishing to Maven Central
2-
version=1.3.0
2+
version=1.4.0

0 commit comments

Comments
 (0)