Changes in V. 0.2.2 release of October 31, 2004:
- Large portions of the cache handling code
reworked. This gets rid of several wrong
warnings about not found files (mostly due to
login pages for forums).
- Image width/height are saved in the disk cache
now, this reduces reformat flickering on
re-visited pages to the nearly absolute minimum
(#0133).
- The window handling code also got a large rework
to have non-modal dialog windows in the future.
As a little gimmick the F10 key does the same now
as the F11 does in Mozilla/IE.
- An ugly hack was added to get yahoo's buggy
standard login working (the non-ssl version).
- CTRL-V can be used now to paste text from the
clipboard into formular input fields.
- Named character recognition added for
apostroph.
- More types of corrupted jpeg image data are
catched now, instead of aborting.
- Improved detection of system type (AES + kernel),
now XaAES is recognized also. This also allows
to get rid of the window fuller bug with XaAES
(#0150, #0167).
- Some error messages are displayed by alert boxes
now instead of console output or simple writing
to the screen
- Workaround added for weird
constructs, where the complete document path is
used as the base (wrong usage that is, but also
used by the W3C staff!).
- Additional filtering method to detect images
that has a particulare directory name in their
URL. This method is used if the search pattern
starts with a '/'. Eg.
RESTRICT_HOST I /ads/
matches all images that has '/ads/' somewhere
in their path.
- Bugs #0133, #0148, #0150, #0167, #0169, #0170,
#0176, #0177 resolved.
__________________________________________________
Changes in V. 0.2.1 release of August 22, 2004:
- Cookie support implemented. Non-session cookies
are stored to disk to allow persistent user
preferences for sites.
- New config keyword RESTRICT_HOST added for
blocking images and/or cookies from certain
domains or hosts.
(see example.cfg\highwire.cfg for details).
- New Sting.OVL.
- Http request-header field 'Referer:'
implemented.
- Corrected calculation of UTC date/time values as
needed for cache expiration.
- The cache.idx file header structure got changed
to allow version checking for possibly changed
cache structure. In this case the cache will be
emptied to avoid messed up data.
Some bugfixes to avoid orphaned cache files.
- Bugfix for anchors inside of tables which got
lost when more than one was defined.
- Added handling for wrong opend/closed formulars
regarding table structures.
- Checking for proper font settings in the cfg
file added to avoid bad formatted text input
fields.
- Crashing bug fixed which occured with interlaced
24bit PNGs.
- Support for 1/2/4bit grayscale PNGs added along
with speed improvement for interlaced images.
- Workaround for the Lattice compiler bitfield
bug.
- Bugs #0160, #0163 resolved.
__________________________________________________
Changes in V. 0.2.0 release of June 10, 2004:
- Save As... and Copy URL added to normal right
mouse click popup.
- Popup added for right mouse click to links to
allow storing of downloaded file to a local
directory ('Save As').
-