Commit graph

24 commits

Author SHA1 Message Date
Colin Caine
4c7be836af release: 1.4.3 2017-11-21 05:01:36 +00:00
Colin Caine
83d8e96b28 release: 1.4.2 2017-11-21 03:32:03 +00:00
Colin Caine
c828ffd484 release: 1.4.1 2017-11-21 03:20:57 +00:00
Colin Caine
eb59fd3bf5 release: 1.4.0
add gobble mode and quickmarks
Fix #86: Add metakey to list of ignored keys in normal mode for Macs
Add startpage search engine
2017-11-20 23:48:23 +00:00
Colin Caine
538aab80bc release: 1.3.1 2017-11-20 01:58:26 +00:00
Colin Caine
7abf91e90a release: 1.3.0 2017-11-19 08:30:32 +00:00
Colin Caine
a1056e6570 release: 1.2.0 2017-11-19 02:42:27 +00:00
Colin Caine
2ad56f5c8e release: 1.1.0 2017-11-18 03:47:33 +00:00
Oliver Blanthorn
c6e5afdde4
Set minimum FF version to 54 as per reviewer's request 2017-11-12 18:22:06 +00:00
Colin Caine
1813d11f64 build: bump version to 1.0.7 (for pre-releases) 2017-11-12 01:54:16 +00:00
Colin Caine
21000b50d7 build: Improve version fiddler 2017-11-12 01:14:10 +00:00
Colin Caine
214974dfc9 build: automate beta builds for AMO 2017-11-09 13:10:43 +00:00
Colin Caine
2b8d3f0b9d AMO: Trim manifest to make reviewing easier 2017-11-09 06:21:55 +00:00
Colin Caine
927e19c818 hinting: First working version
state.ts also reworked into a sexy new machine. Check it out!
2017-11-09 05:44:48 +00:00
Anran
20edc42b3e cmdline iframe css refactor 2017-10-29 14:01:09 +00:00
Colin Caine
e0cebf6936 perf: Load content script even earlier
Bonus: load on about:blank, about:srcdoc as well
2017-10-23 02:57:39 +01:00
Oliver Blanthorn
f043e6902a
Initial new tab page. Feedback welcomed. 2017-10-22 15:34:27 +01:00
Oliver Blanthorn
839b23f1e9
Make content scripts load slightly earlier 2017-10-21 09:42:23 +01:00
Oliver Blanthorn
c76d3a6c9a
First (broken) attempt at yy to yank URLs 2017-10-19 12:42:49 +01:00
Oliver Blanthorn
ea9806f591
Add proof of concept for buffer filter by text on page 2017-10-15 23:05:41 +01:00
Colin Caine
5964430fe1 Convert to es6 modules
Motivation:

 - Most test frameworks expect modules
 - I'm told they're the future

Changes:

 - Every typescript source file is now an es6 module
 - Build system is now webpack (tho rollup makes nicer outputs)
 - Outputs of buildsystem are one js file per entry point (background,
   content, commandline_frame)
 - These bundled js files are generated by traversing the dependency
   graph of each entry point
2017-10-02 01:17:32 +01:00
Colin Caine
419854c616 Unprofessionally large commit
- Implement just about working commandline
 - Clean up excmd code
 - Move controller logic out of parsing
 - Document workarounds of webext problems
2017-09-29 18:29:36 +01:00
Colin Caine
9e57a25aa6 Proof of concept
keyboard API shim written, parser revised, example scrolling excmds
implemented.
2017-09-25 05:00:41 +01:00
Colin Caine
1a2c684d30 Reorganise repo 2017-09-24 23:38:57 +01:00
Renamed from addon/manifest.json (Browse further)