Skip to content

Releases: icewolfz/jiMUD

0.1.4

28 Apr 21:51
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

New

  • Application icon, temporary for now will create a better one in th future
  • Profile manager
    • Properly tracks all changes for future undo/redo stack
    • Ask to save changes on cancel, with option to never ask again
    • Cut/Copy/Paste/Delete now work
    • Treeview context menu
    • Import defaults will import and merge the default profile aliases, macros, triggers, and buttons if any
    • Reset will reset current profile to empty profile with default settings
    • Sidebar width should now be remembered
    • Advanced option panel on each editor will remember show/hidden state

Fixed

  • When changing enable TYPE on profile editor it would not update treeview check state
  • When saving profiles and closing, if invalid profile name supplied it would not save profile, now it will properly cancel save until name fixed
  • When cloning a profile default macros where appended.

0.1.3

26 Apr 01:42
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Changed

  • Mapper Clear/Walk path are now disabled when no path highlighted

Fixed

  • Mapper vertical and horizontal scroll where not correctly being restored on load.
  • Profile cloning was erroring do to calling the wrong collections
  • Client was emitting wrong event when new text was added to display causing
  • triggers and anything that relied on that event to fail

0.1.2

25 Apr 04:50
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

New

  • Trainer mapper npc type

Changed

  • Mapper room details editor updated

Fixed

  • Mapper saving open/close state
  • Missing RGBColor module for settings dialog
  • Window size not being sent to mud when resized

0.1.1

24 Apr 03:09
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fixed

  • Profile menu looking for a profile folder when does not exist
  • Turned off debug mode by default

Changed

  • Upgraded to electron 1.6.7