Skip to content

Commit

Permalink
Update changelog and install manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Sep 24, 2017
1 parent bdf066f commit 7023637
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Moonscape 6.17 - 2017-09-24
- Drop support for versions lower than PM27.4
- Improve resolution of error console icons
- Enforce right border on AiOS toolbar
- Update devtools styling
- Missing notification icons in other platforms
- Was applied only to windows/notification.css
- Remove background images from mac notifications
- Remove redundant close icon attributes and selectors
- Above may have been done in the past but applies only to tab-close, see 820ee4fc6fac0baa748ce03bc9ae0bf85d5de90b
- New 2x close icon has been created for mac (and other uses, ie. HiDPI)

## Moonscape 6.16 - 2017-07-19
- Minor revisions to documentation
- Remove design file from XPI package (only applies to APO)
Expand Down
13 changes: 3 additions & 10 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<!-- Pale Moon -->
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>27.0.0b3</em:minVersion>
<em:maxVersion>27.*</em:maxVersion>
<em:minVersion>27.4.0</em:minVersion>
<em:maxVersion>27.4.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -24,12 +24,9 @@
<!-- Types: 2=Extensions, 4=Themes, 8=Locale, 16=Plugin, 32=Multiple Item Package -->
<em:type>4</em:type>

<!-- Extension developers can opt back into unpacked installation by setting 'true' below -->
<!-- em:unpack>true</em:unpack -->

<!-- Extension's info and metadata -->
<em:name>Moonscape</em:name>
<em:version>6.16</em:version>
<em:version>dev-build</em:version>
<em:description>Experience the look and feel of the classic Netscape on Pale Moon. A fork of the "FOXSCAPE" theme by Michael Walden.</em:description>
<em:creator>FranklinDM</em:creator>
<em:contributor>Michael Walden</em:contributor>
Expand All @@ -43,10 +40,6 @@
<em:contributor>Everyone else who has helped with comments, suggestions, bug reports, and other support!</em:contributor>
<em:homepageURL>http://franklindm.github.io/docs/moonscape</em:homepageURL>

<!-- Front End Integration Hooks (used by Add-ons Manager)-->
<!-- em:aboutURL>http://example.com/</em:aboutURL -->
<!-- em:updateURL>http://example.com/</em:updateURL -->

<!-- Allow lightweight themes / personas to apply to this theme, using 'skinnable' -->
<em:skinnable>true</em:skinnable>

Expand Down

0 comments on commit 7023637

Please sign in to comment.