Commit graph

43 commits

Author SHA1 Message Date
Fabian Furger
9a19d872b1 WIP: Attempt to apply theme to hints
CSS adapted from here:
https://gist.github.com/KrazyCavin/a2fcda9d0e2980ab9a3caf5576081397
2018-03-08 21:57:21 +00:00
Oliver Blanthorn
bc20f8d4ef
Merge branch 'master' of github.com:cmcaine/tridactyl 2018-03-07 14:55:36 +00:00
Oliver Blanthorn
f1dcea1ed1
Release 1.8.1
Changes summarised in doc/changelog.md. Additionally, change version
excmd to stop copying to clipboard as it was causing the command line to
be hidden, and add version number to the new tab page.
2018-03-07 14:50:50 +00:00
Colin Caine
40434455ec release 1.8.0
Betas don't update from 1.8.0 -> newer 1.7.3, so we need to bump the
version number.
2018-03-06 01:12:14 +00:00
Oliver Blanthorn
f8a534860a
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-apply_cleanslate 2018-03-05 12:03:49 +00:00
Colin Caine
75ad1aedaf Revert "release 1.8.0"
This reverts commit fdbf132f4e.
2018-03-05 09:34:27 +00:00
glacambre
119758454f
Add cleanslate.css 2018-03-04 14:15:26 +01:00
Colin Caine
fdbf132f4e release 1.8.0 2018-03-02 17:28:23 +00:00
John Beard
fde956df53 Add save link/img hint submode (;s, ;S, ;a, ;A)
This adds the ability to save link targets or images. The save location
can be default, or the save as dialog can be invoked.

Somewhat sensible default filenames are provided.

Data URLs are also supported (though they need quite a bit of massaging
to get past the WebExt security limitations). Specificially, they need
to be round-tripped though a Blob, and must be saved from the background
context.
2017-12-24 11:20:26 +00:00
Oliver Blanthorn
6de196a2c1
release 1.7.3 2017-12-21 22:06:04 +00:00
Oliver Blanthorn
f63c8a599d
release 1.7.2 2017-12-21 21:51:21 +00:00
Oliver Blanthorn
16816d1353
release 1.7.1 2017-12-20 11:39:36 +00:00
Oliver Blanthorn
e416c9afe4
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_sanitize 2017-12-02 13:27:06 +00:00
Oliver Blanthorn
fea04e4d3f
release 1.7.0 2017-12-02 12:47:02 +00:00
glacambre
1a273d62d2 src/excmds.ts, src/manifest.json: Implement :sanitize. 2017-12-02 00:20:32 +01:00
Colin Caine
2be3646b21 release 1.6.1 2017-11-28 18:37:39 +00:00
Colin Caine
074393332f release 1.6.0
New features:

 - auto-completion for `:open`, `:tabopen`, etc.
 - Tab selects autocompletion options
 - New hint modes!
	;i - open image
	;I - open image in new tab
	;; - focus
 - Better commandline history completion (substring matching!)
 - Better completion for `:buffer`, `:tabmove`, etc.
 - Focus inputs
 	gi -- last input
	focusinput -p -- first password input
	focusinput -b -- largest input
 - Better documentation!
 - More search URLs
 - Yank the short or canonical link (see :help clipboard)

Contributors to this release:

John Beard
 - Image hinting
 - Focus input

Olie Blanthorn
 - Both types of history completion
 - Merging a bunch of PRs
 - Some documentation

Colin Caine
 - Improved buffer completion
 - Documentation

Olle Fredriksson
 - Make searches including hashes work.

Jake Beazley
 - CSS

@chocolateboy
 - Improved pagination [[,]]

@glacambre
 - More search URLs

Robbie McMichael
 - Fix build for BSD sed (OSX)
 - tabfirst, tablast

emanresusername
 - Select more elements in hints
2017-11-28 02:45:28 +00:00
Colin Caine
94d08f1fc7 release: 1.5.1 2017-11-23 01:56:56 +00:00
Colin Caine
f6f25ae00e release: 1.5.0 2017-11-23 01:14:20 +00:00
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)