Releases: ChapelR/poof
Releases · ChapelR/poof
poof v1.9.0
poof v1.8.0
- Cleaned up and improved interface and style.
- Internal improvements.
- Minor bug fixes and performance improvements.
poof v1.7.0
- Fixed error in JSON export.
- Poof can now generate and export the
poof.config
passage JSON data based on the current configuration. - Other minor improvements and fixes.
poof v1.6.3f
- Fixed error in archive export.
poof v1.6.2
- Performance and accessibility improvements.
- Screen reader compatibility has been improved.
- Keyboard-only navigation should now be possible.
poof v1.6.1
- Added passage list interface to help authors quickly move between passages in large projects. Click the hamburger icon on the top left in the passage view to toggle the passage list. This list reflects your current sorting and filtering settings.
- Fixed bug in click-to-filter tags.
- UI improvements.
poof v1.5.0
- Added JSON export. Exports passage data (but not JavaScript, CSS, or additional story metadata) to a single JSON array, which can be optionally pretty printed. Additional meta data, most of which is for either poof or the Twine 2 app specifically, can be added to the export if desired.
- Added Snowman v2 to default linter profiles.
- Minor UI improvements.
- Performance optimizations and other internal code improvements.
poof v1.4.1
- Updated default Twee export format to Twee3.
- Fixed minor bug in Twee encoding.
poof v1.4.0
- Added passage tag colors to passage cards.
- Cleaned up rendering engine. Fixed non-critical bugs with empty JavaScript and CSS areas.
- Clicking passage tags on passage cards performs a quick filter operation.
- Filtering now causes a
Clear Filters
button to appear on the interface to quickly reset. - Adjusted styles and layout of certain elements in certain view modes.
- Split configs out of
View
menu, which now only handles the proofing view. Configs now have a separate menu and checkbox-like UI elements. - Improved accessibility features but we are still not fully ARIA-compatible :(. Will continue working on getting closer.
- Added basic support for Chapbook (beta) to reference parser and JavaScript linter. Will fine-tune as needed.
- Other internal improvements.
poof v1.3.1
- Fixed bug with parsing of tag metadata that could cause stories to hang indefinitely.