Skip to content

Commit f080f18

Browse files
committed
Version bump, update CHANGELOG
1 parent 31b0e2d commit f080f18

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
### 1.9.0
4+
- sync global stylings with Pale Moon 28
5+
- remove v27 devtools styling
6+
- mark as compatible with Pale Moon 28 only
7+
- cleanup internal files
8+
- fix progress bar when used in "Location4evar"
9+
- use non-prefixed -inline syntax
10+
- update media controls
11+
- improve about:newtab appearance
12+
- improve OS X titlebar appearance
13+
314
### 1.8.0
415
- add PM28 newtab styling
516
- add tabbrowser findbar styling

src/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<Description about="urn:mozilla:install-manifest">
1111
<em:id>{854a7ddc-f008-4263-b98e-98e62085837f}</em:id>
12-
<em:version>1.8.0</em:version>
12+
<em:version>1.9.0</em:version>
1313
<em:name>LittleMoon</em:name>
1414
<em:description>LittleMoon, designed for optimal screen usage, leaving lots of room for browsing. Based on icons from art.gnome.org. Fork of "LittleFox" by Alfred Kayser</em:description>
1515
<em:creator>Lootyhoof</em:creator>
@@ -24,7 +24,7 @@
2424
<Description>
2525
<!-- Pale Moon -->
2626
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
27-
<em:minVersion>27.5.0</em:minVersion>
27+
<em:minVersion>28.0</em:minVersion>
2828
<em:maxVersion>28.*</em:maxVersion>
2929
</Description>
3030
</em:targetApplication>

0 commit comments

Comments
 (0)