Skip to content

v2.6.0

@rnkn rnkn tagged this 08 Aug 06:21
Improvements

- Added functions to shift all elements with M-up and M-down. These
  functions supersede fountain-outline-shift-(up|down) (although those
  functions are still called indirectly when point is at a heading).
  This behaviour can be toggled with fountain-shift-all-elements.
- Added Customize set functions to element aligning options to implement
  user options immediately (without needing to recall fountain-mode)
- Added fountain-outline-hide-custom-level as default hook (removed
  fountain-outline-startup-level)
- Removed endnotes feature. This syntax was never adopted by the wider
  Fountain community and introduced weird outline cycling issues. For a
  similar feature, I've created https://github.com/rnkn/side-notes
  Please use this instead.
- Respect buffer narrowing when counting pages
- Added fountain-script-format option for default script format, e.g.
  stageplay, teleplay
- Don't select included file when running
  fountain-include-replace-in-region
- Improved character parsing to avoid calling other functions
- Ensure forced scene headings begin with word characters
- More robust check for interactive use of fountain-count-pages
- Change depreciated wp keyword to text

Bug Fixes

- Fixed an annoying bug where auto-completion would sometimes insert
  "nil" #89
- Fixed a bug where transitions would not be included in export #92
- Fix to prevent unintended auto-upcasing within a folded scene or
  section
- Added missing "EST" to fountain-scene-heading-prefix-list
- Fixed notes being included in metadata in some cases
- Removed unused invisible text property on all elements that could
  interfere with some other modes #85
- Removed errant obsolete warning for
  fountain-export-include-title-page
- Fixed bug where sections headings could be parsed as characters
- Fixed missing key-map pointers in docstrings

Theme

- I've also published the settings I use for Fountain Mode as a theme:
  https://github.com/rnkn/.emacs.d/blob/master/fountain-theme.el
Assets 2