Skip to content

Commit 966ed58

Browse files
committed
Version 0.4.5
1 parent 07ece4e commit 966ed58

File tree

4 files changed

+54
-6
lines changed

4 files changed

+54
-6
lines changed

ReleaseNotes_cn.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Fire-IE 0.4.5 @ 2015-04-19
2+
这个版本不再支持 Firefox 13 或以下版本。
3+
4+
功能改进:
5+
* 实验性功能:支持多进程 Firefox (Electrolysis) 。
6+
* 插件崩溃保护 (OOPP) 默认开启。OOPP 模式解决了原本进程内加载时不能或很难解决的一些问题,包括:
7+
* 开启硬件加速后,地址栏Alt+Enter会导致黑屏和闪烁 (https://github.com/yxl/Fire-IE/issues/81) 。
8+
* 无法使用Win7任务栏的关闭全部窗口命令退出火狐 (https://github.com/yxl/Fire-IE/issues/70) 。
9+
* 部分 ActiveX 控件会导致 Firefox 死锁 (https://github.com/yxl/Fire-IE/issues/45) 。
10+
* 改变 IE 兼容模式可以直接重启插件进程,而不用重启 Firefox。
11+
* 支持 Firefox 主菜单的剪切、复制、粘贴功能。
12+
* 允许配置自动切换策略,指定在匹配例外规则或者未匹配任何规则时所执行的动作。
13+
14+
Bug修复:
15+
* Tab Scope 扩展的进度指示有时不正确。
16+
* 部分 file:/// 开头的地址不能被 IE 引擎正确识别。
17+
* 为 Firefox 35 以上版本隐藏地址栏的插件提示。
18+
* 页面缩放有时不起作用。
19+
* PNG/JPG 格式的网站图标无法正常显示。
20+
* 一些本地化细节上的改进。
21+
* 右键菜单“在新标签页中以 IE 引擎打开链接”未正确设置 Referer 消息头。
22+
23+
此版本同时提升了 OOPP 模式下的性能和稳定性。
24+
125
Fire-IE 0.4.4 @ 2015-02-09
226
这个版本不再支持Firefox 12或以下版本。
327

ReleaseNotes_en.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Fire-IE 0.4.5 @ April 19, 2015
2+
This version no longer supports Firefox 13 or lower.
3+
4+
Enhancements:
5+
* Experimental feature: support multi-process Firefox (electrolysis).
6+
* Plugin crash protection (OOPP) is enabled by default. OOPP mode solves a few problems that are otherwise hard to solve when running the plugin in-process, e.g.,
7+
* Alt-Enter causes the screen to flash if hardware acceleration is enabled (https://github.com/yxl/Fire-IE/issues/81).
8+
* Cannot use Win7 taskbar's "Close All Windows" command to terminate Firefox (https://github.com/yxl/Fire-IE/issues/70).
9+
* Some ActiveX controls could freeze Firefox when loaded by Fire IE (https://github.com/yxl/Fire-IE/issues/45).
10+
* Changing IE compatibility mode no longer requires Firefox to restart -- you could just restart the plugin process.
11+
* Support Cut/Copy/Paste commands in Firefox main menu (Panel UI).
12+
* Allow configuring auto-switch policy, which defines the actions to perform when a URL matches an exceptional rule, or doesn't match any rules.
13+
14+
Bug fixes:
15+
* The progress indicator of Tab Scope is sometimes broken.
16+
* Some file:/// URIs cannot be recognized by the IE engine.
17+
* Hide plugin notification in URL bar for Firefox 35+.
18+
* Page zooming sometimes don't work.
19+
* Favicons in PNG or JPG format cannot be displayed correctly.
20+
* Minor improvements in localization.
21+
* The "Referer:" header was not correctly set for the context menu item "Open Link in New Tab with IE Engine".
22+
23+
This version also improves the performance and stability of Fire IE in OOPP mode.
24+
125
Fire-IE 0.4.4 @ February 9, 2015
226
This version no longer supports Firefox 12 or lower.
327

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.5b</em:version>
8+
<em:version>0.4.5</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>
@@ -24,7 +24,7 @@
2424
<Description>
2525
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2626
<em:minVersion>14.0</em:minVersion>
27-
<em:maxVersion>38.0a1</em:maxVersion>
27+
<em:maxVersion>40.0a1</em:maxVersion>
2828
</Description>
2929
</em:targetApplication>
3030

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,5,3
135-
PRODUCTVERSION 1,4,5,3
134+
FILEVERSION 1,4,5,4
135+
PRODUCTVERSION 1,4,5,4
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.5.3"
153+
VALUE "FileVersion", "1.4.5.4"
154154
VALUE "InternalName", "npfireie.dll"
155155
VALUE "LegalCopyright", "Copyright (C) 2012-2015 fireie.org"
156156
VALUE "MIMEType", "application/fireie"
157157
VALUE "OriginalFilename", "npfireie.dll"
158158
VALUE "ProductName", "Fire IE DLL"
159-
VALUE "ProductVersion", "1.4.5.3"
159+
VALUE "ProductVersion", "1.4.5.4"
160160
END
161161
END
162162
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)