v1.7.4 - Release - Small Bug Fixes

Small update that fixed a couple of important fixes that unfortunately were introduced during the last release.

Fixes

  • Mini-map was broken and didn’t display (#548)
  • Menu item checkboxes were visually too small and messing up the look of the menus. (#549)
  • When exporting to I7 and using regions, rooms are ignored if region is named a reserved word. (#506)

Pick up the latest version here.

Read More

v1.7.3 - Release

Known issue in this build. Exporting to PDF is broken. I’m currently working on a fix for this.

Enhancements

  • HiDPI Support by @berkeleynerd in #488
  • Added Simple Exporter for Adventuron Text Adventure Creation System by @ainslec in #489
  • Add ReferenceID to the properties copied on a room by @JasonLautzenheiser in #509
  • Add shortcuts to app and map settings forms by @JasonLautzenheiser in #510
  • added zork sample map by @JasonLautzenheiser in #520
  • Support more Inform6 attributes by @michaelbub in #527

Fixes

  • fix issue with periods in author field during I7 compilation.` by @JasonLautzenheiser in #480
  • the minor adjustments on object text location was not supporting negative numbers by @JasonLautzenheiser in #485
  • Fix for #491 by @ainslec in #492
  • minor refactoring by @JasonLautzenheiser in #496
  • fix compilation error in settings by @JasonLautzenheiser in #498
  • Inform 6 export: fixing 2 bugs leading to compiler errors by @hlabrand in #500
  • some minor code cleanup by @JasonLautzenheiser in #502
  • Update some dependencies and remove test project by @JasonLautzenheiser in #533
  • Add .editorconfig by @JasonLautzenheiser in #534
  • I6 Export Updates by @JasonLautzenheiser in #535

Pick up the this version here.

Read More

v1.7.2 - Release

Enhancements

  • Improved the statusbar to make it more extensible in the future.
  • Simplified how the zoom widget in the statusbar functions.
  • Added caps and num lock indicators to statusbar.
  • Added the option to have text break or not break on dashes. (#456)
  • added menu item in the View menu to toggle the background map grid (#452)
  • Added app settings to control what displays in the tooltip. Can show/hide descriptions and objects. Also can limit how many characters to display in the descriptions (#467)
  • shift - right-clck allows panning of the map. The context menu no longer shows when releasing the mouse (#455)

Fixes

  • Add filename to the invalid trizbort file on open of file. There is a bug coming where this message is showing after restart on update of Trizbort and this will help debug this.
  • Attempting to open an invalid trizbort file was still marking it as the last loaded project, which could cause it to try and load it again when trizbort reopened. (#442)
  • If the last loaded project was from the web, doing a file open (Ctrl-O) would throw up an invalid path error when opening the file open dialog. (#443)
  • Fix error when zooming in or out too far. (#447)
  • Start/end room properties will not be copied when copying a room, this fixes the issue where we could have more than one start room. (#460)
  • fixed issue when saving a file many times in succession can temporarily corrupt the recent map menu list. (#454)
  • fixed issues with the handling of “Hand Drawn Edges” and improved the handling of the UI in regards to this setting.
  • middle text alignment should now be handled more consistantly. (#473)
  • Handle tooltips better when they are displayed and panning the page or moving the room. (#459)

Pick up the this version here.

Read More