Skip to content

Releases: YvanMazy/TransferProxy

1.0.7

23 Oct 09:45
fc94e51
Compare
Choose a tag to compare

Release 1.0.7

  • Add support for 1.21.2
  • Add ParticleStatus enum from 1.21.2
  • Add an option to disable extra byte check for packet decoding
  • Upgrade some dependencies (and Gradle to 8.10)
  • Reworking packet structure for future Minecraft updates

Full Changelog: 1.0.6...1.0.7

1.0.6

16 May 09:45
c8b38a2
Compare
Choose a tag to compare

Release 1.0.6

  • ⚠️ All packages have been renamed. You need to update the dependency for all plugins!
  • Improve "auto" protocol on status
  • Status favicon is now configurable
  • Add some null checks
  • Improve cookie methods and validation
  • Upgrade some dependencies

Full Changelog: 1.0.5...1.0.6

1.0.5

23 Apr 20:27
d308c9b
Compare
Choose a tag to compare

Release 1.0.5

  • Fix a NPE on Windows 11 by @Stabrinai in #1
  • Add a configuration section for logging
  • Add a way to get player's brand
  • Upgrade packet's data for 1.20.5 release
  • Upgrade some dependencies
  • Minor code clean up

Full Changelog: 1.0.4...1.0.5

1.0.4

28 Feb 23:17
Compare
Choose a tag to compare

Release 1.0.4

  • Fix bad exception throwing issue (this fixes the disconnect message)
  • Introduce a KeepAlive system (configurable, packet added)
  • Improve internal code structure
  • Make minor API improvements
  • Add unit tests
  • Upgrade dependencies (adventure-api, netty-all, junit)

Full Changelog: 1.0.3...1.0.4

1.0.3

06 Feb 10:47
Compare
Choose a tag to compare

Release 1.0.3

  • Add warning when no plugin found
  • Rework event API to allow multiple listener (API BREAKING CHANGES)
  • Project dependencies are accessible when the project is used as a dependency.
  • Fix shutdown hook
  • ANSI colors are supported in the console
  • Add log files with automatic compression
  • Update gradle tasks
  • Add some methods for plugins
  • Add default listeners
  • Add resource pack packets (no api yet)
  • Other little things

Full Changelog: 1.0.2...1.0.3

1.0.2

23 Jan 23:24
Compare
Choose a tag to compare

Release 1.0.2

  • Update gson dependency
  • Added HANDSHAKE event
  • Added PlayerConnection#disconnect
  • Allow unknown property in configuration
  • Added "kick-old-protocol" in configuration
  • Added a configuration system for plugin
  • Little code improvements

The demo plugin repository has been updated. There are more different demo plugins.

Full Changelog: 1.0.1...1.0.2

1.0.1

23 Jan 14:06
Compare
Choose a tag to compare

Release 1.0.1

  • Added PlayerConnection#isFromTransfer
  • Added PlayerConnection#sendLoginSuccess
  • Rework events API
  • Cookie API is now available
  • Move default StatusListener to API
  • Small code improvements

Full Changelog: 1.0.0...1.0.1

1.0.0

20 Jan 23:21
Compare
Choose a tag to compare

First release

This is the first release of TransferProxy, for the moment keep in mind that this is a project in development. You can use this version for testing purposes.