Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
Added readme.
  • Loading branch information
peci1 committed Aug 28, 2018
1 parent c2537e3 commit 1f88d65
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# More Snooze

A Thunderbird and Lightning addon which allows to **customize the snooze times menu when snoozing calendar event alarms**.

![Screenshot](doc/screenshot.webp)
4 changes: 2 additions & 2 deletions content/moresnooze-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ moreSnoozeChrome.SNOOZE_LIST = [
{SL_id: "cb_02w", SL_checked: "n", SL_delay: "20160"}
];

moreSnoozeChrome.CURRENT_VERSION = "1.1.4";
moreSnoozeChrome.COMPATIBLES_VERSIONS = ["1.1.4", "1.1.3", "1.1.2", "1.1.1", "1.1", "1.0.5", "1.0.4", "1.0.3", "1.0.2"];
moreSnoozeChrome.CURRENT_VERSION = "1.2.0";
moreSnoozeChrome.COMPATIBLES_VERSIONS = ["1.2.0", "1.1.4", "1.1.3", "1.1.2", "1.1.1", "1.1", "1.0.5", "1.0.4", "1.0.3", "1.0.2"];

moreSnoozeChrome.in_array = function(tableau, element) {
var n_compatible = tableau.length;
Expand Down
Binary file added doc/screenshot.webp
Binary file not shown.
20 changes: 17 additions & 3 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,34 @@

<em:id>[email protected]</em:id>
<em:name>More Snooze</em:name>
<em:version>1.1.4</em:version>
<em:version>1.2.0</em:version>
<em:type>2</em:type>
<em:creator>Cyrille Nocus</em:creator>
<em:contributor>Martin Pecka</em:contributor>
<em:description>Customize the snooze times menu when snoozing calendar event alarms.</em:description>
<em:homepageURL>https://github.com/peci1/more-snooze</em:homepageURL>

<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>31.*</em:maxVersion>
<em:minVersion>60.0</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
</Description>
</em:targetApplication>

<em:optionsURL>chrome://moresnooze/content/options-dialog.xul</em:optionsURL>
<em:optionsType>3</em:optionsType>
<em:iconURL>chrome://moresnooze/skin/icon.png</em:iconURL>

<em:localized>
<Description>
<em:locale>cs-CZ</em:locale>
<em:name>More Snooze</em:name>
<em:creator>Cyrille Nocus</em:creator>
<em:contributor>Martin Pecka</em:contributor>
<em:description>Rozšíření, které umožňuje změnit seznam časů, o které je možno odložit připomínky událostí.</em:description>
<em:homepageURL>https://github.com/peci1/more-snooze</em:homepageURL>
</Description>
</em:localized>
</Description>
</RDF>

0 comments on commit 1f88d65

Please sign in to comment.