Skip to content

Commit

Permalink
orco-0.2.1 for public release
Browse files Browse the repository at this point in the history
- Fix a typo in README.org.
- Drop `version_name` manifest key unsupported bu Gecko.
  • Loading branch information
maxnikulin committed Jun 8, 2022
1 parent 68a9151 commit 6917ce8
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ from the releases section of the GitHub project
and use "install from file" option in the add-on management tab.
Alternatively a repository clone may be loaded as a temporary extension
from the add-on debugging tab. Thunderbird removes column state from
folder views when temporary add-on is not loaded, so it may be inconvenient..
folder views when temporary add-on is not loaded, so it may be inconvenient.
A new toolbar button should appear in the mail tabs.
Right click on message list header should reveal new column
that may be added to the folder view.
Expand All @@ -86,7 +86,7 @@ and for the
[[https://github.com/maxnikulin/linkremark][LinkRemark browser extension]].

If you have installed bURL earlier for LinkRemark, update it to the latest
release. As to configuration, it should be enough
release (bURL-0.4 or later is required). As to configuration, it should be enough
to add [email protected]= the =allowed_extensions= array
in the native application manifest. The latter is located in
=~/.mozilla/native-messaging-hosts=. If you use =news:= or =nntp:= links
Expand Down Expand Up @@ -188,9 +188,7 @@ For native messaging backend problems see the related section in Mozilla
orco is published under [[https://www.gnu.org/licenses/gpl-3.0.html][the GNU GPLv3 license]] or any later
version. See the [[file:LICENSE.txt]] file in this directory.

#+begin_center
#+attr_html: :alt orco icon
[[file:icons/orco-128.png]]
#+end_center

# LocalWords: LinkRemark Thunderbird bURL backend orco
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_orcoAddonName__",
"version": "0.2",
"version_name": "0.2 (pre-relase, test of updates)",
"version": "0.2.1",
"default_locale": "en",
"description": "__MSG_orcoAddonDescription__",
"author": "__MSG_orcoAddonAuthor__",
Expand Down
29 changes: 29 additions & 0 deletions updates/orco-release-notes-0.2.1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>orco-0.2.1 Release Notes</title>
</head>
<body>
<h1>orco-0.2.1</h1>
<p>The add-on requires native messaging helper application
<a href="https://github.com/maxnikulin/burl">https://github.com/maxnikulin/burl</a>
</p>
<p>
Add-on features:
</p>
<ul>
<li>A column in message list view displaying an icon if Message-ID is found in your notes.
It is hidden by default.</li>
<li>List of mentioned mentions is fetched using bURL native messaging host application.
By default <samp>mid:</samp> links are extracted. To add web archives of mail lists
(URLs must contain Message-IDs), add more prefixes in add-on settings.
To enable <samp>news:</samp> or <samp>nntp:</samp> links, add more schemes
to the command invoking bURL in the wrapper script.</li>
<li>From context menu for message list or directly from add-on toolbar button
(browser action) popup a command to open particular location in your notes file
may be sent to GNU Emacs. It requires running Emacs server,
a <code>server-visit-hook<code> to reveal folded headings is suggested.</li>
</ul>
</body>
</html>
7 changes: 7 additions & 0 deletions updates/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"applications": {
"gecko": { "strict_min_version": "91.0" }
}
}, {
"version": "0.2.1",
"update_link": "https://github.com/maxnikulin/orco/releases/download/v0.2.1/orco-0.2.1-unsigned.xpi",
"update_info_url": "https://raw.githubusercontent.com/maxnikulin/orco/release/updates/orco-release-notes-0.2.1.html",
"applications": {
"gecko": { "strict_min_version": "91.0" }
}
} ]
}
}
Expand Down

0 comments on commit 6917ce8

Please sign in to comment.