You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ${variable.FUNCTION} format support to allow similar format to javascript.
Add find text system to main client
Match case - ignore case or not
Match word - match exact word
Regular Expression - allow use of regular expressions to match text
Result list - show you how many results founad and current one at
High light - will highlight all matches
Theme support, you can now created a css theme file and place it in %appdata%/themes/name.css or mydocumnts/jiMUD/themes/name.css
Default - the default theme
Clean - a version of the Default theme with more simple borders and no images.
Dark - a dark theme with dark grays and blacks with silver highlights
Lightgray - a light gray theme
About dialog now includes memory information.
Preferences
Mapper: default import type, allows you to determine how map data will be imported when using default import systems
Backup load/save selections, determine what is saved or loaded when using the remote client backup system
Changed:
Default button icons have been converted to font-awesome or svg icons for easy themeing and crisper look
Upgrade electron to 1.7.1, fixes a few crashers with --debug
New application icons, should be cleaner and support linux, windows and mac
Fixed:
Ansi parser would return empty elements due to changing styles and colors, the empty blocks are now removed when the lines have been added, should reduce memory
Preferences was not saving display/command font setting
View > Status > Visible was showing wrong check state
Fixed lines not being trimmed to buffer size, was introduced when display was converted to an iframe to fix the selection bugs.
Mapper
Fixed a javascript bug when clicking cancel button on progress dialogs
Import dialog would not close when imported data had no rooms