3b4d17b6cd
Bumped version: 0.1.9 -> 0.2.0
2025-06-02 01:17:18 +02:00
ee5ecbba40
Enriched README
2025-06-02 01:12:57 +02:00
8fd73037f3
Removed Chrome support
...
Sorry, no MV2, no party
2025-06-02 01:12:38 +02:00
f2e11753c7
Better style for the run form
2025-06-02 01:08:12 +02:00
33a3532ee3
Redesigned configuration tab
2025-06-02 00:05:13 +02:00
04e1287306
Better auth flow and state management on URL.
...
Improved authentication flow and addition of new devices
========================================================
- The `NewHost` and `EditHost` components have been merged and all the
fields have been extensively documented.
- The legacy authentication flow (with hostname, device name, HTTP port,
Websocket port, token and SSL flag) has been replaced by a much
simpler flow that only requires the URL of the instance.
- Error handling has also been properly implemented.
- The device name is now optional - if not provided then the connection
test will perform a call to `config.get` and retrieve the reported
`device_id`.
- The token is now optional as well. If not provided, the extension will
leverage an existing authenticated session on the browser. If the user
isn't logged in, the extension will automatically redirect to the
authentication page.
State management on the URL
===========================
URLs within the extension options are now dynamically filled with the
navigation state. This makes it possible to directly point to a form to
add a device in the extension.
2025-06-01 22:07:10 +02:00
7d70572ca6
Upgraded dependencies
2025-06-01 14:19:41 +02:00
Fabio Manganiello
a6e60fd0f3
Removed clipboardRead permission from Chrome manifest
2020-08-20 16:07:31 +02:00
Fabio Manganiello
62a68f6515
Bumped version 0.1.8 -> 0.1.9
2020-08-11 19:47:35 +02:00
Fabio Manganiello
cd3d36dcb1
I HATE CHROME.
...
Chrome doesn't support more than 4 keybindings per extension nor
keybindings including the Alt key. The reasons are hysterically unknown.
Since I'm not going to drop features for Firefox users just because
Google developers decided to make life impossible for web extensions
developers, I'm going to keep two different manifest files for Firefox
and Chrome - and advise users NOT to use Chrome.
2020-08-11 19:41:17 +02:00
Fabio Manganiello
8cc77d8398
Fixed npm audit issues and added cross-env dependency
2020-08-04 18:08:17 +02:00
Fabio Manganiello
349f54be95
Upgraded lodash version (CVE-2020-8203)
2020-07-26 13:18:22 +02:00
Fabio Manganiello
db5a35498c
Bumped version 0.1.7 -> 0.1.8
2020-07-15 00:10:08 +02:00
Fabio Manganiello
fb8acdda40
Added clipboard methods to the script API
2020-07-15 00:00:39 +02:00
Fabio Manganiello
f7a8aa17a8
Bumped version 0.1.6 -> 0.1.7
2020-07-13 01:43:40 +02:00
Fabio Manganiello
d0f9be35c6
Support for dynamic keybindings linked to actions/scripts
2020-07-13 01:39:59 +02:00
Fabio Manganiello
f098c924fb
Refactored background services and listeners
2020-07-12 16:50:20 +02:00
Fabio Manganiello
bdb3b0b471
Removed gist reference
2020-07-07 23:24:30 +02:00
Fabio Manganiello
7ffd41e739
Updated README
2020-07-07 22:22:57 +02:00
Fabio Manganiello
9befa9f05c
LINT fixes
2020-07-07 01:40:18 +02:00
Fabio Manganiello
6729f95a1e
Bumped version 0.1.5 -> 0.1.6
2020-07-05 01:35:45 +02:00
Fabio Manganiello
636809e5b2
Added script API description
2020-07-05 01:34:41 +02:00
Fabio Manganiello
569453eaad
Added example Gist
2020-07-05 01:24:29 +02:00
Fabio Manganiello
a9280b1256
Refactored action.run method
2020-07-05 00:56:03 +02:00
Fabio Manganiello
632f9872a4
Bumped version 0.1.4 -> 0.1.5
2020-07-04 00:58:57 +02:00
Fabio Manganiello
632b248dc5
Refactored extension to avoid eval() and instead use executeScript and message communication
2020-07-04 00:56:33 +02:00
Fabio Manganiello
ca9ec58244
Removed LINT warnings
2020-07-01 17:41:00 +02:00
Fabio Manganiello
33ad318bd3
Bumped version 0.1.3 -> 0.1.4
2020-06-30 18:22:09 +02:00
Fabio Manganiello
77bf8dad32
Added new icons
2020-06-30 18:20:33 +02:00
Fabio Manganiello
b0c000b805
Support for collapsing side menu
2020-06-30 18:19:51 +02:00
Fabio Manganiello
212f68977e
Bumped version 0.1.2 -> 0.1.3
2020-06-30 12:33:33 +02:00
Fabio Manganiello
3abec7910f
unsafe-eval is actually needed in CSP otherwise custom user scripts cannot be evaluated
2020-06-30 12:33:08 +02:00
Fabio Manganiello
e116cebbbd
Bumped version 0.1.1 -> 0.1.2
2020-06-30 12:03:17 +02:00
Fabio Manganiello
8eb5e80821
Added logic for configuration remote backup/restore
2020-06-30 11:58:26 +02:00
Fabio Manganiello
7feb972715
Support for editing actions and scripts
2020-06-29 20:26:58 +02:00
Fabio Manganiello
b2cb616929
Implemented context menu
2020-06-29 02:21:00 +02:00
Fabio Manganiello
9b562f3a89
Added support for icon color
2020-06-27 12:05:16 +02:00
Fabio Manganiello
12aaa2beb8
Better representation for action default arguments and no more loss of values while changing the form
2020-06-26 23:43:37 +02:00
Fabio Manganiello
dda7f98b99
Better margin
2020-06-26 21:54:56 +02:00
Fabio Manganiello
e2914af002
Added Mercury parser capabilities
2020-06-26 21:49:29 +02:00
Fabio Manganiello
7e4180ebef
Removed margin from popup category
2020-06-26 01:32:10 +02:00
Fabio Manganiello
3242153d07
Better style for popup window categories
2020-06-26 01:29:57 +02:00
Fabio Manganiello
efea2bef15
Replaced create-zip.sh with pure npm command
2020-06-26 01:21:06 +02:00
Fabio Manganiello
306f7d2833
Bumped version 0.1.0 -> 0.1.1
2020-06-26 01:18:13 +02:00
Fabio Manganiello
5678d5b74a
Bumped version 0.1.0 -> 0.1.1
2020-06-26 01:17:39 +02:00
Fabio Manganiello
9fc4575206
Bumped version 0.1.0 -> 0.1.1
2020-06-26 01:17:10 +02:00
Fabio Manganiello
758a398755
Better size for the popup window and added axios reference for scripts
2020-06-26 01:15:52 +02:00
Fabio Manganiello
d1638b2512
getBody/setBody changed to getDOM/setDOM
2020-06-25 23:20:46 +02:00
Fabio Manganiello
4022139bc7
Major refactor and implemented communication with active tab through content script
2020-06-24 01:17:58 +02:00
Fabio Manganiello
0b10209b72
Fixed package-lock and README
2020-06-22 01:49:53 +02:00