Skip to content

Releases: a0fefd/LinkEncoder

v0.0.3-alpha

v0.0.3-alpha Pre-release
Pre-release

Choose a tag to compare

@a0fefd a0fefd released this 27 Jul 22:49

Bug patch and config update

Fixed a bug where sending a longer link encodes to a size where your message is longer than 256 characters, which Minecraft cannot handle.
Added size option to config.

/linkencoder toggle encode|decode|preview        # toggling of each feature, all enabled by default
/linkencoder colour <rgb>                        # link colour, default is 4f89d9
/linkencoder position [top|bottom]_[left|right]  # image preview position, default is bottom_right
/linkencoder offset <x> <y>                      # offset from selected corner
/linkencoder size <horizontal> <vertical>        # image preview size, expands away from and shrinks into corner

v0.0.2-alpha

v0.0.2-alpha Pre-release
Pre-release

Choose a tag to compare

@a0fefd a0fefd released this 26 Jul 12:20

Introduction of basic configuration

Command based config using /linkencoder

/linkencoder toggle encode|decode|preview        # toggling of each feature, all enabled by default
/linkencoder colour <rgb>                        # link colour, default is 4f89d9
/linkencoder position [top|bottom]_[left|right]  # image preview position, default is bottom_right
/linkencoder offset <x> <y>                      # offset from selected corner 

v0.0.1-alpha

v0.0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@a0fefd a0fefd released this 26 Jul 11:16

Initial Alpha Release

Basic functional version, includes a few test commands and main functionality with no configuration.