Skip to content

MapTool 1.14.0 Alpha 3 (Pre Release)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cwisniew cwisniew released this 29 Jul 12:14
· 2337 commits to develop since this release
5811998

Read Me First

Before uninstalling any previous version, if you have saved your campaign files, logs, or anything else you want to keep under the directory structure where MapTool is installed, please copy them elsewhere beforehand. It is also a good idea to always have backups.

Note: Do not install over the top of an old version, either install into a new directory or uninstall the old version first. If you have installed a beta version of 1.13.0, uninstall that first.

Platform Notes

We strongly encourage you to use the installer format for your operating system. The JAR file should only by used by advanced users comfortable with installing Java releases. It requires a working Java 17 install with JavaFX on your system in order to use it.

Download one of the assets listed below. Each platform has options for which file to download, as described below.

  • Windows: Use either .msi or .exe.
    • Recommend that previous 1.13.0 versions be uninstalled prior to installing new one. If you have made modifications to the MapTool.cfg file, make a backup so you can copy your changes into the new config file.
    • Do not install over older versions of MapTool.
    • We're seeing notes from Windows users that they double-click the icon after installing and no window appears. This seems to be an antivirus issue, so check your AV if you have this problem.
  • Linux: Use either .deb, .rpm or .zst (depending on which packager your system uses).
    • The deb version installs under /opt/maptool/bin as MapTool.
  • macOS: Use either .pkg (recommended) or .dmg.
    • On macOS, to run the app the first time after installation, hold Ctrl while clicking the icon and continue to hold Ctrl while choosing Open, then choose to open the application (this is part of Apple's approach when dealing with an unidentified developer).
    • The macOS Gatekeeper may flag the DMG file as broken. See this issue for more details.

What's Changed 1.14.0-alpha.3

New Features 🥳

Bug Fixes 🩹

What's Changed in 1.14.0-alpha.2

New Features 🥳

  • Reimplement the add-on dialog so that it follows the selected MT theme. by @cwisniew in #4157
  • Add buttons to the add-on dialog to easily copy MT Theme and MT Stat Sheet Theme CSS to the clipboard by @cwisniew in #4156
  • Feature addon metadata by @cwisniew in #4167
  • Themed CSS updates by @cwisniew in #4173
  • Add handlebars helpers for statsheets by @cwisniew in #4188
  • Update themed CSS by @cwisniew in #4189
  • Add ability to set Token Images, Portraits, and Handouts from addon assets (include copy/create token) by @cwisniew in #4192

Bug Fixes 🩹

Dependency Updates

  • Bump com.google.protobuf from 0.8.19 to 0.9.3 by @dependabot in #4011
  • Bump com.google.protobuf:protobuf-gradle-plugin from 0.8.18 to 0.9.3 by @dependabot in #4014
  • Bump org.java-websocket:Java-WebSocket from 1.5.2 to 1.5.3 by @dependabot in #4015
  • Bump org.mockito:mockito-core from 5.3.0 to 5.4.0 by @dependabot in #4165

Other Changes 💬

What's Changed 1.14.0-alpha.1

New Features 🥳

Performance Improvements 🏎️

Bug Fixes 🩹

Code Maintenance 🔧

Dependency Updates

Other Changes 💬

New Contributors

Full Changelog: https://github.com/RPTools/maptool/compare/1.13.2..1.14.0-alpha.3