portmapper/CHANGELOG.md

1.9 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.2.2] - 2021-03-06

  • No changes, move deployment from JCenter to Maven Central.

[2.2.1] - 2020-07-11

Fixed

  • Improve getting local IP address, thanks to brunoais for pull request #54
  • Improve ClingRouterFactory: Search for the right device type and return all found devices. This fixes #43 reported by @elmimmo and maybe fixes #41 reported by @TheGamingLab.

Changed

[2.2.0] - 2019-04-19

Changed

  • Require Java 11 [BREAKING CHANGE] You can download OpenJDK 11 JRE from AdoptOpenJDK
  • Add Italian translation, thanks to @ItachiSan for pull request #36
  • Add simplified Chinese translation, thanks to @wwj402 for pull request #33

Fixed

Known issues

  • Chinese translation is broken due to encoding issues.

[2.1.1] - 2018-01-28

Changed

  • Requrire Java 1.8 (BREAKING CHANGE)

Added

Fixed