From b3a465df2048a95268362cd9884c4fed20de9830 Mon Sep 17 00:00:00 2001 From: Phergus <34379254+Phergus@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:33:18 -0700 Subject: [PATCH 1/2] Update CHANGE_LOG.md More updates for release. --- CHANGE_LOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index f2e90d1f11..02dbee226d 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -10,8 +10,8 @@ Feature release using OpenJDK 16 - 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. +- [#3200][i3200] New MapTool Easy Connect™ option for servers to allow players to submit their Public Key information at connection for approval by GM. - [#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()` @@ -43,6 +43,9 @@ 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. @@ -72,9 +75,11 @@ 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 +[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 [i3183]: https://github.com/RPTools/maptool/issues/3183 [i3176]: https://github.com/RPTools/maptool/issues/3176 From ca7c9576e22229ef6489dc3a95f004652e229c44 Mon Sep 17 00:00:00 2001 From: Phergus <34379254+Phergus@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:03:19 -0700 Subject: [PATCH 2/2] Update CHANGE_LOG.md And more updates for release --- CHANGE_LOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 02dbee226d..7b917c13b8 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -3,6 +3,7 @@ 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 @@ -10,8 +11,9 @@ Feature release using OpenJDK 16 - Long-time Java bug causing MapTool to hang when dropping images into Edit Token dialog fixed with new Java release. ## Enhancements & Features -- [#3212][i3212] New GUI for managing Add-Ons. -- [#3200][i3200] New MapTool Easy Connect™ option for servers to allow players to submit their Public Key information at connection 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()` @@ -51,6 +53,7 @@ Feature release using OpenJDK 16 - [#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. @@ -76,15 +79,18 @@ Feature release using OpenJDK 16 [Change Log for 1.10.4](https://github.com/RPTools/maptool/blob/1.10.4/CHANGE_LOG.md) [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