Releases: dscalzi/SkyChanger
Bukkit Release v2.0.2 - 1.14 Support
Bukkit Release v2.0.2
This release adds full support for Spigot 1.14. The freeze feature required a new implementation due to changes to the world structure internally.
Changes
- 4bd62f0 Updated the freeze feature to support a 1.14 implementation. Also added an implementation for 1.13, although it does not seem to produce the desired result.
Sponge Release v2.0.2 - Minor Fix
Sponge Release v2.0.2
I can't upload this to Ore for 3 days. Download it here.
Changes
- ee71adb Fixed issue with /help.
Release 2.0.1 - Upgraded bStats
Release 2.0.1
This minor release upgrades bStats to v1.4. Older versions of bStats do not comply with Sponge's Ore Plugin Submission Guidelines.
Dependency Upgrades
- baa3f74
bStats@1.4
Release 2.0.0 - Sponge Support, Major Refactor
Release 2.0.0
This update adds support for Sponge API 7. The project has been modularized into two subprojects, SkyChanger-Bukkit
and SkyChanger-Sponge
. All Bukkit functionality has been ported to sponge. If anything is missing or broke, please file an issue.
Breaking API Changes
If your plugin depends on SkyChanger, you will need to make the following changes.
- Update your maven/gradle to point to
SkyChanger-Bukkit
. TheSkyChanger
project is now deprecated and will be removed eventually. - Change all packages
com.dscalzi.skychanger
tocom.dscalzi.skychanger.bukkit
.
All 2.x.x versions are INCOMPATIBLE with 1.x.x. Please update as soon as possible.
Changes
Normally I would list all relevant commits, but there are too many with this update. You can find the full changeset here.
Release 1.4.3 - Full Support for 1.13
Release 1.4.3
This update disables Spigot's compatibility layer. Earlier versions of SkyChanger will work on 1.13, however this update disables any additional overhead added by Spigot.
Changes
- f966ed0 Disabled Spigot's compatibility layer to remove any additional overhead on 1.13.
Internal Changes
Release 1.4.2 - Added Simplified Chinese
Release 1.4.2
Changelog:
- Added Simplified Chinese language file (zh_CN).
Release 1.4.1 - Updated Git Location
Release 1.4.1
Changelog:
- Replaced all references from Bitbucket to Github.
- Minor code optimizations and corrections.
Release 1.4.0 - Added Developer API
Release 1.4.0
As per popular request, a Developer API has been added. Developers can now hook into SkyChanger to make use of the sky changing features in their own plugins. For more information on how to use this, consult our wiki page.
Also added Hungarian language file.
Release 1.3.4 - Metrics Optimizations
Release 1.3.4
- Fixes and optimizations related to metrics.
Release 1.3.3 - Added Hebrew Language
Changelog
- Added Hebrew Language file.