0.6.1
- New:
- #notify - add icon argument {icon}
- Add search box to help browser
- Add edit button context menu when right clicking a button on the button bar
- Add title bar to paste special dialog to identify what the dialog is for
- Paste special, when hitting enter it will move to the next input box, if in last last input will run paste special
- Changed:
- #notify - make silent
- client.notify - make silent by default, add silent: false to options argument, eg: client.notify('test', 'test2', {silent: false})
- Update electron from 3.0.2 to 3.0.3
- Fixed:
- Code editor:
- Area designer:
- Room preview:
- Fix displaying climbs as normal exits.
- Fix room and base room climbs being combined
- Fix flying monsters by append (flying) to monsters
- Fix some code generation not being generated right
- Room preview:
- Area designer:
- Only display copy url text if different from url for link context menu
- Fixed #notify displaying the word null when no message body
- Fixed MSP system not correctly clearing previous file url
- Fixed Paste special error when trying to open the dialog when already open
- Profile manager:
- Fixed add button to create new item based on currently selected item
- Fixed add button tool tip shows type of new item to be created
- Display:
- Fixed overlay and selection highlighting for unicode half and full width characters
- Fixed pasting or cutting text into find search box
- Fixed unicode spacing issues when different colors or font styles are used
- Fixed split section not firing click event
- Preferences dialog:
- Fixed drop down font selection height not being correct
- Fixed color scheme drop down width
- Code editor: