forked from regebro/hovercraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
177 lines (101 loc) · 4.54 KB
/
CHANGES.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
Changes
=======
3.0 (unreleased)
----------------
- Nothing changed yet.
2.5 (2017-12-10)
----------------
- Hovercraft! now displays the version number when called with -v or --version.
- New version of impressConsole that includes styling of the previews and
a goto command <G>.
- ``:css-console:`` and ``:css-preview:`` added to style the console and
add extra styles in the previews.
- :auto-console: and -a had stopped working [maxwell-k].
2.4 (2017-07-18)
----------------
- Option to display slide numbers [frederikmoellers]
- #51: Positioning relative to other slide [naraesk]
- Removed the code that uses pkg_util to access included templates. We don't
support installing Hovercraft! as a ZIP file anyway, so it only complicates
things for no good reason.
- Support for .. header:: and .. footer:: that can be used for static
content.
- Dropped support for Python 3.3 and 3.4, because I now use recursive glob.
- Templates can now have a resource-directories statements, to specify extra
directories of resources. This can be used in templates for JS libraries,
like MathJax.
- The MathJax argument can now be a local copy.
- Switched the default MathJax URL to https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1
2.3 (2017-04-12)
----------------
- Better implementation of #98
- #72: Support for adding additional JS files [hbldh]
- Upgraded impress.js to 0.6.0
- Support for mathematical formulas with Mathjax [arabidopsis]
- Default template use UTF-8 [mariobodemann]
- Added support for Python 3.6
- readthedocs moved domain [adamchainz]
2.2 (2016-10-15)
----------------
- #98: Presentation not update when using gedit
2.1 (2016-02-27)
----------------
- #87: Support multiple :css: statements. [bitwalker]
- #86, #88: In-template resources failed for external templates.
- #89: The file monitoring could make the CPU go to 100%. [b6d]
- #81: positions.rst example was out of date.
- Dropped Python 3.2 support, because docutils doesn't seem to
work on Python 3.2 any longer. With docutils 0.9 it probably
still works.
- Updated tests to work with newer Pygments.
- #96: Relative paths was not working.
- #91: When modifying included files the presentation was not updated.
2.0 (2015-06-14)
----------------
- Better support for :class:. [fahhem]
- Now supports data-perspective. [fahhem]
- Fixed typos in template.py. [fahhem, ggtools]
2.0b1 (2014-11-27)
------------------
- IMPORTANT! The positioning has been reimplemented. The most important change
is that there is no longer any calculation of relative movement when you use
absolute coordinates. Therefore, if you use absolute coordinates on some slides
and then have no coordinates on other slides, your positioning may no longer
be correct with version 2.0.
- IMPORTANT! Moved the "note" XML transformation into the templates, as this is an
impress.js feature, and other libraries, such as Reveal.js, will render it
differently. If you make your own templates, you need to update them accordingly!
- Relative coordinates (starting with r) are now supported for all positioning,
attributes including rotation and scaling.
- Now includes a server-mode, that will serve the presentation via http and
also re-generate the presentation if the source-files change.
- Images can now also have a :class: attribute.
- Added support for multiple levels of slides. This is to make it able
to support for example Reveal.js through external templates.
1.1 (2013-03-15)
----------------
- ReST comments are no longer rendered to HTML. [carljm]
- Fixed a bug in the path handling for CSS resources. [carljm]
- Various fixes and improvements in ReST handling. [cjw296]
1.0 (2013-02-22)
----------------
- #1, #2: Add key-binding to pop up the help, a parameter and a presentation
field setting to not show the help at load.
- Added documentation for #8: Naming steps.
- #7: You can now define CSS-files to be included with a :css:-field in the
presentation.
- #3: You can now leave out the presenter notes from the output with the
parameter -n or --skip-notes
- Added a "simple" template that has no presenter console.
- Updated to impress-console 1.1, fixing a Firefox bug.
- Added support for more HTML metadata.
- Finished documentation and examples.
1.0b2 (2013-02-13)
------------------
- Added syntax highlighting support.
- #9: All positioning variables except data-x and data-y are now "sticky" so
they will keep their previous value if not defined.
- Documentation on https://hovercraft.readthedocs.io/
1.0b1 (2013-02-07)
------------------
- Initial release.