Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@brsloan brsloan released this 31 Mar 02:43

2024-03-30: v2.0.0! I know that's a quick version jump, but this has some fundamental changes, primarily the switch to saving chapters as plain text .txt files with MarkdownFic markdown for formatting. This is better than the previous ".pup" json files because even if you and WareWoolf both die and your tech illiterate uncle is your executor, he will still be able to open the .txt chapter files of your manuscript and publish it so that history can remember you as the genius no one recognized while you were alive. Also you can edit them in any other text editor and as long you don't change the filename WareWoolf will load them as normal. Changes Made:

  • Completely new MarkdownFic parsing algorithm (about 1000x faster)
  • Now saves chapters as plain text .txt files with MarkdownFic markup for formatting rather than Delta ".pup" JSON files.
    • Can still open legacy files, just will silently save over old file format with new at open.
  • Autogenerated subdirectory for chapter files now named "[filename]_chapters" instead of "[filename]_pups".
  • Chapter files now saved as "[title].txt" rather than arbitrary numbers. Filename updates when you change chapter titles in WareWoolf.
  • Now supports MacOS
  • Missing Chapters tool rewritten/expanded
  • Can now toggle full screen on Windows/Mac
  • Can now export single chapter or all
  • Bug fixes