changelog.txt

来自「WAP browser is based on the Wireless App」· 文本 代码 · 共 413 行 · 第 1/2 页

TXT
413
字号
# ChangeLog.txt
# Bug Fixes and Features Added/Coming

version 2.1.1 (build 73):
 Added Features:
    -Fixed POST postfield in onenter... event
    -Some stability issues (don't know why it was a problem)
 Bugs to fix:
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP (very, very, very rare now, mostly fixed, I Think)
    -occasional artifacts left in draw window(/DIA) when opening a page that connects to the gateway using WTP (rare, fixed?)
    -alignment (fairly clean, current version doesn't follow all of WAP specs yet, doesn't handle inline and string table strings in the same sentance (see below)).
	(see entry for version 2.0.3 for problem)
    -center/right alignment bug (see last entry for version 2.0.3 for problem)
    -Still a small bug with POST postfield in onevent (onenter...)
    -Float Multiply/Divide bug in iScript
 Features to add:
    -full screen (Hires+) support (Coming soon!)
    -gif, bmp and png image support
    -Still some small bugs in alignment
    -variable esc/unesc
    -WTLS for secure transactions
    -Push support
    -OTA Provisioning support
    -xHTML support which will lead into WAP 2.0 support
 Developer Note:
    -I need to go through and neaten the code up a little more (did some when I was cleaning up...).

version 2.1.0 (build 71/72):
 Added Features:
    -Added Segmentation and Re-assembly support
    -Fixed bug with not being able to accept files >20k through SAR
    -Added support for postfield in onenterforward/onenterbackward (need to test onenterbackward)
 Bugs to fix:
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP (very, very, very rare now, mostly fixed, I Think)
    -occasional artifacts left in draw window(/DIA) when opening a page that connects to the gateway using WTP (rare, fixed?)
    -alignment (fairly clean, current version doesn't follow all of WAP specs yet, doesn't handle inline and string table strings in the same sentance (see below)).
	(see last entry for version 2.0.3 for problem)
    -center/right alignment bug (see last entry for version 2.0.3 for problem)
    -Still a small bug with POST postfield in onevent (onenter...)
 Features to add:
    -full screen (Hires+) support (Coming soon!)
    -gif, bmp and png image support
    -Still some small bugs in alignment
    -variable esc/unesc
    -WTLS for secure transactions
    -Push support
    -OTA Provisioning support
    -xHTML support which will lead into WAP 2.0 support
 Developer Note:
    -I need to go through and neaten the code up a little more (did some when I was cleaning up...).


version 2.0.3 (build 70):
 Added Features:
    -cleaned up the code a lot
    -improved onenterforward support and added onenterbackward support a lot more
    -bettered the WTP Connect routine code (which helps to lighten the fatal alerts that appear randomly when closing)
    -bettered option support (onpick, etc.) so it is more compatable with Openwave targeted apps
    -Better URL escaping
    -Better post/postfield support
 Bugs to fix:
    -really large files or images do not get downloaded (will be fixed through SAR implementation)
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP (very, very, very rare now, mostly fixed, I Think)
    -occasional artifacts left in draw window(/DIA) when opening a page that connects to the gateway using WTP (rare, fixed?)
    -alignment (fairly clean, current version doesn't follow all of WAP specs yet, doesn't handle inline and string table strings in the same sentance (see below)).
	String alignement problem:
		<p align="center">[center]</p> (or align="right")

			will produce (depending on if '[' or "center" is in a string table
				      and the other is inline)

					[
				      center
					]

		        instead of
				     [center]
    -center/right alignment bug (see above)
 Features to add:
    -Postfield in onevent
    -SAR support
    -full screen (Hires+) support (Coming soon!)
    -gif, bmp and png image support
    -WTLS for secure transactions
    -Still some small bugs in alignment
    -variable esc/unesc
 Developer Note:
    -I need to go through and neaten the code up a little more (did some when I was cleaning up...).

version 2.0.1 (build 68/69):
 Added Features:
    -switched compile headers from hacked PalmOS 4 headers to the PalmOS 5r3 headers
    -cleaned up the code a lot
    -added support for setvar that occurs inside of a go tag
    -improved onenterforward support and added onenterbackward support
    -initial alignment support (fairly clean, current version doesn't follow all of WAP specs yet, doesn't handle inline and string table strings in the same sentance (see below)).
	String alignement problem:
		<p align="center">[center]</p> (or align="right")

			will produce (depending on if '[' or "center" is in a string table
				      and the other is inline)

					[
				      center
					]

		        instead of
				     [center]

 Bugs to fix:
    -really large files or images do not get downloaded (will be fixed through SAR implementation)
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP (very, very, very rare now, mostly fixed, I Think)
    -occasional artifacts left in draw window when opening a page that connects to the gateway using WTP (rare, fixed?)
    -center/right alignment bug (see above)
 Features to add:
    -SAR support
    -full screen (Hires+) support (Coming soon!)
    -More through URL escaping
    -gif, bmp and png image support
    -WTLS for secure transactions
    -Still some small bugs in alignment
 Developer Note:
    -I need to go through and neaten the code up a little more (did some when I was cleaning up...).

version 2.0.0 (build 67):
 Added Features:
    -bettered WTP support
    -prepared for release
 Bugs to fix:
    -really large files or images do not get downloaded (will be fixed through SAR implementation)
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP
    -occasional artifacts left in draw window when opening a page that connects to the gateway using WTP
 Features to add:
    -add support for setvar that occurs inside of a refresh tag in a go tag
    -More through URL escaping
    -gif and png image support
    -WTLS for secure transactions

version 1.9.3 (build 64):
 Added Features:
    -improved custom fonts (italics, emphasis, preformatted, small)
    -added WAP 1.3 and Profile headers (for custom built on-the-fly wap apps)
    -finally got variables embeded into text to display their value
    -added onenterforward event support
    -added setvar support in refresh in onenterforward (will add soon to refresh occuring in a go link)
    -added (primative) support for the access tag
 Bugs to fix:
    -really large files or images do not get downloaded (will be fixed through SAR implementation)
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP
    -occasional artifacts left in draw window when opening a page that connects to the gateway using WTP
 Features to add:
    -add support for setvar that occurs inside of a refresh tag in a go tag
    -More through URL escaping
    -gif and png image support
    -WTLS for secure transactions

version 1.9.1 (build 63):
 Added Features:
    -improved custom fonts (italics, emphasis, preformatted, small)
    -added WAP 1.3 and Profile headers
 Bugs to fix:
    -really large files or images do not get downloaded (will be fixed through SAR implementation)
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP
    -occasional artifacts left in draw window when opening a page that connects to the gateway using WTP
 Features to add:
    -More through URL escaping
    -Displaying of variables
    -gif and png image support
    -WTLS for secure transactions

version 1.7.7 (build 61):
 Added Features:
    -added proxy authentication support
    -added basic WWW authentication support
 Bugs to fix:
    -really large files or images do not get downloaded (will be fixed through SAR implementation)
    -rare random fatal alerts in browsing (not severe)
    -random fatal alerts that occur when browser is closed after opening a page that connects to the gateway using WTP
 Features to add:
    -More through URL escaping
    -Displaying of variables
    -gif and png image support
    -WTLS for secure transactions

version 1.7.3 (build 60):
 Added Features:
    -added (basic) WTP (port 9201) support
 Bugs to fix:
    -really large files or images do not get downloaded
    -rare random fatal alerts in browsing (not severe)
 Features to add:
    -More through URL escaping
    -Displaying of variables
    -gif and png image support
    -WTLS for secure transactions

version 1.6.8 (build 58):
 Added Features:
    -added JPEG support
    -changed menu bar style

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?