Release 0.1.7
Features:
- Application: Project creation/edit dialog redesign (e99927a)
- Editors: Keep state, such as selection, between restarts (#42)
- Core Editor: Add, remove, and reorder (by dragging) array elements (#34)
- Core Editor: Clone array elements (e668d2d)
- Core Editor: Group entries by their type (#32)
- Core Editor: Changed nodes are marked with a special icon (08d7770)
Fixes:
- Application: The extension filter wasn't matching against dual file extensions (
.json.gz
, etc.) (3d0c459) - Find Files: Inability to search for files by their hash (unnamed entries) (6e26d4c)
- Core Editor: Breadcrumb's overflow is now hidden instead of stretching the entire editor (0d7994e)
- RTTI: Incorrect handling of
wchar
,ucs4
, andHalfFloat
primitive types was fixed (97d08d1)