AMIGA alive

AMIGA alive
Showing posts with label ibrowse. Show all posts
Showing posts with label ibrowse. Show all posts

Thursday, December 22, 2022

WinUAE, IBrowse, AmigaAMP updated

Great christmas gifts for Amiga users of all kinds! WinUAE, IBrowse, and AmigaAMP have received (sometimes substantial) updates.

WinUAE 4.10.0

WinUAE is the king of Amiga emulation. You can read about all the details on WinUAE's homepage, but here's the big one in this latest release: 100% cycle accuracy! Oh wow, this is a blessing not just for hardcore classic gamers and sceners, but for all Amiga software developers. Very good!

Go to https://www.winuae.net for more information!

IBrowse 2.5.8

IBrowse developer team, again, proves its dedication to Amiga webbrowsing: this latest version contains all hotfixes since the previous one, and adds a round of new bugfixes and improvements, such as re-enabled Gemini protocol support and better stability.

Check out https://www.ibrowse-dev.net/news.php?id=1671191636 for more information!

AmigaAMP 3.33

Thomas Wenzel wishes everyone a Merry Christmas, and has released AmigaAMP 3.33. Improved sound playback and repeat/shuffle features make listening to some music on the Amiga even more enjoyable!

Go to http://www.amigaamp.de for more information!

Sources:
http://amiga-news.de/en/news/AN-2022-12-00100-EN.html
http://amiga-news.de/en/news/AN-2022-12-00086-EN.html
http://amiga-news.de/en/news/AN-2022-12-00102-EN.html


Saturday, May 21, 2022

iBrowse 2.5.6 released, AmiSSL 5.1 released

Great news for Amiga 68k internet users: iBrowse and AmiSSL have both been updated, indicating active and steady development.

Here's a copy of the iBrowse's latest list of changes (see link below):
  • Adapted to fully use OpenSSL 3.0, via AmiSSL v5
  • HTTP Brotli compression support
  • OpenSearch autodiscovery support
  • Gemini client, allowing loading of gemini: URLs
  • Improved Gopher support
  • JavaScript fixes and improvements
  • Google/Gmail account login fixed (became blocked in March)
Note that iBrowse requires latest AmiSSL.

Go to iBrowse's website for more information:

https://www.ibrowse-dev.net/news.php?id=1653156226

Monday, August 16, 2021

IBrowse 2.5.5 released

IBrowse has received another update, increasing it's version number to 2.5.5.

According to the release announcement, not much has changed visually, this is a maintenance release primarily addressing bugs, but also bringing a couple of new features - here's a quick (incomplete) overview of the changes in version 2.5.5:

  • catalog translations updated (Danish, Italian, Norwegian, Polish, Spanish, Swedish)
  • improved cookie information display
  • added third-party cookie detection / blocking
  • added AmigaOS3.2 detection
  • performance improvements (memory management, JavaScript)
  • bugfixes to form submission (OS4), installation (OS4 with "Enhancer Software"), <EMBED> tag handling, resumed downloads

IBrowse 2.5.5 demo in 32 colors (imageset) on a 64 color WB screen

Ibrowse 2.5.5 demo displaying AmiNet.net

Go to IBrowse's homepage for more details, download, and purchase:
https://www.ibrowse-dev.net/news.php?id=1628931465

 

* * *

Note: The installer script from the demo archive seems to have some small bugs - read below on how to fix.

Bugs were encountered installing IBrowse 2.5.5 demo (downloaded 2021-08-15 from ibrowse-dev.net) on a Amiga 1200 / KS3.0 / WB3.1, choosing "68020-030" version in installer dialogue. Line numbers in the screenshots below might be slightly inaccurate (e.g. due to additional comments).

Error "GETENV: String too long!" is probably caused by a "getenv" that doesn't properly evaluate under AmigaOS3, you have to make a little change to this "if" statement (near line nr. 1640):


Error "Unterminated string literal" might be a quoted string that has to be properly terminated on the same line (near line nr. 1507):

...and it works! :-)

Fixed installer script completes installation!