Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThosRTanner committed Jun 19, 2019
1 parent 1d80c4e commit bc7ca71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changes for v 2.2.0.0 (pre-release)
# Changes for v 2.2.0.0

Change the scaling of the main icon to match windows padding (Issue #149)

Expand Down
4 changes: 4 additions & 0 deletions source/content/inforss/inforssOption.js
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,10 @@ function initFilter()
{
changeStatusFilter1(hbox, "true");
}
else
{
changeStatusFilter1(hbox, "false");
}

//Add another entry to the vbox to populate the next time round.
vbox.appendChild(hbox.cloneNode(true));
Expand Down
2 changes: 1 addition & 1 deletion source/content/inforss/modules/inforss_Config.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ complete_assign(Config.prototype, {
//It should be set to what is up above
if (config.getAttribute("version") != "10")
{
config.setAttribute("version", 9);
config.setAttribute("version", 10);
this.backup();
this._save(list);
}
Expand Down
4 changes: 2 additions & 2 deletions source/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<em:id>[email protected]</em:id>
<em:type>2</em:type>
<em:unpack>true</em:unpack>
<em:version>2.2.0.0 (pre-release)</em:version>
<em:version>2.2.0.0</em:version>
<em:name>infoRSS Reloaded</em:name>
<em:description>Display NNTP, HTML, RSS and Atom headlines in the status bar</em:description>
<em:creator>Didier Ernotte</em:creator>
Expand Down Expand Up @@ -33,7 +33,7 @@
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>28.4.0</em:minVersion>
<em:minVersion>28.5.0</em:minVersion>
<em:maxVersion>28.*</em:maxVersion>
</Description>
</em:targetApplication>
Expand Down

0 comments on commit bc7ca71

Please sign in to comment.