-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
53 lines (42 loc) · 1.58 KB
/
NEWS
File metadata and controls
53 lines (42 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
New in Version 1.0.5:
=====================
- new: PDF output for the (re)compiler,
and in the linux and win32 viewers
(omitted from GUI application for TOS,
because it adds +250K of code that is rarely needed).
See also readpdf.txt for some limitations
- some fixes to html output
- several smaller bug fixes
New in Version 1.0.4:
=====================
- new: viewers now have a feature to display
the structure as a treeview (separate application
for tos, embedded in others)
- web links are now better handled
- some more encodings added
- some fixes to most viewers when last image
extends beyond the last text line
- the macos command line tool now uses static libraries,
to avoid problems with unavailable shared libraries
- several smaller bug fixes
New in Version 1.0.3:
=====================
- GTK viewer should now correctly display images that extend beyond
the last text line
- large textnodes which are compressed by more than 64k are now
stored uncompressed, giving a warning (a restriction of the file
format)
- @limages are now centered according to @width, just like @images
- several smaller bug fixes
New in Version 1.0.2:
=====================
- more characters sets supported
- online service can now search through all pages
- hypinfo tool can display information about REF files
- hypinfo tool can change language/charset
- external links to RSC files, using the definitions
from the @tree command, are now supported in all viewers
(including linux & win32!)
- hcp now supports PNG images
- @{FG color} and @{BG color} are now supported
- several bug fixes