Skip to content

7.0 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhotmann jhotmann released this 24 Nov 19:15
· 24 commits to master since this release
46c8972

This is almost a complete rewrite, but will make future features a million times easier to implement.

  • Refactored code into several classes: Batch, Operation, FileData, History, Favorites
  • Updated UI and wizard to utilize new classes
  • A SQLite database is now used to store batches, operations, and favorites
  • History API allows for undoing any batch (instead of just the last one), undoing single operations, re-running batches, and copying previous commands
  • Favorites API allows for storing and re-running commands via UI, id, or alias
  • Switched to Jest for tests, and made test structure better
  • Fixed #27