-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathCHANGES
54 lines (48 loc) · 2.09 KB
/
CHANGES
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
54
v0.4.1
- Update specfile from downstream project.
- Fix code-block ODF space misparsing bug.
- Add demo files and template
v0.4.0
- Rename program/package to odpdown.
- Use plain monospaced for unknown-lang code blocks.
- Relax pygments minimal version requirements.
- Add downstream spec file.
- Use requirements.txt instead of git submodule.
- Move to tox for testsuite
- Add travis CI config.
- Fixes #9 - use internal names for ODF images in container.
v0.3.0
- Fixes #8 - don't trip over empty list item case.
- Fixes #10 - don't use default mistune escaping-text-output.
- Fixes #13 - make input markdown code unicode-safe.
- Fixes #14 - only add title and alt_text if they're actually given
- Fixes #11 - double-emphasis is only bold, not bold-italic.
- Fixes #18 - special-case '-' again on the cmdline.
- Fix problem with fractional svg box dimensions.
- Add options for autofit and pygments highlight style.
v0.2.0
- State default value for --page
- Fix pypi/module config errors, add module requirements
- Prefix generated style name with (more) unique prefix.
- Insert images now w/ correct aspect ratio and caption now
- Take positions of presentation text objects from master.
- Fixes #6 - explain where master page names come from.
- Fixes #5 - provide installation instructions.
v0.1.0
- Implement embedded images.
- Working syntax highlighting for code blocks
- Fix whitespace / tab handling for block code.
- Go with more colourful syntax highlight defaults.
- Enable autofit for all outline paragraphs.
- Implement parameterizable master page usage.
v0.0.5
- Some fixes so 'python setup.py bdist_rpm' works
- Fix link generation and block_code linebreaks
- Add option parsing, add option to insert at specific slide index.
- Get us proper monospaced font, that looks good for code
- Fix annoying extra linefeeds in code paragraphs.
- Fix link output, fix list style used for outline
- Too many whitespace issues - quickfix no pretty-printing
v0.0.1
- Fix style use - need master page style matching pres class.
- First reasonably working version of odpgenerator