Skip to content

Releases: svhawks/MonkeyinElectron

File name bug fixed

20 Feb 22:05
Compare
Choose a tag to compare
File name bug fixed Pre-release
Pre-release
0.2.2

🔖  Version bump

Code base improvements

20 Feb 19:50
Compare
Choose a tag to compare
Pre-release

Removed socket.io from code base.
Fixed several bugs.

0.2.0-alpha patch

18 Feb 02:17
Compare
Choose a tag to compare
0.2.0-alpha patch Pre-release
Pre-release

Bug fixes and auto lint preference added.
Linux builds added.

Minor release

11 Feb 18:33
Compare
Choose a tag to compare
Minor release Pre-release
Pre-release

Fixed several bugs in code and codebase.

URL matching is now available!

11 Feb 17:15
Compare
Choose a tag to compare
Pre-release

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

09 Feb 19:59
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Bug fixes,
And improvements for editor.

Bug fixes

09 Feb 17:19
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Auto save bug fixed

New Logo!

08 Feb 21:18
Compare
Choose a tag to compare
New Logo! Pre-release
Pre-release

New logo added,
Bug tracking added,
Automatically moving ~/Applications added.

0.1.3 Release!

07 Feb 04:25
Compare
Choose a tag to compare
0.1.3 Release! Pre-release
Pre-release

Bug fixes, multiple file save removed and code rebase

Bug fixes

04 Feb 15:18
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Uncautch exeptions bug fixed.