Skip to content

Releases: IntellectualSites/FastAsyncWorldEdit

2.4.9

02 Nov 08:46
0ee1859
Compare
Choose a tag to compare

🐛 Fixes

  • Adjust platform specific code to recent changes @PierreSchwang (#1997)
  • fix: move main-thread call to be implementation from WorldWrapper @dordsor21 (#1991)
  • fix: bring default min/max y in line with upstream in AbstractRegion @dordsor21 (#1992)

✨ Features

📦 Dependency updates

  • Update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.3.9 @renovate (#2001)
  • Update dependency com.github.TownyAdvanced:Towny to v0.98.3.15 @renovate (#1993)
  • Update dependency org.mockito:mockito-core to v4.8.1 @renovate (#1988)

2.4.8

18 Oct 21:24
dce86ec
Compare
Choose a tag to compare

🐛 Fixes

✨ Features

  • feat: Reduce any spam caused by exceptions thrown when writing history @dordsor21 (#1976)

✅ Chore

2.4.7

04 Oct 12:17
18bf911
Compare
Choose a tag to compare

🐛 Fixes

✨ Features

✅ Chore

2.4.6

21 Sep 14:43
4f26561
Compare
Choose a tag to compare

🐛 Fixes

✨ Features

📦 Dependency updates

  • Update dependency com.github.TownyAdvanced:Towny to v0.98.3.8 @renovate (#1936)
  • Update dependency org.mockito:mockito-core to v4.8.0 @renovate (#1940)

2.4.5

05 Sep 09:27
d2d6d9f
Compare
Choose a tag to compare

🐛 Fixes

✨ Features

✅ Chore

📦 Dependency updates

  • Update dependency com.github.TownyAdvanced:Towny to v0.98.3.6 @renovate (#1926)

2.4.4

24 Aug 08:07
37bbebc
Compare
Choose a tag to compare

🐛 Fixes

✅ Chore

📦 Dependency updates

2.4.3

06 Aug 14:21
2a55bb5
Compare
Choose a tag to compare

🚀 Major features

✅ Chore

📦 Dependency updates

  • build: Update dependency com.github.TownyAdvanced:Towny to v0.98.3.4 @renovate (#1897)
  • build: Update dependency gradle to v7.5.1 @renovate (#1899)

2.4.2

28 Jul 08:30
8414e64
Compare
Choose a tag to compare

🚀 Major features

🐛 Fixes

  • fix: use servers removeGameEventListener instead of reimpl @peaches94 (#1881)

✅ Chore

📦 Dependency updates

  • build: Update dependency com.github.TownyAdvanced:Towny to v0.98.3.2 @renovate (#1877)
  • build: Update dependency gradle to v7.5 @renovate (#1875)

2.4.1

12 Jul 20:30
4aa8477
Compare
Choose a tag to compare

🐛 Fixes

  • Correct return type for CuboidRegion#getFaces() upstream compatibility @Aeliios (#1866)
  • Getting correct String from CompoundTag @Aeliios (#1867)

📝 Documentation updates

  • docs: Use rootProject.name over project.name for javadocs title @NotMyFault (#1859)

📦 Dependency updates

  • build: Update dependency com.github.TownyAdvanced:Towny to v0.98.3.1 @renovate (#1860)
  • build: Update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.3.8 @renovate (#1855)

2.4.0

27 Jun 11:53
f812fc1
Compare
Choose a tag to compare

🚀 Major features

  • Re-implement full Entity support in history, entity removal, entity creation, etc. @dordsor21 (#1812)

🐛 Fixes

  • Fix walls command on 1D/2D selection @dordsor21 (#1821)
  • Actually implement ChunkHolder/ChunkSet pools @dordsor21 (#1840)
  • Use Material rather than legacy int/data when specifying block break effect type @dordsor21 (#1829)
  • Account for use of MutableBlockVector3 in Spline Brush @dordsor21 (#1831)
  • Set the correct delegate to the ChunkHolder when using get or set in NULL delegate @dordsor21 (#1830)
  • Bring stack in line with upstream using offset rather than direction @dordsor21 (#1822)
  • Support using //distr on console properly @dordsor21 (#1827)
  • Actually apply source mask when using //paste -m <mask> @dordsor21 (#1810)
  • Fix #fullcopy -r @dordsor21 (#1816)
  • Don't limit split size for extra block data (signs, spawner, etc.) @dordsor21 (#1818)
  • Allow editing solely of tiles/entities/heightmaps @dordsor21 (#1817)
  • Fix saving entities in DiskOptimizedClipboard when no tiles are present @dordsor21 (#1815)
  • Don't do the unbelievable bad use of a MutableBlockVector2 in the creation of a set @dordsor21 (#1825)
  • Properly support extended world heights (y > 255) in tripleBlockCoord @dordsor21 (#1805)
  • Fixes to BlockMask and "char" masks @dordsor21 (#1787)
  • The extent minY check in clipboard paste is un-needed as it is handled gracefully by FAWE @dordsor21 (#1806)
  • Fix PNGWriter exporting blank PNGs @dordsor21 (#1807)
  • Processor should be added to queue, not extent @dordsor21 (#1809)
  • Prevent unhinged tree generation by doing a sanity check on the block below/block of the tree placement @dordsor21 (#1811)
  • Use the correct CuboidRegion constructor to prevent clipboard height being limited when loading schematics @dordsor21 (#1798)
  • Only create entities during a restore if they are contained by the region and the editsession's mask @dordsor21 (#1800)
  • fix: Run GriefPrevention region check in sync @NotMyFault (#1804)
  • fix: Suppress Tuinity light exception on 1.16 @NotMyFault (#1801)
  • Don't apply offset to SimpleClipboard @Owen1212055 (#1751)
  • Only implement cache to MaskingExtent when off main thread @dordsor21 (#1789)
  • Command block messages should be sent on the main thread as it causes a block update @dordsor21 (#1796)
  • Only synchronise tree generation at the very lowest level @dordsor21 (#1788)

✨ Features

  • Assume a file not being in a subdirectory of root means a symlink is used @dordsor21 (#1838)
  • Re-implement incremental schematic names in a folder @dordsor21 (#1833)
  • Implement a "sensitivity" setting, a mask, and an option to only distinguish air vs blocks to blendball @dordsor21 (#1832)
  • Implement generation of biome decorations to //regen <biome> and add option for a random seed to be used @dordsor21 (#1819)
  • Implement limits to image size and load times @dordsor21 (#1790)

⚙️ Changes for plugin developers

📝 Documentation updates

📦 Dependency updates

  • build: build: Update dependency com.github.TownyAdvanced:Towny to v0.98.2.6 @renovate (#1843)
  • build: Update dependency com.github.TownyAdvanced:Towny to v0.98.2.5 @renovate (#1834)
  • build: Update dependency com.github.TownyAdvanced:Towny to v0.98.2.3 @renovate (#1791)
  • build: Update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.3.7 @renovate (#1792)
  • build: Update dependency net.minecrell.plugin-yml.bukkit to v0.5.2 @renovate (#1793)