4
4
; $Date$
5
5
; ------------------------------------------------------------------------------
6
6
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)
9
9
+ Changed some parameters to --encoding command.
10
10
+ 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)
12
13
+ Removed descriptive text that was shown in main display when code fragments were displayed.
13
14
+ --default-css option is no longer hard wired: now user configured or taken from gui-config file.
14
15
+ Changed name of Help menu item that accesses online documentation.
15
16
+ Changed main icon to be same as PasHi.
16
17
+ Changed program title and caption to "PasHi GUI".
17
18
+ Main window now animates correctly when minimized to task bar.
18
19
+ Adjusted size of, and arrangement of controls on, option frame.
20
+ + About box now shows this is a v1.0.0 beta version.
19
21
+ Some refactoring.
20
22
* General changes
21
23
+ Updated documentation.
22
24
+ Some code refactoring and removed some redundant code.
23
25
+ 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.
24
27
25
28
Release 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)
27
30
+ Improved Pascal syntax highlighter:
28
31
- Now understands Delphi 2010 keywords and directives.
29
32
- Support added for some context sensitive directives.
@@ -37,14 +40,14 @@ Release 2.0 beta 1 - 11 April 2011
37
40
- Output can now be in HTML 4 or HTML 5 in addition to XHTML and HTML fragments.
38
41
- HTML file encoding is now user configurable and defaults to UTF-8. Byte order marks and HTML character set attributes are used as necessary.
39
42
- 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.
41
44
- Alternate source code lines can now be styled differently.
42
45
- 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.
44
47
- Document title can be changed.
45
48
- "Branding" (comments or meta tags declaring PasHi as generator) can be inhibited.
46
49
- 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.
48
51
+ Program now has full Unicode support.
49
52
+ Support for a config file added to allow program defaults to be configured.
50
53
+ Heavily revised command line options:
@@ -57,7 +60,7 @@ Release 2.0 beta 1 - 11 April 2011
57
60
- Exceptions are no longer raised on checking clipboard when another program has it open.
58
61
- Parser no longer crashes when unexpected characters are encountered in source code.
59
62
+ 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)
61
64
+ Now requires PasHi v2 beta or later.
62
65
+ Now Unicode compatible.
63
66
+ UI changes:
0 commit comments