Skip to content

Commit d9655a2

Browse files
committed
Version 0.4.1
1 parent 0774256 commit d9655a2

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

ReleaseNotes_cn.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Fire-IE 0.4.1 @ 2014-12-02
2+
功能改进:
3+
* 增加了一个选项,允许地址栏按钮仅在使用IE引擎时显示。
4+
* 支持 Adblock Latitude (Pale Moon 专用的 Adblock Plus)。
5+
6+
Bug修复:
7+
* 鼠标手势支持的问题。
8+
19
Fire-IE 0.4.0 @ 2014-09-26
210
功能改进:
311
* 从用户代理选项中移除较少使用的ESR UA选项。

ReleaseNotes_en.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Fire-IE 0.4.1 @ December 2, 2014
2+
Enhancements:
3+
* Added an option that allows the URL bar button to display only when IE engine is used.
4+
* Support Adblock Latitude (Pale Moon version of Adblock Plus).
5+
6+
Bug fixes:
7+
* Fixed bugs in Mouse Gestures support.
8+
19
Fire-IE 0.4.0 @ September 26, 2014
210
Enhancements:
311
* Remove seldom-used "ESR UA" option from user-agent options.

extension/install.rdf

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

66
<em:id>fireie@fireie.org</em:id>
77
<em:name>Fire IE</em:name>
8-
<em:version>0.4.1b</em:version>
8+
<em:version>0.4.1</em:version>
99
<em:description>Switch to IE engine in one click and give up your Internet Explorer.</em:description>
1010
<em:creator>Yuan Xulei</em:creator>
1111
<em:contributor>Wei Deng</em:contributor>
@@ -22,7 +22,7 @@
2222
<Description>
2323
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2424
<em:minVersion>6.0</em:minVersion>
25-
<em:maxVersion>36.0a1</em:maxVersion>
25+
<em:maxVersion>37.0a1</em:maxVersion>
2626
</Description>
2727
</em:targetApplication>
2828

plugin/plugin.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
131131
//
132132

133133
VS_VERSION_INFO VERSIONINFO
134-
FILEVERSION 1,4,1,1
135-
PRODUCTVERSION 1,4,1,1
134+
FILEVERSION 1,4,1,2
135+
PRODUCTVERSION 1,4,1,2
136136
FILEFLAGSMASK 0x3fL
137137
#ifdef _DEBUG
138138
FILEFLAGS 0x1L
@@ -150,13 +150,13 @@ BEGIN
150150
VALUE "CompanyName", "fireie@fireie.org"
151151
VALUE "FileDescription", "Fire IE DLL"
152152
VALUE "FileExtents", "*"
153-
VALUE "FileVersion", "1.4.1.1"
153+
VALUE "FileVersion", "1.4.1.2"
154154
VALUE "InternalName", "npfireie.dll"
155155
VALUE "LegalCopyright", "Copyright (C) 2012-2014 fireie.org"
156156
VALUE "MIMEType", "application/fireie"
157157
VALUE "OriginalFilename", "npfireie.dll"
158158
VALUE "ProductName", "Fire IE DLL"
159-
VALUE "ProductVersion", "1.4.1.1"
159+
VALUE "ProductVersion", "1.4.1.2"
160160
END
161161
END
162162
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)