File: NEWS

package info (click to toggle)
libepubgen 0.1.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,572 kB
  • sloc: cpp: 8,042; sh: 4,553; makefile: 161; ansic: 23
file content (40 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download
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
libepubgen-0.1.1

- Avoid <div> inside <p> or <span>.
- Avoid writin vertical-align attribute without a value.
- Fix generation of invalid XHTML when there is a link starting at the
  beginning of a footnote.
- Handle relative width for images.
- Fixed layout: write chapter names to improve navigation.
- Support writing mode.
- Start a new HTML file at every page span in addition to the splits
  induced by the chosen split method. This is to ensure that specified
  writing mode works correctly, as it is HTML <body> attribute.
- Improve tests.
- Add a basic support for ruby.
- Configure: disable treating of compiler warnings as errors by default.
- Various minor fixes and code cleanups.

libepubgen-0.1.0

- Fix various validation problems, pointed out by epubcheck.
- Add EPUB3 support.
- Split on headings: add user-friendly section names.
- Support writing CSS styles inline in the XHTML streams.
- Support various image wrap types.
- Support embedded fonts.
- Support cover images.
- Support footnotes.
- Support EPUB3 fixed layout.

libepubgen-0.0.1

- Fix escaping of HTML entities.
- Use symbol visibility on Linux. The library only exports public
  classes/functions now.
- Print debugging output to stderr.
- Switch to C++11.

libepubgen-0.0.0

- First release.