Commit graph

65 commits

Author SHA1 Message Date
Oliver Blanthorn
1e06fd3ebb
release 1.13.0 2018-06-08 15:19:34 +01:00
Bruno Oliveira
0feaa3d2ca
Improve Tridactyl theming capabilities 2018-05-20 16:22:46 +01:00
Colin Caine
3d60e3fb91
Permit eval() on extension pages 2018-05-16 16:44:53 +01:00
Oliver Blanthorn
82c4348054
release 1.12.0 2018-05-13 15:31:45 +01:00
Oliver Blanthorn
78ba957cde
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers 2018-05-12 14:26:42 +01:00
Oliver Blanthorn
230d718af6
release 1.11.2 2018-05-11 21:37:08 +01:00
Oliver Blanthorn
357d89ce06
release 1.11.1 2018-05-11 12:17:25 +01:00
Oliver Blanthorn
d0bde43cf0
release 1.11.0 2018-05-09 13:59:36 +01:00
Anton
19fd1196f8 hint -b now follows current tab's container, similar tabopen behaviour now behind a new setting 'tabopencontaineraware', defaults to false. 2018-05-08 12:27:30 +00:00
Oliver Blanthorn
9337bedfd2
release 1.10.1 2018-05-04 23:09:06 +01:00
Oliver Blanthorn
9e44e2c565
release 1.10.0 2018-05-03 21:10:41 +01:00
Colin Caine
2df99412ef release 1.9.8 2018-04-26 01:29:25 +01:00
John Beard
31958ed710
Merge johnnbeard's and IsaacKhor's native messenger
(Credited to John, merge by Olie)
2018-04-25 20:43:13 +01:00
Oliver Blanthorn
42c6a6d2dc
release 1.9.7 2018-04-25 20:38:27 +01:00
Oliver Blanthorn
46298bccf2
release 1.9.6 2018-04-25 15:40:11 +01:00
Colin Caine
745181d758 release 1.9.5 2018-04-22 18:56:27 +01:00
Oliver Blanthorn
8edc9205dc
release 1.9.4 2018-04-20 20:59:24 +01:00
Colin Caine
e721f625c8 release 1.9.3 2018-04-19 11:22:55 +01:00
Colin Caine
06326acbd7 release 1.9.2 2018-04-16 08:47:18 +01:00
Colin Caine
794849c548 release 1.9.1 2018-04-16 00:57:54 +01:00
Colin Caine
7d22865625 release 1.9.0 2018-04-16 00:20:17 +01:00
glacambre
5be209f100
Implement tridactyl-viewsource
The problem with the current :viewsource is that it loads a page in
which Tridactyl is not loaded. This commit fixes this by enabling a new
setting, "viewsource" which can be set to either "default" or
"tridactyl". If "tridactyl" is selected, then :viewsource will load the
source code of the HTML page in the current page instead of redirecting
the user to the view-source:// version of the page.
2018-03-17 12:42:03 +01:00
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