1.0 3/25/96 Minor Distribution
The first release.
1.1 4/2/96 Widespread distribution
Fixed table generation so that the ended each row.
Corrected the ReadHTML so that it will recognize a one line HTML Command.
Changed hint for view in-line image button to be more clearer.
Fixed the Evaluate mode so that it would allow the search for graphics in a specified directory since some authors put images in a different location.
When searching for images we were looking for 'img' and that would pull up images that were in comments. Changed it to look for '<img' instead.
Set up the graphical viewer so that it will stay in place when the Web page has been modified.
Added the Registration Key so that users can simply enter a name and valid key sequence.
Lot of straightening out the interface. So buttons lined up and dialog windows looked centered.
Added standard HTML tags menu option.
Added the ability to create a list of tags. This allows for the growth of Web-It! when new tags are made into standards or extensions.
1.2 5/12/96
When selecting a file from the previously loaded files it did not ask if you wanted to save the changed file currently in the editor. It does now.
If you loaded one of the previously 4 loaded files it did not move it to the top of the list. It does now.
Implemented the disabling features which are mentioned in the help file. Also set to disable after 30 days is the ability to view inline images.
Fixed the <p> command so it issued the opening and closing codes, <p></p>.
Fixed a bug in the Frame settings. When only one cell was used in a single row the appropriate frame information was not being inserted.
Added the ability to save and restore frame setting files. From the menu choose either Load or Save. It looks for the default extention of .SET but you may use whatever you desire. It creates a .SET which stores the frame locations and a .PAR file that stores the parameters for each frame. (Works in the evaluation version.
Added the ability to save and restore map coordinates to a file. From the menu choose either Load or Save Web-It! Coordinate File. It looks for the default extention of .COR but you may use whatever you desire. (This feature does not work in the evaluation version.)
Took out the June and December time expirations for eval copies. A reminder will appear stating that the copy may be old and to visit our web site to obtain the latest version.
If you had the 'Auto Update HTML Viewer' turned on and typed to fast a GPF would occur. Seems to be fixed now.
When loading an image it displayed BMP & PCX files, which are not really supported on the internet so they were removed from the default listing filter.
1.21 5/14/96
Oops! Completely forgot about printing the HTML text file itself. Its there now.
1.25 6/18/96
In the registered version, if you called the program from a directory other than the installed directory the registration key did not initiate.
Removed the 'Read Only' checkbox from the file save dialog box.
Speled Separate correctly.
Added the ability to automate special characters by scanning for them at entry time. For instance, when the keystroke that is equal to Á is entered the code is automatically entered into the editor.
Added the ability to highlight a color, background, src and lowsrc and click on the Properties Button in the third button bar on the right side. Just place your cursor on one of these keywords and double click. It should highlight the whole phrase. For instance double clicking on src below:
<img src="test.gif"><p>This is a test
will highlight 'src="test.gif"><p>This', then click on the property button. the tag, the equal and the quote must be adjacent. When selecting a color like the link="#ff9323" the ="# must all be adjacent.text="#ff00ff" (NOTE: the hex code is just an example!)
then it should work. However if you have:
text = "#ff00ff" (NOTE: the hex code is just an example!)
or
text ="#ff00ff" (NOTE: the hex code is just an example!)
or
text= "#ff00ff" (NOTE: the hex code is just an example!)
then it won't. This should work with all the colors in the BODY statement.
1.3 7/12/96
Fixed a bug in the Page Wize guy. If you used the wize guy to create a page it would not let create a second one. Surprised nobody caught that one earlier!
When you were opening an HTML file and had a file highlighted you could not just hit enter on the filename to open it. It does now.
1.5 7/29/96
Added offline browser capabilities. Use the left & right hands to follow links from pages selected.
Added the ability to launch a browser and load the page for viewing inside a specific browser.
Many people were getting GPF error messages because of the Auto Update feature. It was changed so that the screen will automatically update every 10 seconds if the option has been turned on. You may of course still press the F5 or click on the Light bulb to manually refresh the screen. If your system is still having problems just turn off the Auto Update feature.
1.6 10/6/96
Added speed buttons for inserting COMMENT and DIV tags.
Added font speed button which opens the standard font dialog and inserts HTML codes to generated selected font information.
Fixed the File Open dialog so that it defaults to search for executables, *.exe, when selecting an external browser.
1.6a 11/2/96
Fixed a bug in the font dialog. When the FONT button was added the max font size was accidently set to a max of 7. Now if you are using the font button and select a font larger than 7 it is set to 7 since the max for HTML font size is 7. The min is 1.
1.7 11/19/96
Added a font size button.
Added the ability to use 'uneven' tags in the user defined tag section. Tags should be formated similiar to: FONT COLOR="#232323"../FONT - My favorite font color
The dash and the description are not necessary but will are still supported. You do not need to enclose the tags in between the <> signs.