Skip to content

Commit

Permalink
Merge pull request #3223 from Phergus/changeLog1110alpha6
Browse files Browse the repository at this point in the history
Change Log updates for 1.11.0 Release
  • Loading branch information
Phergus authored Nov 30, 2021
2 parents f49e2f5 + 41fab4d commit 484a8cb
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ Feature release using OpenJDK 16

## Highlights
- New VBL Modes - new VBL modes Hill and Pit.
- New MapTool Easy Connect™ server mode makes it easier for players to connect using their Public Key for authentication.
- Initial support for "Add-On" Libraries (not lib:tokens).
- See https://rptools-doc.craigs-stuff.net/blog/add-on-libraries/
- And https://github.com/RPTools/maptool/pull/3158
- New and updated macro functions.
- Long-time Java bug causing MapTool to hang when dropping images into Edit Token dialog fixed with new Java release.

## Enhancements & Features

- [#3200][i3200] New MapTool Easy Connect™ option for servers to allow players to submit their Public Key information at connectiong for approval by GM.
- [#3212][i3212] New GUI for managing Add-Ons accessible through File menu.
- [#3200][i3200] New MapTool Easy Connect™ option for servers to allow players to submit their Public Key information at connection for approval by GM.
- [#3190][i3190] New JavaScript primitive `MTXMLHttpRequest`.
- [#3171][i3171] Extend `@this` behaviour to the data.getStaticData function.
- [#3164][i3164] New macro function `data.getStaticData(namespace, path)` for accessing static data in Add-On libraries.
- [#3103][i3103] Additional properties added to output of `getFrameProperties()`
Expand Down Expand Up @@ -43,11 +45,15 @@ Feature release using OpenJDK 16
- [#1104][i1104] New server option to disable Player access to Resource Library.

## Bug Fixes
- [#3216][i3216] Alpha 5 builds failing to load assets from campaign file. Fixed.
- [#3211][i3211] Macro buttons with missing images causing MapTool to hang. Fixed. (Develop only.)
- [#3199][i3199] `getMapDisplayName()` wasn't being handled correctly in untrusted/trusted contexts. Fixed.
- [#3191][i3191] `isNumber()` was returning false (0) for numeric strings with whitespace padding or a `+` sign. Fixed.
- [#3183][i3183] Exporting lib:token as Add-On failing under Windows. Fixed.
- [#3176][i3176] `getLibraryProperty()` not handling numeric values correctly. Fixed.
- [#3175][i3175] Errors thrown when deleting lib:tokens. Fixed.
- [#3174][i3174] `onCampaignLoad` not being called consistently for lib:tokens. Fixed.
- [#3173][i3173] `onFirstInit` event not triggering when AddOn is imported a second time. Fixed.
- [#3159][i3159] Allow URI Access fag was being reset on server start. Fixed.
- [#3140][i3140] Unable to add/edit Bars if Type was localized. Fixed.
- [#3114][i3114] MBL/VBL/TVBL misaligned on imported UVTT maps that were cropped during export. Fixed.
Expand All @@ -72,14 +78,19 @@ Feature release using OpenJDK 16

[Change Log for 1.10.4](https://github.com/RPTools/maptool/blob/1.10.4/CHANGE_LOG.md)

[i]: https://github.com/RPTools/maptool/issues/
[i3216]: https://github.com/RPTools/maptool/issues/3216
[i3212]: https://github.com/RPTools/maptool/issues/3212
[i3211]: https://github.com/RPTools/maptool/issues/3211
[i3200]: https://github.com/RPTools/maptool/issues/3200
[i3204]: https://github.com/RPTools/maptool/issues/3204
[i3199]: https://github.com/RPTools/maptool/issues/3199
[i3191]: https://github.com/RPTools/maptool/issues/3191
[i3190]: https://github.com/RPTools/maptool/issues/3190
[i3183]: https://github.com/RPTools/maptool/issues/3183
[i3176]: https://github.com/RPTools/maptool/issues/3176
[i3175]: https://github.com/RPTools/maptool/issues/3175
[i3174]: https://github.com/RPTools/maptool/issues/3174
[i3173]: https://github.com/RPTools/maptool/issues/3173
[i3171]: https://github.com/RPTools/maptool/issues/3171
[i3170]: https://github.com/RPTools/maptool/issues/3170
[i3164]: https://github.com/RPTools/maptool/issues/3164
Expand Down

0 comments on commit 484a8cb

Please sign in to comment.