Releases: Gnurro/FinetuneReFormatter
Releases · Gnurro/FinetuneReFormatter
Beta6
Beta5
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
Beta4
Beta3
QoL improvements and some internal overhauling.
Many values can now be preconfigured in the settings.json file.
SourceInspector now allows going through all found issues, instead of just the first one found.
ChunkStack mode has slightly clearer GUI.
Now has overwrite and unsaved file warnings.
Ctrl+S to save the current file in any mode.
...and probably some more small fixes and improvements.
Beta2
Beta1
First WIP (Fixed)
Fixed leftover file reference - should work now...