8000 Releases · cerus/maps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cerus/maps

3.7.0

10 Jun 20:05
0153a4b
Compare
Choose a tag to compare
  • 1.20 support
  • ColorMaps-class is now using a minimized color map file

Deprecations

  • ColorVersion
  • ColorMaps#determineVersion()
    • superceded by ColorMaps#currentVersion()
  • ColorMaps#newColorMap(ColorVersion)
    • superceded by ColorMaps#newColorMap(Version)

3.5.1

14 Mar 22:41
5dbea8c
Compare
Choose a tag to compare
  • 1.19.4 support

3.5.0

18 Dec 00:37
4e175cf
Compare
Choose a tag to compare
  • 1.19.3 support

3.4.1

05 Sep 15:10
4dcf096
Compare
Choose a tag to compare
  • QOL improvements to FontConverter

3.4.0

04 Sep 15:07
e3c75c2
Compare
Choose a tag to compare
  • Implemented custom fonts

3.3.0

02 Sep 21:55
ef42d32
Compare
Choose a tag to compare
  • Added a cool new feature: ✨ interaction handling ✨
  • Improved docs
  • Updated the wiki
  • And other stuff I already forgot

3.2.0

30 Aug 18:19
e39911a
Compare
Choose a tag to compare
  • Added cache for color compositions
  • Deprecated MapColor in favor of ColorMap and ColorMaps
ColorMap cm = ColorMaps.current();
cm.mapColorToRgb((byte) 7);
cm.rgbToMapColor(128, 128, 128);

3.0.1

26 Aug 19:55
fb98156
Compare
Choose a tag to compare
  • Fix a rendering issues with screens whose height is greater than their width

3.0.0

25 Aug 16:39
c59843f
Compare
Choose a tag to compare

3.0.0

Version 3.0.0 is finally here! 🎉

Warning: This version contains major changes to map screens. Map screens are now using fake item frames instead of real frames and the maps plugin will remove these frames from your world when you upgrade to 3.0.0.



Changes:

  • Map screens are now using fake item frames

2.0.3

09 Aug 15:00
9cc3d99
Compare
Choose a tag to compare

1.19.2 support

0