Skip to content

Commit

Permalink
Version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patwonder committed Apr 19, 2015
1 parent 07ece4e commit 966ed58
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 6 deletions.
24 changes: 24 additions & 0 deletions ReleaseNotes_cn.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Fire-IE 0.4.5 @ 2015-04-19
这个版本不再支持 Firefox 13 或以下版本。

功能改进:
* 实验性功能:支持多进程 Firefox (Electrolysis) 。
* 插件崩溃保护 (OOPP) 默认开启。OOPP 模式解决了原本进程内加载时不能或很难解决的一些问题,包括:
* 开启硬件加速后,地址栏Alt+Enter会导致黑屏和闪烁 (https://github.com/yxl/Fire-IE/issues/81) 。
* 无法使用Win7任务栏的关闭全部窗口命令退出火狐 (https://github.com/yxl/Fire-IE/issues/70) 。
* 部分 ActiveX 控件会导致 Firefox 死锁 (https://github.com/yxl/Fire-IE/issues/45) 。
* 改变 IE 兼容模式可以直接重启插件进程,而不用重启 Firefox。
* 支持 Firefox 主菜单的剪切、复制、粘贴功能。
* 允许配置自动切换策略,指定在匹配例外规则或者未匹配任何规则时所执行的动作。

Bug修复:
* Tab Scope 扩展的进度指示有时不正确。
* 部分 file:/// 开头的地址不能被 IE 引擎正确识别。
* 为 Firefox 35 以上版本隐藏地址栏的插件提示。
* 页面缩放有时不起作用。
* PNG/JPG 格式的网站图标无法正常显示。
* 一些本地化细节上的改进。
* 右键菜单“在新标签页中以 IE 引擎打开链接”未正确设置 Referer 消息头。

此版本同时提升了 OOPP 模式下的性能和稳定性。

Fire-IE 0.4.4 @ 2015-02-09
这个版本不再支持Firefox 12或以下版本。

Expand Down
24 changes: 24 additions & 0 deletions ReleaseNotes_en.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Fire-IE 0.4.5 @ April 19, 2015
This version no longer supports Firefox 13 or lower.

Enhancements:
* Experimental feature: support multi-process Firefox (electrolysis).
* 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.,
* Alt-Enter causes the screen to flash if hardware acceleration is enabled (https://github.com/yxl/Fire-IE/issues/81).
* Cannot use Win7 taskbar's "Close All Windows" command to terminate Firefox (https://github.com/yxl/Fire-IE/issues/70).
* Some ActiveX controls could freeze Firefox when loaded by Fire IE (https://github.com/yxl/Fire-IE/issues/45).
* Changing IE compatibility mode no longer requires Firefox to restart -- you could just restart the plugin process.
* Support Cut/Copy/Paste commands in Firefox main menu (Panel UI).
* Allow configuring auto-switch policy, which defines the actions to perform when a URL matches an exceptional rule, or doesn't match any rules.

Bug fixes:
* The progress indicator of Tab Scope is sometimes broken.
* Some file:/// URIs cannot be recognized by the IE engine.
* Hide plugin notification in URL bar for Firefox 35+.
* Page zooming sometimes don't work.
* Favicons in PNG or JPG format cannot be displayed correctly.
* Minor improvements in localization.
* The "Referer:" header was not correctly set for the context menu item "Open Link in New Tab with IE Engine".

This version also improves the performance and stability of Fire IE in OOPP mode.

Fire-IE 0.4.4 @ February 9, 2015
This version no longer supports Firefox 12 or lower.

Expand Down
4 changes: 2 additions & 2 deletions extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<em:id>[email protected]</em:id>
<em:name>Fire IE</em:name>
<em:version>0.4.5b</em:version>
<em:version>0.4.5</em:version>
<em:description>Switch to IE engine in one click and give up your Internet Explorer.</em:description>
<em:creator>Yuan Xulei</em:creator>
<em:contributor>Wei Deng</em:contributor>
Expand All @@ -24,7 +24,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>14.0</em:minVersion>
<em:maxVersion>38.0a1</em:maxVersion>
<em:maxVersion>40.0a1</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
8 changes: 4 additions & 4 deletions plugin/plugin.rc
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,5,3
PRODUCTVERSION 1,4,5,3
FILEVERSION 1,4,5,4
PRODUCTVERSION 1,4,5,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -150,13 +150,13 @@ BEGIN
VALUE "CompanyName", "[email protected]"
VALUE "FileDescription", "Fire IE DLL"
VALUE "FileExtents", "*"
VALUE "FileVersion", "1.4.5.3"
VALUE "FileVersion", "1.4.5.4"
VALUE "InternalName", "npfireie.dll"
VALUE "LegalCopyright", "Copyright (C) 2012-2015 fireie.org"
VALUE "MIMEType", "application/fireie"
VALUE "OriginalFilename", "npfireie.dll"
VALUE "ProductName", "Fire IE DLL"
VALUE "ProductVersion", "1.4.5.3"
VALUE "ProductVersion", "1.4.5.4"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 966ed58

Please sign in to comment.