v0.1.5
Built with ❤️ by SIL Scripture Publishing Services
What's Changed
This release implements a significant architectural change to how diagram labels are stored and managed in the Paratext Diagram Labeler application. Instead of storing labels within USFM markup, the application now saves them to separate .idml.txt files in the project's shared/labeler folder, with automatic save/revert functionality and unsaved changes tracking.
Key Changes
- Labels are now automatically saved to .idml.txt files in shared/labeler folder instead of being embedded in USFM.
- Added save/revert buttons with visual indicators for unsaved changes.
- Implemented an unsaved changes prompt that appears when exiting or switching templates.
- USFM now only contains the \fig field for template selection, not label data.
Full Changelog: v0.1.4...v0.1.5