From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:61:78eb:5000::63a:26e7]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id A496477CB1; Sat, 25 Mar 2017 10:02:22 -0700 (PDT) From: Chris Brannon To: edbrowse-dev@lists.the-brannons.com, commandline@yahoogroups.com Date: Sat, 25 Mar 2017 10:02:28 -0700 Message-ID: <87poh5jnmj.fsf@the-brannons.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Edbrowse-dev] edbrowse 3.6.3 is here! X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.23 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2017 17:02:22 -0000 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 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