You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,12 @@
74
74
* Build updated/tested for Electron v11
75
75
* Updated language bindings
76
76
* Compatibility changes for upcoming electron contextIsolation default behavior in v12
77
-
* Compiled package support for OSX dropped, I need to boot an old laptop every time I make a release and it's PITA.
77
+
* Compiled package support for OSX dropped, I need to boot an old laptop every time I make a release and it's PITA.
78
+
79
+
-= Fermion v1.5 =-
80
+
81
+
* Added device selection context menu, including remote socket support.
82
+
* Added JS trap for ctrl/command-t to refresh the Frida script in the target. It is now practical to collapse side-bar and work on your code.
83
+
* Added "GC" on the textarea. It was always a problem that high volume hooks could tank Fermion if the textarea grew too large. Fermion now limits the line count to 5000 and will delete old entries as new ones come in.
84
+
* Changed color for the text area. I think eventually a full UI re-design will probably be in order (v2 maybe).
0 commit comments