Skip to content

Commit

Permalink
Added filter settings to prompt data for Zotero 7 beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
frianasoa committed Jan 3, 2024
1 parent e063cc4 commit 4ec9d18
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions content/settings/preferences.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<div class="zn-include" data-src="ai-prompts.xhtml" onload="Zotero_Preferences.ZeNotes.initpanel('prompts')"> </div>
</fieldset>

<fieldset>
<legend class='zn-legend'>Exclude from prompt</legend>
<div class="zn-include" data-src="exclude-from-prompt.xhtml" onload="Zotero_Preferences.ZeNotes.initpanel('exclude-from-prompt')"> </div>
</fieldset>


<h1>Global settings</h1>
<fieldset>
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>ZeNotes</em:name>
<em:version>0.7.4</em:version>
<em:version>0.7.5</em:version>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:updateURL>https://raw.githubusercontent.com/frianasoa/zenotes/main/zenote-update.json</em:updateURL>
<em:homepageURL>https://github.com/frianasoa/zenotes</em:homepageURL>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Ze Notes",
"version": "0.7.4",
"version": "0.7.5",
"description": "Advanced notes manager",
"homepage_url": "https://github.com/frianasoa/zenotes",
"author": "Fanantenana Rianasoa Andriariniaina",
Expand Down
6 changes: 3 additions & 3 deletions zenote-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"[email protected]": {
"updates": [
{
"version": "0.7.4",
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.4/zenotes-v0.7.4.xpi",
"update_hash": "sha256:36381006d77f3ba9f5f353edd38ce8b663e3ee0b02d00af79ad4838be259a752",
"version": "0.7.5",
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.5/zenotes-v0.7.5.xpi",
"update_hash": "sha256:bf8cebdaa6720a60c5a053e30d8f38a81668b7e1b5eaab472853a056dd6a9cb6",
"applications": {
"gecko": {
"strict_min_version": "60.0"
Expand Down
6 changes: 3 additions & 3 deletions zenote-update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<ns1:version>0.7.4</ns1:version>
<ns1:version>0.7.5</ns1:version>
<ns1:targetApplication>
<rdf:Description>
<ns1:id>[email protected]</ns1:id>
<ns1:minVersion>5.0.0</ns1:minVersion>
<ns1:maxVersion>6.*</ns1:maxVersion>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.4/zenotes-v0.7.4.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.5/zenotes-v0.7.5.xpi</ns1:updateLink>
</rdf:Description>
</ns1:targetApplication>

Expand All @@ -20,7 +20,7 @@
<ns1:id>[email protected]</ns1:id>
<ns1:minVersion>4.999</ns1:minVersion>
<ns1:maxVersion>6.*</ns1:maxVersion>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.4/zenotes-v0.7.4.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.7.5/zenotes-v0.7.5.xpi</ns1:updateLink>
</rdf:Description>
</ns1:targetApplication>

Expand Down

0 comments on commit 4ec9d18

Please sign in to comment.