Skip to content

Releases: caseif/Steel

Steel v1.3.7

23 Apr 21:56
d2608e6
Compare
Choose a tag to compare

Steel v1.3.7 adds support for Minecraft 1.14. It maintains runtime compatibility with Bukkit versions 1.8 and above.

As with the 1.13 update, rollback logs generated by previous versions of Minecraft are incompatible with later versions. Typically this will not be an issue, but rollback logs can be preserved across restarts in case of a server crash or something similar. Please use caution when upgrading to a new Minecraft version.

Changes

  • Migrate sign reference to maintain compatibility with Bukkit for Minecraft 1.14

Internal Changes

  • Shade json-simple since Bukkit no longer includes it

Steel v1.3.6

26 Jul 21:23
7102aaf
Compare
Choose a tag to compare

Steel v1.3.6 provides initial support for Minecraft 1.13, as well as backwards-compatibility measures for legacy platforms. This support is still a work-in-progress, and as such may be incomplete or unstable. Please report any problems on the issue tracker, especially those pertaining to rollback.

Please also note that rollback logs generated under Minecraft 1.12 are incompatible with 1.13. Typically this will not be an issue, but rollback logs can be preserved across restarts in case of a server crash or something similar. Please use caution when updating to Minecraft 1.13 for the first time.

New Features

  • Add support for Minecraft 1.13
  • Add compatibility layer for older Minecraft versions
  • Record serialized block data in rollback log

Changes

  • Switch from MCStats to bStats

Bug Fixes

  • Properly catch all exceptions thrown when adding a player to a round
  • Fix note blocks set to sharp notes not being rolled back properly
  • Fix invalid rotation, facing, and art data hard-failing on rollback

Removals

  • Remove compatibility layer in rollback engine for Minecraft versions older than 1.8

Steel v1.3.5

23 Jul 17:15
5ee53e0
Compare
Choose a tag to compare

Steel v1.3.5 packages the latest FlintCommon version to resolve a bug wherein arena spawns would be erroneously erased on server start. Special thanks to @MylesIsCool for discovering this issue.

Steel v1.3.4

05 Nov 19:50
6dad194
Compare
Choose a tag to compare

Steel v1.3.4 resolves further issues with arena creation.

Steel v1.3.3

05 Nov 18:19
6fc1b2d
Compare
Choose a tag to compare

Steel v1.3.3 works in conjunction with FlintCommon v1.3.3 to resolve an issue in which arenas were not being properly registered on creation.

Steel v1.3.2

04 Nov 02:24
31ddc2e
Compare
Choose a tag to compare

Steel v1.3.2 packages the latest version of FlintCommon to expose additional functionality which was previously not available.

This version supports Flint API level 5.

Steel v1.3.1

30 Oct 21:49
3490b9a
Compare
Choose a tag to compare

Steel v1.3.1 resolves an issue where players would not be teleported to their original location upon the end of a round, and packages FlintCommon v1.3.1 to resolve a separate issue with lobby signs.

Steel v1.3.0 "Dagur"

19 Sep 03:26
6f24b80
Compare
Choose a tag to compare

Steel v1.3.0 implements Flint v1.3 "Dagur" and is built off of the updated FlintCommon v1.3.0.

New Features

  • Implement Flint v1.3 (API level 4)
  • Suppress auto-updater if new release has major version bump

Bug Fixes

  • Fix data validation checks in BlockStateSerializer

Internal Changes

  • Migrate even more code from Steel to Common

...plus everything that changed in FlintCommon!

Steel v1.2.11

15 Sep 03:52
9885187
Compare
Choose a tag to compare

Steel v1.2.11 fixes a critical issue with the auto-updater caused by a change to CurseForge's CDN which resulted in bogus artifacts being downloaded. Users affected by this issue will need to manually update to this version.

Steel v1.2.10

31 Aug 21:00
44651b8
Compare
Choose a tag to compare

Steel v1.2.10 packages FlintCommon v1.2.4 to resolve a bug in the rollback engine, as well as resolves a bug in which the engine would create duplicate log entries for entity interactions (e.g. clicking an item frame).