Skip to content

Commit

Permalink
Update CHANGE_LOG.md
Browse files Browse the repository at this point in the history
Updates for 1.12.2 release.
  • Loading branch information
Phergus committed Oct 27, 2022
1 parent 79a9b5b commit 9ca1393
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# MapTool 1.12.0
Feature release using OpenJDK 17
# MapTool 1.12.2
Bug Fix Release using OpenJDK 17

## Highlights
- New theme support using [Flatlaf](https://www.formdev.com/flatlaf/) library. Access through Preferences.
- The different VBL types and MBL can now be added to tokens via the Edit Token dialog and a number of macro functions for manipulating VBL/MBL have been added as well.
- More optimizations for lighting and vision.
- Improvements to new Add-On functionality.
## Changes since 1.12.1
- [#3723][i3723] Checkbox to use theme for chatbox colors move to top of theme preferences tab.
- [#3720][i3720] Corrected issue with players randomly disconnecting.
- [#3719][i3719] Macro function `setHalo("None")` was throwing NPE. Fixed.
- [#3703][i3703] Grid offsets were reset on loaded maps.
- [#3702][i3702] Grid offsets were changing on server start. Fixed.
- [#3701][i3701] Fixed issue with dropped assets showing as red Xs.
- [#3700][i3700] Macro function `removeTokenFacing()` was throwing NPE. Fixed.
- [#3689][i3689] Soft FoW opacity was ignored when no sight was present. Fixed.
- [#3688][i3688] Soft FoW was rendered even when Sight is off. Fixed.

## Enhancements & Features
- [#3723][i3723] Checkbox to use theme for chatbox colors move to top of theme preferences tab.
- [#3567][i3567] New theme support using [FlatLaf](https://www.formdev.com/flatlaf/).
- [#3542][i3542] `setTokenImage()` was throwing Null Pointer Exception. Fixed.
- [#3540][i3540] UVTT import now supports file extensions used by other map creation tools (`.df2vtt` and `.uvtt`).
Expand All @@ -27,6 +33,14 @@ Feature release using OpenJDK 17
- [#2730][i2730] Tokens can now have MBL. Settable via macro or VBL tab.

## Bug Fixes
- [#3720][i3720] Corrected issue with players randomly disconnecting.
- [#3719][i3719] Macro function `setHalo("None")` was throwing NPE. Fixed.
- [#3703][i3703] Grid offsets were reset on loaded maps.
- [#3702][i3702] Grid offsets were changing on server start. Fixed.
- [#3701][i3701] Fixed issue with dropped assets showing as red Xs.
- [#3700][i3700] Macro function `removeTokenFacing()` was throwing NPE. Fixed.
- [#3689][i3689] Soft FoW opacity was ignored when no sight was present. Fixed.
- [#3688][i3688] Sight/FoW outline is rendered even when Sight is off. Fixed.
- [#3669][i3669] Token Bars were resetting to Top side after server start. Fixed.
- [#3662][i3662] Edit Token dialog was too tall for lower resolution screens. Fixed.
- [#3660][i3660] Image Scaling Quality now defaults to Low (Fastest) setting.
Expand Down Expand Up @@ -65,6 +79,7 @@ Feature release using OpenJDK 17
- [#3500][i3500] JavaFX 17 causing crashes to desktop on Mac M1 hardware. Updated to JavaFX 18.
- [#3498][i3498] Add-On libraries with undefined fields in the `library.json` would fail to load. Fixed.
- [#3489][i3489] Using Arrange->Send to Back on Drawings would cause ClassCastException. Fixed.
- [#3487][i3487] Default lights were being re-added to campaign after being removed. Fixed.
- [#3488][i3488] Drawings on Player clients rendered over Darkness sources. Fixed.
- [#3481][i3481] Non-GMs should not be able to drag and drop add-on libs. Fixed.
- [#3479][i3479] Darkness sources without color specified were not rendering on Player view. Fixed.
Expand Down Expand Up @@ -111,6 +126,16 @@ Feature release using OpenJDK 17

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

[i]: https://github.com/RPTools/maptool/issues/
[i3723]: https://github.com/RPTools/maptool/issues/3723
[i3720]: https://github.com/RPTools/maptool/issues/3720
[i3719]: https://github.com/RPTools/maptool/issues/19
[i3703]: https://github.com/RPTools/maptool/issues/3703
[i3702]: https://github.com/RPTools/maptool/issues/3702
[i3701]: https://github.com/RPTools/maptool/issues/3701
[i3700]: https://github.com/RPTools/maptool/issues/3700
[i3689]: https://github.com/RPTools/maptool/issues/3689
[i3688]: https://github.com/RPTools/maptool/issues/3688
[i3669]: https://github.com/RPTools/maptool/issues/3669
[i3662]: https://github.com/RPTools/maptool/issues/3662
[i3660]: https://github.com/RPTools/maptool/issues/3660
Expand Down Expand Up @@ -158,6 +183,7 @@ Feature release using OpenJDK 17
[i3498]: https://github.com/RPTools/maptool/issues/3498
[i3489]: https://github.com/RPTools/maptool/issues/3489
[i3488]: https://github.com/RPTools/maptool/issues/3488
[i3487]: https://github.com/RPTools/maptool/issues/3487
[i3481]: https://github.com/RPTools/maptool/issues/3481
[i3479]: https://github.com/RPTools/maptool/issues/3479
[i3477]: https://github.com/RPTools/maptool/issues/3477
Expand Down

0 comments on commit 9ca1393

Please sign in to comment.