44; $Date$
55; ------------------------------------------------------------------------------
66
7- Release 2.0 beta 2 - XX XXXXX 20XX
8- * PasHi v1.99.2 build 10
7+ Release 2.0 beta 2 - 12 August 2014
8+ * PasHi v1.99.2 build 10 (aka v2.0.0 beta 2)
99 + Changed some parameters to --encoding command.
1010 + Fixed bug where blank source code lines were not being displayed by browsers.
11- * PasHiGUI v0.99.2 build 4
11+ + Sign-on message now shows this is a v2.0.0 beta version.
12+ * PasHiGUI v0.99.2 build 4 (aka v1.0.0 beta 2)
1213 + Removed descriptive text that was shown in main display when code fragments were displayed.
1314 + --default-css option is no longer hard wired: now user configured or taken from gui-config file.
1415 + Changed name of Help menu item that accesses online documentation.
1516 + Changed main icon to be same as PasHi.
1617 + Changed program title and caption to "PasHi GUI".
1718 + Main window now animates correctly when minimized to task bar.
1819 + Adjusted size of, and arrangement of controls on, option frame.
20+ + About box now shows this is a v1.0.0 beta version.
1921 + Some refactoring.
2022* General changes
2123 + Updated documentation.
2224 + Some code refactoring and removed some redundant code.
2325 + Some tweaks to default CSS files to fix problem displaying colours on Blogger.com.
26+ + New simplified EULA: installer now displays a summary instead of the full license.
2427
2528Release 2.0 beta 1 - 11 April 2011
26- * PasHi v1.99.1 build 9
29+ * PasHi v1.99.1 build 9 (aka v2.0.0 beta 1)
2730 + Improved Pascal syntax highlighter:
2831 - Now understands Delphi 2010 keywords and directives.
2932 - Support added for some context sensitive directives.
@@ -37,14 +40,14 @@ Release 2.0 beta 1 - 11 April 2011
3740 - Output can now be in HTML 4 or HTML 5 in addition to XHTML and HTML fragments.
3841 - HTML file encoding is now user configurable and defaults to UTF-8. Byte order marks and HTML character set attributes are used as necessary.
3942 - User can specify language attribute of HTML output.
40- - Source code can now be preceeded by line numbers.
43+ - Source code can now be preceded by line numbers.
4144 - Alternate source code lines can now be styled differently.
4245 - Custom style sheets can now be used. They can be either embedded or external.
43- - CSS class names changed but user can specify that old style names are used for compatibility with exisisting CSS code.
46+ - CSS class names changed but user can specify that old style names are used for compatibility with existing CSS code.
4447 - Document title can be changed.
4548 - "Branding" (comments or meta tags declaring PasHi as generator) can be inhibited.
4649 - Output file name can now be specified on command line as an alternative to using shell redirection.
47- - HTML markup changed and requires some additional CSS classes to be defined.
50+ - HTML mark-up changed and requires some additional CSS classes to be defined.
4851 + Program now has full Unicode support.
4952 + Support for a config file added to allow program defaults to be configured.
5053 + Heavily revised command line options:
@@ -57,7 +60,7 @@ Release 2.0 beta 1 - 11 April 2011
5760 - Exceptions are no longer raised on checking clipboard when another program has it open.
5861 - Parser no longer crashes when unexpected characters are encountered in source code.
5962 + Significant refactoring of source code.
60- * PasHiGUI v0.99.1 build 3
63+ * PasHiGUI v0.99.1 build 3 (aka v1.0.0 beta 1)
6164 + Now requires PasHi v2 beta or later.
6265 + Now Unicode compatible.
6366 + UI changes:
0 commit comments