Page 1 of 4

New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Wed Jan 03, 2018 7:02 pm
by SRWare
We released the new Iron 63 today, which contains all features and updates known from Chromium 63. The current version is 63.0.3300.0.

Main improvements:
- Browser allows you to import JavaScript modules dynamically
- With async generator functions consumption or implementation of streaming data sources becomes streamlined
- You can override the browser's default overflow scroll behavior with the CSS overscroll-behavior property
- Bug-/Securityfixes

Windows XP/Vista-Users can download the last working version 49 here:
http://download1.srware.net/old/iron/win/

WebRTC can be disabled by our extension: viewtopic.php?f=18&t=11893
Our official updater is available here: viewtopic.php?f=18&t=11751

Who wants to disable the searchbox on New-Tab can extract this file to the Iron-Folder: http://www.srware.net/downloads/NewTabWithoutSearch.zip


Download Installer:
http://www.srware.net/downloads/srware_iron.exe (32-Bit)
http://www.srware.net/downloads/srware_iron64.exe (64-Bit)

Download Portable:
http://www.srware.net/downloads/IronPortable.zip (32-Bit)
http://www.srware.net/downloads/IronPortable64.zip (64-Bit)

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Wed Jan 03, 2018 11:27 pm
by Mrlopez87
"disable the searchbox on New-Tab" isn't working properly with this portable (32-bit) new version. :(

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Wed Jan 03, 2018 11:38 pm
by Mrlopez87
Why after 61. version having problems with flash player that doesn't installed?
My flash player with BETA is installed but SRWare Iron said it's not installed.
Image
https://ibb.co/e5RAmb

http://internethelp.centurylink.com/int ... -test.html

Same thing to test speed on http://www.SpeedTest.net

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Thu Jan 04, 2018 2:17 am
by throkr
Hi,

Thanks for the update but there is a problem though : if using the zip file who allows to disable the searchbox on New-Tab, the browser refuses to start ( x64 installer on Win 1709 Build 16299.125).

Thanks for your help !

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Thu Jan 04, 2018 6:04 am
by throkr
In addition to my previous post, I also want to mention another issue (already present in the previous 62.x version) : for the details, please see the 4th post by Milouze on this forum page : viewtopic.php?f=18&t=19635&start=30#top and the attached screenshot.
Which one brings up this issue : the browser or the new version of Yahoo Mail ?

Again, thanks for your time and help ! :)

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Thu Jan 04, 2018 10:28 am
by RunsWithScissors
throkr wrote:In addition to my previous post, I also want to mention another issue (already present in the previous 62.x version) : for the details, please see the 4th post by Milouze on this forum page : viewtopic.php?f=18&t=19635&start=30#top and the attached screenshot.
Which one brings up this issue : the browser or the new version of Yahoo Mail ?

Again, thanks for your time and help ! :)
It's probably a combination of the two: A stricter check by Yahoo that doesn't like Iron's user agent.

Check out Google's User-Agent Switcher for Chrome https://chrome.google.com/webstore/deta ... pkjnoahfmg

I use it for my bank, which doesn't like the Iron user agent.

Every time Chrome's updated, I grab the Chrome user agent and create a new user agent in Iron and then set it to default.

Here's what I'm using currently:

Code: Select all

 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Here's one place to see your user agent: http://useragentstring.com/

Hopefully that's enough to get Yahoo to work with Iron.

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Thu Jan 04, 2018 1:08 pm
by SRWare
Mrlopez87 wrote:"disable the searchbox on New-Tab" isn't working properly with this portable (32-bit) new version. :(
Please get the file again, the bug is fixed now. Sorry.

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Thu Jan 04, 2018 4:46 pm
by SRWare
ja444cobs wrote:Is this version - Official Build or Developer one?
Official

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Fri Jan 05, 2018 6:19 am
by throkr
SRWare wrote:
Mrlopez87 wrote:"disable the searchbox on New-Tab" isn't working properly with this portable (32-bit) new version. :(
Please get the file again, the bug is fixed now. Sorry.
I can confirm that; with the new zip file it's working fine here now (x64 installer on Win10 1709 Build 16299.125).
Thank you ! :)

Re: New Iron-Version: 63.0.3300.0 Stable for Windows

Posted: Fri Jan 05, 2018 6:27 am
by throkr
RunsWithScissors wrote:
throkr wrote:In addition to my previous post, I also want to mention another issue (already present in the previous 62.x version) : for the details, please see the 4th post by Milouze on this forum page : viewtopic.php?f=18&t=19635&start=30#top and the attached screenshot.
Which one brings up this issue : the browser or the new version of Yahoo Mail ?

Again, thanks for your time and help ! :)
It's probably a combination of the two: A stricter check by Yahoo that doesn't like Iron's user agent.

Check out Google's User-Agent Switcher for Chrome https://chrome.google.com/webstore/deta ... pkjnoahfmg

I use it for my bank, which doesn't like the Iron user agent.

Every time Chrome's updated, I grab the Chrome user agent and create a new user agent in Iron and then set it to default.

Here's what I'm using currently:

Code: Select all

 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Here's one place to see your user agent: http://useragentstring.com/

Hopefully that's enough to get Yahoo to work with Iron.
Hi @RunsWithScissors,

Thank you very much for jumping in and posting this; highly appreciated ;) .
I must admit I have completely forgotten to "explore" this possibility of switching the User Agent; I'll follow your indications and try that out asap.
And I'll surely will revert and keep you informed right here.