286 Commits

Author SHA1 Message Date
CanadaHonk
f751ed8d6c browser/chromium: disable first run prompts 2023-01-07 18:30:57 +00:00
CanadaHonk
1cc9ea51e1 release: 0.11.0-alpha.3 2023-01-07 17:45:30 +00:00
CanadaHonk
a0fb2e1102 typedef: add OpenOptions.forceEngine 2023-01-07 17:44:22 +00:00
CanadaHonk
c41d31a52f open: add forceEngine 2023-01-07 17:44:07 +00:00
CanadaHonk
51f548e300 release: 0.11.0-alpha.2 2023-01-07 17:09:16 +00:00
CanadaHonk
2fca5e7740 launcher/eval: better error handling 2023-01-07 17:08:39 +00:00
CanadaHonk
e6dc593f11 launcher/eval: more error handling 2023-01-07 17:08:13 +00:00
CanadaHonk
b249ced7f1 cdp: warn in console on CDP errors 2023-01-07 17:07:42 +00:00
CanadaHonk
d6f268c5db chore: bump version to 0.11.0-alpha.1 2023-01-07 16:40:53 +00:00
CanadaHonk
680224961a paths: rewrite windows to support multiple, and add some for scoop 2023-01-07 16:40:00 +00:00
Oj
159be343f9 release: 0.10.1 2023-01-07 01:33:25 +00:00
Oj
a3479988be index: fix onLoad using old API name 2023-01-07 01:30:11 +00:00
CanadaHonk
8d4dd9aea1 ipc/expose: fix arguments being given as array instead of spread 2023-01-06 22:09:41 +00:00
CanadaHonk
bdc0e29e73 typedef: add ipc.removeListener 2023-01-06 22:09:05 +00:00
Oj
11b088327c roadmap: add backlog and update 2023-01-06 08:26:03 +00:00
Oj
786d881c2c chore: bump version to 0.11.0-alpha.0 2023-01-06 08:22:48 +00:00
Oj
0614293c68 typedef: add PageApi.title 2023-01-06 08:22:21 +00:00
Oj
7c55d94f71 launcher: add Page.title getter and setter 2023-01-06 08:21:37 +00:00
CanadaHonk
31fb7478aa release: v0.10.0 2023-01-05 22:28:47 +00:00
CanadaHonk
99e4ee860d launcher: run Window.close on process close too 2023-01-05 20:39:58 +00:00
CanadaHonk
36b578ce63 chore: bump version to alpha.5 2023-01-05 20:33:10 +00:00
CanadaHonk
0724473b01 idle: add close handler (also move API creation into inject) 2023-01-05 20:32:27 +00:00
CanadaHonk
a6fdc53d36 idle: minor cleanup 2023-01-05 20:19:03 +00:00
CanadaHonk
b8ceaebfa6 typedef: add new IPC expose APIs 2023-01-05 20:16:05 +00:00
CanadaHonk
dd410076a7 typedef: add PageApi.loaded 2023-01-05 20:09:57 +00:00
CanadaHonk
91944cadbf typedef: rename Window.window -> page 2023-01-05 19:43:39 +00:00
CanadaHonk
55085ef599 inject: rename Window.window -> Window.page 2023-01-05 19:40:42 +00:00
Oj
27852e1f68 gitignore: ignore gluon_data 2023-01-05 18:48:09 +00:00
Oj
0f90122c8a roadmap: update 2023-01-05 18:47:42 +00:00
Oj
9fb71546e8 ipc: add expose APIs 2023-01-05 18:47:08 +00:00
Oj
44f6489a52 inject: add window.loaded promise 2023-01-05 18:41:45 +00:00
Oj
785778d450 inject: make eval return just result 2023-01-05 16:44:02 +00:00
Oj
87f472c0b0 chore: update alpha version in package 2023-01-05 16:08:59 +00:00
Oj
5179c64522 chore: bump version to 0.10.0-alpha.3 2023-01-05 16:07:54 +00:00
Oj
c15dca1967 cdp: make logging available via optional cli flag 2023-01-05 16:01:54 +00:00
Oj
5f4d96b961 roadmap: update 2023-01-05 16:00:01 +00:00
Oj
7c54ef0895 launcher/inject: get browser info first, and always await 2023-01-05 15:59:16 +00:00
Oj
8f0379355e roadmap: add intended release date for 0.10 2023-01-05 14:04:56 +00:00
Oj
82a2de817c roadmap: update 2023-01-05 14:03:34 +00:00
Mantresh Khurana
df338a474a
Added .DS_Store in .gitignore (#28)
* `.DS_Store` Removed

* Update .gitignore
2023-01-05 13:56:44 +00:00
Oj
1d54e4f065 index: rewrite data path gen (#6) 2023-01-05 13:22:42 +00:00
Oj
f5ae39afa1 index: redo browser finding logging 2023-01-05 13:15:37 +00:00
CanadaHonk
3a340c3f20 chore: bump version to 0.10.0-alpha.2 2023-01-04 16:19:23 +00:00
CanadaHonk
97897baebf paths: add brave 2023-01-04 16:18:49 +00:00
CanadaHonk
392b53bc32 readme: fix license badge link 2023-01-04 13:02:06 +00:00
CanadaHonk
3c9a8b9405 readme: update npm link 2023-01-04 12:58:36 +00:00
CanadaHonk
bc0cb706f5 paths: add new browsers, refactor windows to auto append env 2023-01-04 11:40:18 +00:00
CanadaHonk
13b662f144 paths>win: add alternate appdata paths 2023-01-04 11:13:19 +00:00
CanadaHonk
de937b5b86 readme: tweak description 2023-01-04 11:08:30 +00:00
CanadaHonk
6185d8fa3d readme: fancy header 2023-01-04 10:58:47 +00:00