Fermion
Fermion copied to clipboard
QOL Roadmap for v2.0
Roadmap of changes slated for v2.0.0
- [x] Code clutter clean-up caused by
v1.8
development (Resolvedv1.9.0
) - [ ] Replace all instances of
ipcMain
/ipcRenderer
withBroadcastChannel
- [x] Migrate to
Electron v15.x
(Resolvedv1.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 onProcess List
, forgot to remove that issue. (Resolvedv1.9.0
) - [x] Add support for
png
format icons like on mobile systems (Resolvedv1.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
)