README.adoc in hyla-1.0.3 vs README.adoc in hyla-1.0.4
- old
+ new
@@ -45,12 +45,10 @@
- https://www.ruby-lang.org/en/[Ruby] 1.9.3-p484
- http://guides.rubygems.org/[RubyGems] to install Ruby Applications
- http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-[How do I install and use the browser extensions for LiveReload].
Be sure to enable the option “Allow access to file URLs” checkbox in Tools > Extensions > LiveReload after installation of Chrome Extension.
-image::image/access_local_file.png[Access Local File,650,150]
-
== Installation
The latest source code is located in the {sources}[Hyla git repository] on GitHub. Hyla can be installed via the +gem+ command, bundler.
Use `gem install` command to deploy Hyla :
@@ -67,11 +65,11 @@
$ bundle
**Or** install it yourself as:
- $ gem install hyla -v 1.0.2
+ $ gem install hyla -v 1.0.3
== For Developer's only
Clone Git project locally, move to Hyla directory and execute the following commands
gem build hyla.gemspec
@@ -120,9 +118,46 @@
Docs:: {docs}
Source repository (git):: {sources}
Issue tracker (GitHub):: {issues}
== Changelog
+
+=== v1.0.4 - @cmoulliard
+
+New Features::
+
+ * Support footer with copyright (link:{issues}40[#40])
+ * Add a header with logo (link:{issues}40[#40])
+ * Create directory/folder containing `Liberation` fonts
+ * Allow to use a different config file (link:{issues}41[#41])
+ * aside, sidebar block (link:{issues}42[#42])
+ * Rename extension from .adoc to .ad for files generated by toc2adoc command
+ * Add a new rendering 'cover2png' (link:{issues}43[#43])
+ * Generate an index number for each file created by the TOC (link:{issues}44[#44])
+ * Use index text file to list the files to be included in the PDF (link:{issues}45[#45])
+
+Bug fixes::
+
+ * Image of the header is not embedded in the HTML file generated
+ * Fix issue when no project_name is provided
+ * remove solid black border around the image
+
+Enhancements / Improvements::
+
+ * Add option to support attachment (link:{issues}39[#39]) for email
+ * Revert modification to propose adoc2html instead of adoc2htmlslide (link:{issues}38[#38])
+ * Revert modification to propose index2html instead of index2htmlslide (link:{issues}38[#38])
+ * Change h2 font-size of revaljs backend (2.11em --> 2em)
+ * Left justified the slides of revealjs
+ * Change margin to use Reveal option margin: 0.2
+ * Refactor pdf rendering to allow to group HTML files, add a footer and banner
+ * Comment nofooter, noheader and stylesdir
+ * Add comment line for the attributes added for the TOC
+ * Remove pdf kit dependency
+ * Rename .adoc to .ad for files generated during toc2adoc rendering
+ * Add true to nofooter, noheader
+ * Rename `hyla create' command to 'hyla add`
+
=== v1.0.3 - @cmoulliard
New Features::