Releases: svhawks/MonkeyinElectron
Releases · svhawks/MonkeyinElectron
File name bug fixed
0.2.2 🔖 Version bump
Code base improvements
Removed socket.io from code base.
Fixed several bugs.
0.2.0-alpha patch
Bug fixes and auto lint preference added.
Linux builds added.
Minor release
Fixed several bugs in code and codebase.
URL matching is now available!
With these release, you can match scripts with URL's.
Example :
// ==UserScript== // @name New Userscript // @version 1.0.0 // @description try to take over the world! // @match https://electron.today/* // @enabled true // ==/UserScript==
alert("Awesome matching!");
Known bugs:
- Auto save doesn't working properly. Use cmd + S key stroke combination untill fixes.
- When open editor page, initial script doesn't fetch first. ( If you switch tabs, initial scripts will come. )
Bug fixes
Bug fixes,
And improvements for editor.
Bug fixes
Auto save bug fixed
New Logo!
New logo added,
Bug tracking added,
Automatically moving ~/Applications added.
0.1.3 Release!
Bug fixes, multiple file save removed and code rebase
Bug fixes
Uncautch exeptions bug fixed.