Hi friends,
A new release of Subform is available:
OS X: Subform-3426.0.0+f8750f6.dmg
Windows: Subform Setup 3426.0.0+f8750f6.exe
Since the last release:
Changes
- We now have a 64bit Windows build, which we've tested on Windows 8, and 10, and 2012 Server.
Enhancements
- We've added a loading screen so you get immediate feedback when a new document is opening. I (@kevin) find loading screens morally reprehensible and feel that Subform should just start in under 100ms, but this is beyond my technical capabilities for the current time.
- Added spacebar panning mode. See topic.
- Added error popover and resolution for units with min > max.
- Fonts are now loaded once, rather than with every new document. This improves startup time, especially on systems with thousands of fonts.
- The stack main axis HUD now draws spaces as hatched when those spaces have a value set (i.e., they aren't using the default value set in their parent's "children layout" panel).
- Buttons have been taken out of the tab flow: Pressing "Tab" and "Shift-Tab" now moves only between text inputs.
Fixes
- Elements can no longer be resized to have a negative size.
- The layout engine sometimes refused changes to parents that had a child with a layout error. It now accepts such changes.
- The grid children layout control now validates input. Thanks @Benzo for the report.
- Since fonts are now loaded on startup, documents with text-driven layouts will render properly when first loaded. (Previously, they rendered with a "font missing" error until you forced a relayout.)
- The layout engine is more robust in the presence of layout errors. (Previously it would sometimes reject legal changes in the presence of layout errors, depending on the order in which you made the changes.)
Known issues
- Corrupted fonts (e.g., missing the "family" attribute) may cause a crash on startup on OS X. Thanks @jensherlevsen for providing their crash report. Short-term fix for ya'll is to remove busted fonts from the system font paths. We'll prioritize a fix for this if many folks have corrupted fonts installed.
- Subform is real slow on larger files. Improving the layout engine performance is the top priority for the next release.