Skip to content

MapTool 1.16.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cwisniew cwisniew released this 06 Dec 03:35
· 55 commits to develop since this release
ede05a0

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.15.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 install with JavaFX on your system to use it.

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

  • Windows: Use either .msi or .exe.
    If you have modified 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 who double-click the icon after installing, but 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. For more details, see this issue.
  • Added hotkey macro button properties to metamacro functions by @bubblobill in #4970

What's Changed

New Features 🥳

Bug Fixes 🩹

Code Maintenance 🔧

Dependency Updates

Other Changes 💬

  • Missing tooltip for import predefined button added. by @bubblobill in #4824
  • I18n missing string fix & test key rename by @bubblobill in #4825
  • Fix the problems with out crowin updates by @cwisniew in #4826
  • Remove property files with same name differing case to let crowdin to send only one set by @cwisniew in #4858

New Contributors

Full Changelog: 1.15.2...1.16.0-beta.1