Fermion icon indicating copy to clipboard operation
Fermion copied to clipboard

QOL Roadmap for v2.0

Open FuzzySecurity opened this issue 3 years ago • 0 comments

Roadmap of changes slated for v2.0.0

  • [x] Code clutter clean-up caused by v1.8 development (Resolved v1.9.0)
  • [ ] Replace all instances of ipcMain/ipcRenderer with BroadcastChannel
  • [x] Migrate to Electron v15.x (Resolved v1.9.0)
  • [x] Update Frida to v-latest (Resolved v1.9.0)
  • [ ] Change trace table generation. The table should really be created and destroyed on demand.
  • [x] Clicking Devtools button focuses border on Process List, forgot to remove that issue. (Resolved v1.9.0)
  • [x] Add support for png format icons like on mobile systems (Resolved v1.8.1)
  • [ ] Add verbose output on attach/detach in case of arbitrary failure
  • [ ] Allow users to drag and drop a js file into the editor
  • [x] Add scroll to the process listing (Resolved v1.9.0)
  • [x] Make columns in the process listing sortable (Resolved v1.9.0)

FuzzySecurity avatar Nov 18 '21 18:11 FuzzySecurity