Advanced-Portals/CHANGELOG.md

9.9 KiB

v0.9.2 (Thu Feb 24 2022)

🐛 Bug Fix

Authors: 2


v0.9.1 (Fri Dec 17 2021)

🐛 Bug Fix

  • fix: Error in position checks for portal creation #310 (@sekwah41)
  • chore(ci): Update release support flags (@sekwah41)

Authors: 1


v0.9.0 (Wed Dec 15 2021)

🚀 Enhancement

🐛 Bug Fix

  • chore(deps): Update Velocity to 3.1.0 #307 (@JOO200)
  • chore(deps): Update Deps (@renovate-bot)
  • chore(deps): Update dependency gradle to v7.3.1 (@renovate-bot)
  • docs: Update changelog (@sekwah41)
  • chore(ci): Allow manual triggering (@sekwah41)
  • chore(deps): Update Deps to v10.32.3 (@renovate-bot)
  • chore(deps): Update dependency gradle to v7.3 (@renovate-bot)
  • chore(deps): Update dependency io.netty:netty-all to v4.1.70.Final (@renovate-bot)
  • chore(ci): Update to list 1.17 as supported automatically (@sekwah41)
  • chore(deps): Update dependency io.netty:netty-all to v4.1.69.Final (@renovate-bot)
  • chore(deps): Update Deps to v10.32.1 (@renovate-bot)
  • chore(deps): Update Deps to v10.32.0 (@renovate-bot)
  • chore(deps): Update dependency com.velocitypowered:velocity-api to v1.1.9 (@renovate-bot)

Authors: 4


v0.8.0 (Wed Sep 01 2021)

🚀 Enhancement

  • feat: Allow the ability to disable the proxy warning message #292 (@maldahleh)

🐛 Bug Fix

Authors: 2


v0.7.2 (Wed Jul 14 2021)

🐛 Bug Fix

  • fix: Issue where portal events activate too early in survival #280 (@sekwah41)
  • chore(deps): update dependency com.velocitypowered:velocity-api to v1.1.9 #278 (@renovate-bot)
  • chore(deps): update dependency gradle to v7.1.1 #277 (@renovate-bot)

Authors: 2


v0.7.1 (Wed Jun 30 2021)

🐛 Bug Fix

Authors: 2


v0.7.0 (Sun Jun 27 2021)

🚀 Enhancement

  • feat: Added missing commands from tab complete #270 (@sekwah41)

🐛 Bug Fix

  • chore(deps): update dependency net.md-5:bungeecord-api to v1.16-r0.4 #269 (@renovate-bot)
  • chore(ci): removed verbose mode for release (@sekwah41)
  • chore(deps): update dependency com.google.code.gson:gson to v2.8.7 #262 (@renovate-bot)
  • chore(deps): update dependency gradle to v6.9 #267 (@renovate-bot)
  • chore(deps): update dependency com.velocitypowered:velocity-api to v1.1.8 #266 (@renovate-bot)

Authors: 2


v0.6.1 (Sun Jun 27 2021)

🐛 Bug Fix

Authors: 2


Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

For the release changelogs see CHANGELOG.md
For the snapshot changelogs see SNAPSHOT_CHANGELOG.md

0.6.0 (2021-05-19)

Features

  • proxy: Added a ForceEnableProxySupport config option (99c810e)
  • proxy: Added Velocity support (b243b4d)
  • proxy: Modern forwarding will be automatically detected. (f3c8f73)
  • Added configurable proxy teleport delay (a1121ad)

0.5.12

  • Added support for Velocity.
  • Also fixed some issues with entity teleporting.

0.5.11

  • Missing changelogs

0.5.10

  • Missing changelogs

0.5.10

  • Added fix for command portals spam triggering if they didn't teleport you out.
  • Made portals not activate if you were teleported into them by another portal (to allow linking zones like a star trek warp pad)

0.5.9

  • Missing changelogs

0.5.8

  • Missing changelogs

0.5.7

  • Extra checks added by @tmantti to fix slow connections to new servers from activating the destination location too quick.

0.5.6

  • Fixed packet exploit affecting destinations (only effecting versions 0.5.0 to 0.5.5).

0.5.5

  • Added support for 1.16
  • Reworked chat menus to better use Spigot API
  • Changed edit menu to have Activate instead of Teleport to destination
  • Compat code changed. You must now use Spigot rather than CraftBukkit.

0.5.4

  • Added bungee backup methods to ensure bungee and desti work correctly together
  • Fixed protection region issue
  • Reworked the warp command and fixed the surrounding permissions
  • Disabling gateway beams is now enabled for placing the blocks as well as by a few other means

0.5.3

  • Fixed destination bug.

0.5.2

  • Fixed issue with bungee destinations.

0.5.1

  • Fixed warp permission info

0.5.0

  • Added command:
  • Fix for bungee warps

0.4.0

  • Individual portal cooldown added
  • Bungee improvements

Earlier

  • See github releases and spigot pages for more info.