Skip to content

Commit 7023637

Browse files
committed
Update changelog and install manifest
1 parent bdf066f commit 7023637

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Moonscape 6.17 - 2017-09-24
4+
- Drop support for versions lower than PM27.4
5+
- Improve resolution of error console icons
6+
- Enforce right border on AiOS toolbar
7+
- Update devtools styling
8+
- Missing notification icons in other platforms
9+
- Was applied only to windows/notification.css
10+
- Remove background images from mac notifications
11+
- Remove redundant close icon attributes and selectors
12+
- Above may have been done in the past but applies only to tab-close, see 820ee4fc6fac0baa748ce03bc9ae0bf85d5de90b
13+
- New 2x close icon has been created for mac (and other uses, ie. HiDPI)
14+
315
## Moonscape 6.16 - 2017-07-19
416
- Minor revisions to documentation
517
- Remove design file from XPI package (only applies to APO)

src/install.rdf

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<!-- Pale Moon -->
1515
<Description>
1616
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
17-
<em:minVersion>27.0.0b3</em:minVersion>
18-
<em:maxVersion>27.*</em:maxVersion>
17+
<em:minVersion>27.4.0</em:minVersion>
18+
<em:maxVersion>27.4.*</em:maxVersion>
1919
</Description>
2020
</em:targetApplication>
2121

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

27-
<!-- Extension developers can opt back into unpacked installation by setting 'true' below -->
28-
<!-- em:unpack>true</em:unpack -->
29-
3027
<!-- Extension's info and metadata -->
3128
<em:name>Moonscape</em:name>
32-
<em:version>6.16</em:version>
29+
<em:version>dev-build</em:version>
3330
<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>
3431
<em:creator>FranklinDM</em:creator>
3532
<em:contributor>Michael Walden</em:contributor>
@@ -43,10 +40,6 @@
4340
<em:contributor>Everyone else who has helped with comments, suggestions, bug reports, and other support!</em:contributor>
4441
<em:homepageURL>http://franklindm.github.io/docs/moonscape</em:homepageURL>
4542

46-
<!-- Front End Integration Hooks (used by Add-ons Manager)-->
47-
<!-- em:aboutURL>http://example.com/</em:aboutURL -->
48-
<!-- em:updateURL>http://example.com/</em:updateURL -->
49-
5043
<!-- Allow lightweight themes / personas to apply to this theme, using 'skinnable' -->
5144
<em:skinnable>true</em:skinnable>
5245

0 commit comments

Comments
 (0)