Skip to content

Commit

Permalink
chore: prepare 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Apr 28, 2020
1 parent f0d09ba commit f711f8e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/1.4.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 1.4.0

_Not Released Yet_
_Released 2020 Apr 28_

#### Improvements

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Version History

* ????-??-?? [1.4.0](1.4.0.md) (TDB; work in progress)
* 2020-04-08 [1.3.0](1.3.0.md) (latest)
* 2020-04-28 [1.4.0](1.4.0.md) (latest)
* 2020-04-08 [1.3.0](1.3.0.md)
* 2020-03-20 [1.2.0](1.2.0.md)
* 2020-02-19 [1.1.0](1.1.0.md)
* 2020-01-08 [1.0.0](1.0.0.md)
Expand Down
18 changes: 18 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### 1.4.0

_Released 2020 Apr 28_

#### Improvements

- Added support for specifying file handle explicitly when opening a view via
`MumbleLink#open(String)`.
- This is meant to be used with the `-mumble <name>` command line argument
that was added to Guild Wars 2 on 28. April 2020 to better support
multiple game clients on a single PC.
- Added `UIState#isInCombat` bit check.
- Added `MumbleLink.Context#getProcessID` which returns the ID of the game
process that has most recently updated the data.


---

### 1.3.0

_Released 2020 Apr 08_
Expand Down
20 changes: 10 additions & 10 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
### 1.3.0
### 1.4.0

_Released 2020 Apr 08_
_Released 2020 Apr 28_

#### Improvements

- Added support for MumbleLink views of custom source ByteBuffers.
- Added `MumbleLink#copy` operations to cover from the entire MumbleLink buffer (instead of just the context).
- Added ByteBuffer overloads for `MumbleLink.Context#copy` operations.

#### Fixes

- Fixes an issue that caused `MumbleLink.Context#copy` operations to copy from
the start of the buffer instead of the start from the context.
- Added support for specifying file handle explicitly when opening a view via
`MumbleLink#open(String)`.
- This is meant to be used with the `-mumble <name>` command line argument
that was added to Guild Wars 2 on 28. April 2020 to better support
multiple game clients on a single PC.
- Added `UIState#isInCombat` bit check.
- Added `MumbleLink.Context#getProcessID` which returns the ID of the game
process that has most recently updated the data.

0 comments on commit f711f8e

Please sign in to comment.