- Updated version compat to 0.8.5
- Added table export to CSV
- Right click on any table in the Rolltable directory and select EasyTable Export
- Set your separator character, and choose whether to ignore weights and/or entity types
- Added Entity types
- Default entity selected via dropdown
- Per-entry entity marked in weight brackets (
ItemName{@Item}
,ItemName{2@Item}
)
- Added PDF-style input support, based on JackDCondon PR
- Added SafeMode toggle to bypass this code in case of errors
- Added 0.8.0 support
- Rolltable creation has changed slightly. New code should be a little more robust
- Added BugReporter support
- Added EasyTable default image
- Removed TablePaste Mode
- Now uses two different buttons to select mode for simplicity
- Added translation support
- Set tablepaste dialog resizable
- Added manifest+ metadata
- Game settings set correctly
- Cleaned up hooks to stop clients from erroring. Not a fatal issue.
- Improved the parsing for 'Paste from table mode' data. Now supports line-break based tables.
- Also improved whitespace faults, trimming & detecting empty rows
eg.
01–02
Roll on this table at the start of each of your turns for the next minute, ignoring this result on subsequent rolls.
03–04
For the next minute, you can see any invisible creature if you have line of sight to it.
05–06
A modron chosen and controlled by the DM appears in an unoccupied space within 5 feet of you, then disappears 1 minute later.
- Change input mode in module settings
- New input mode should allow you to directly copy entries from tables found online following the format
[number|number-range][whitespace]Entry Text Here[newline]
eg. 1 Entry number one 2-3 Entry number two 4 Entry number 3
The whitespace can be either a single space, or a single tab.
- Entries can now be 'weighted' with {} - e.g Entry1,Entry2{2},Entry3 will create a 1d4 table where Entry2 is selected on a roll of 2 or 3
- Added the ability to change the separator character.
- Updated settings commits to remember the previously used separator
- Squashed some bugs