Skip to content

Beta5

Compare
Choose a tag to compare
@Gnurro Gnurro released this 04 Jun 11:36
· 65 commits to master since this release
8bce3ba

QoL additions and a bugfix that should solve the file opening problem,
v0.2.0 as main features and accompanying QoL is complete - more utilities are still planned.

New:

  • File selection is now filtered for .txt and .json (ChunkFiles)
  • Added mode switching keyboard shortcut
    • Ctrl-M switches between appropriate modes
  • InitialPrep: added 'Save chunking settings' button
  • InitialPrep: added 'Remove block layout' QuickFix
    • brute force removal of all single newlines
    • attempts to preserve double newlines
    • can be useful for Project Gutenberg sources
  • ChunkStack: added navigation keyboard shortcuts
    • Ctrl + Down arrow key adds to the view start index, which moves the view down the chunk stack
    • Ctrl + Up arrow key substracts from the view start index, which moves the view up the chunk stack

Bugfix:

  • File extension is now properly checked, which should solve file opening issues when files paths contain periods