Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Release 7.1.0 (#278)
Browse files Browse the repository at this point in the history
* Release 7.1.0

* Tweak release notes

* Update screenshot
  • Loading branch information
cassidyjames authored Mar 25, 2021
1 parent 26870e7 commit bd096de
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



| ![Screenshot](data/screenshot@2x.png) | ![Screenshot](data/screenshot-many-browsers@2x.png) |
| ![Screenshot](data/screenshot@2x.png) | ![Screenshot](data/screenshot-many-browsers.png) |
|--------------------------------------------|-----------------------------------------------------|
| ![Screenshot](data/screenshot-menu@2x.png) | ![Screenshot](data/screenshot-menu-dark@2x.png) |

Expand Down
12 changes: 11 additions & 1 deletion data/com.github.cassidyjames.ephemeral.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
<li>Search right from the URL bar</li>
<li>Pick between privacy-respecting search engines from the menu</li>
<li>Quickly disable or re-enable JavaScript from the menu</li>
<li>Choose to automatically open certain sites in another browser from the "Open page in…" menu</li>
</ul>
<p>Useful keyboard shortcuts and gestures:</p>
<ul>
<li>Navigate back or forward with a two-finger swipe on your trackpad</li>
<li>Open page in another browser with Ctrl+O</li>
<li>Add a website to the URL suggestions with the ⭐️ icon or Ctrl+D</li>
<li>Find text on the page with Ctrl+F</li>
<li>Zoom in or out with Ctrl+Plus and Ctrl+Minus</li>
Expand All @@ -38,6 +40,14 @@
<binary>com.github.cassidyjames.ephemeral</binary>
</provides>
<releases>
<release version="7.1.0" date="2021-03-25">
<description>
<p>Automatically Open Sites Externally</p>
<p>You can now always open chosen sites externally, bypassing Ephemeral! On a page, open the "Open page in…" menu and check the new "Automatically Open This Site Externally". Opening a link to that site will now open in your selected other browser instead of in Ephemeral; super handy for things like Twitter or GitHub where you always want to be logged in. To revert it, just open the site in Ephemeral and uncheck "Automatically Open This Site Externally" from the "Open page in…" menu.</p>
<p>Improved reliability of setting the window title; the title seen in the Dock menu or Multitasking View should now more reliably match the page's title, especially when updated with JavaScript.</p>
<p>Additional translations for new features will appear in future updates as translators have a chance to do their thing.</p>
</description>
</release>
<release version="7.0.5" date="2021-01-15">
<description>
<p>Translation updates</p>
Expand Down Expand Up @@ -498,7 +508,7 @@
<image>https://raw.githubusercontent.com/cassidyjames/ephemeral/main/data/screenshot@2x.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/cassidyjames/ephemeral/main/data/screenshot-many-browsers@2x.png</image>
<image>https://raw.githubusercontent.com/cassidyjames/ephemeral/main/data/screenshot-many-browsers.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/cassidyjames/ephemeral/main/data/screenshot-menu@2x.png</image>
Expand Down
Binary file added data/screenshot-many-browsers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/screenshot-many-browsers@2x.png
Binary file not shown.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'com.github.cassidyjames.ephemeral',
'vala', 'c',
version: '7.0.5'
version: '7.1.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit bd096de

Please # to comment.