edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] edbrowse 3.6.3 is here!
@ 2017-03-25 17:02 Chris Brannon
  0 siblings, 0 replies; only message in thread
From: Chris Brannon @ 2017-03-25 17:02 UTC (permalink / raw)
  To: edbrowse-dev, commandline

Edbrowse 3.6.3 was tagged and released several days ago.
The direct download link is here:
https://github.com/CMB/edbrowse/archive/v3.6.3.zip
Here's a summary of the changes:

3.6.3:
Maintain a cache of http files.
Provides faster access to websites that are visited often.
Cache directory and size can be set in the config file, but the defaults are reasonable.

Use a substring of the url to determine a mime type, not just the suffix.
This is primarily for youtube videos, which can play as a stream, but have no obvious protocol or suffix to key on.
urlmatch = youtube.com/watch?|youtube.com/embed/
Currently a substring, may become a regexp later.

g? prints the url for the link instead of going to it. You can look before you leap.
Also g2? g$? etc.

i* on a textarea <buffer 7> goes to that editing session, in this case equivalent to e7.
This is convenient for scripting, since you don't know ahead of time which buffer will be allocated for this purpose.

The M (move) command does not require a destination session; edbrowse finds an empty session for you.

Represent multiple frames in one edbrowse window. Each has its own javascript world.
At this point the worlds do not interact.
You can expand and contract frames by the exp and ctr commands.

-- Chris

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-25 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-25 17:02 [Edbrowse-dev] edbrowse 3.6.3 is here! Chris Brannon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).