Skip to content

v2.4.0 UX update

Compare
Choose a tag to compare
@FontaineRiant FontaineRiant released this 05 Aug 06:33
· 42 commits to pytorch-transformers since this release

UX update

  • Added text wrapping: words are no longer split in half at the end of each line
  • Migrated every input prompt to inquirerpy's new syntax
  • Enabled multiline input: enter inserts newline in every case of writing/editing story/context (no more § or ~)
  • Replaced every slash command with keyboard shortcuts
  • Merged /revert and /edit into a single "undo and edit" feature (key: up arrow)
  • Added "redo" feature that allows you to reverse multiple "undo" operations while keeping any edit you made (down arrow)
  • Added "edit prompt" feature to edit permanent context after the story has already started
  • Added "single sentence generation" feature. Press tab to generate to the end of a sentence instead of all 100 tokens.
  • Ctrl+C is now supported in every case: cancels text or audio generation, stops playing audio, clears current input or returns to main menu (depending on the current state) and doesn't terminate the application anymore
  • Reworked crash recovery system to create automatic saves at every step of a story, instead of in the case of an exception. This allows reloading after a crash even when python isn't the origin of the termination

Full Changelog: v2.3.2...v2.4.0