Skip to content

Releases: ChapelR/poof

poof v1.9.0

30 Jul 07:39
4cb4a81
Compare
Choose a tag to compare
  • Defaulted dark mode.
  • Improved styles.
  • Internal improvements.
  • Added (redirect:), (mouseover-goto:), and (mouseout-goto:) to passage ref parser.

poof v1.8.0

28 Feb 11:03
Compare
Choose a tag to compare
  • Cleaned up and improved interface and style.
  • Internal improvements.
  • Minor bug fixes and performance improvements.

poof v1.7.0

16 Jan 08:23
Compare
Choose a tag to compare
  • 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

30 Jan 09:05
Compare
Choose a tag to compare
  • Fixed error in archive export.

poof v1.6.2

02 Jan 09:02
Compare
Choose a tag to compare
  • Performance and accessibility improvements.
  • Screen reader compatibility has been improved.
  • Keyboard-only navigation should now be possible.

poof v1.6.1

29 Dec 01:28
Compare
Choose a tag to compare
  • 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

11 Dec 09:47
012f8b4
Compare
Choose a tag to compare
  • 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

30 Jul 05:04
Compare
Choose a tag to compare
  • Updated default Twee export format to Twee3.
  • Fixed minor bug in Twee encoding.

poof v1.4.0

15 Jul 08:52
dda3982
Compare
Choose a tag to compare
  • 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

04 Jul 20:04
Compare
Choose a tag to compare
  • Fixed bug with parsing of tag metadata that could cause stories to hang indefinitely.