elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 518a0055a90254c5018aef0e6b0e906464043342
parent 456dfc473b8361f9f854898d7e893e46c37a52c2
Author: Lootyhoof <lootyhoofer@gmail.com>
Date:   Tue, 28 Aug 2018 22:19:37 +0100

Version bump, update CHANGELOG

Diffstat:
MCHANGELOG.md | 8++++++++
Msrc/install.rdf | 4++--
2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 2.2.0 +- sync global stylings with Pale Moon 28 +- remove redundant devtools styling +- use non-prefixed -inline syntax +- update media controls +- mark as compatible with Pale Moon 28 only +- fix alltabs icon appearance when in "menu" mode + ### 2.1.0 - add PM28 newtab styling - add tabbrowser findbar styling diff --git a/src/install.rdf b/src/install.rdf @@ -9,7 +9,7 @@ <Description about="urn:mozilla:install-manifest"> <em:id>darkmoon@lootyhoof-pm</em:id> - <em:version>2.1.0</em:version> + <em:version>2.2.0</em:version> <em:name>Dark Moon</em:name> <em:description>The ultimate dark experience.</em:description> <em:creator>Lootyhoof</em:creator> @@ -24,7 +24,7 @@ <Description> <!-- Pale Moon --> <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> - <em:minVersion>27.5.0</em:minVersion> + <em:minVersion>28.0</em:minVersion> <em:maxVersion>28.*</em:maxVersion> </Description> </em:targetApplication>