== Changes 0.5.9 from 0.5.8: 2009-02-09
* Improvements
* HTML output: supported link to PDF.
* added rabbit-command command line tool to control Rabbit.
* supported reflected image effect (requested by kdmsnr)
Example:
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-104.htmlhttp://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-085.html
How to write:
# image
# src = XXX.jpg
# relative_height = 80
# reflect_ratio = 0.5
* Theme
* New themes
* pdf-tortoise-and-hare:
uses tortoise and hare timer when PDF viewer
mode. Allotted time is specified by
RABBIT_ALLOTTED_TIME environment variable.
Example:
% RABBIT_ALLOTTED_TIME=4.5m rabbit --theme pdf-tortoise-and-hare XXX.pdf
* lightning-clear-blue:
uses large character slides in bluish clear-blue theme.
* title-on-image-toolkit:
superimposes title on image.
Example:
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-036.html
How to use:
In slide:
= Users Group
# image
# src = shocker.jpg
# relative_height = 90
In theme:
include_theme("title-on-image-toolkit")
match(Slide) do |slides|
slides.each do |slide|
slide.title_on_image if slide.title_on_image?
end
end
* Bug fixes
* fixed wrong Wiki format detection.
== Changes 0.5.8 from 0.5.7: 2008-10-18
* Improvements
* supported Clutter
* supported page transition
* supported new comment view that flow comments on a slide.
* supported IRC backend
* RabbIRC (akira yamada)
* Theme
* added shadow to quote marks
* try to use Hiragino font if available
* add a new theme
* newline-in-slides: supports '\n' newline notation
* Bug fixes
* fixed too much grabbed problem on magnifier mode
* reworked Tofu backend
* fixed a problem that was reported on Asakusa.rb
== Changes 0.5.7 from 0.5.6: 2008-07-21
* Bug fixes
* fixed broken PDF generation
* Improvements
* supported GTK+/Quartz (Mac OS X native UI)
* supported context menu with Control + left click
(suggested by OBATA Akio)
* align = XXX accepts :right or "left" too
* supported nested labels in (('note:XXX:YYY:...')) form
* added "Next" and "Previous" actions that consider pause.
* added "ResetTimer" action
* do fullscreen as first as possible when --fullscreen
command line option is specified
* supported {{wait}} and {{br}} markup on Wiki format
* fixed dirty sample slide
* Theme
* added body margin
* added "dash" item mark
* stopped to use vivid colors for list item mark
* added properties
* added new themes:
* newline-in-title: supports '\n' newline notation
* edge-info-toolkit: displays information at the edge
of slide
* slide-header-info: displays information at the header
of slide
* slide-footer-info: displays information at the footer
of slide
* footer-logo: displays logo image at the footer of slide
* blue-bar: a theme that displays bars at the top and
bottom of slide
* clear-blue: clear blue theme
== Changes 0.5.6 from 0.5.5: 2008-04-21
* removed RTtool
* supported Ruby 1.9 a bit
* supported pause
Changes 0.5.3 from 0.5.2: 2006-08-04
* Theme related
o added Day White/Night Black themes (TADA Tadashi)
o added a slide for benchmarking theme (suggested by TADA Tadashi)
o added Green Circle theme.
o renamed Auto Slide to Slide Show.
o clean-upped (codes of) theme.
* Documentation update
o INSTALL.win32 (Masao Mutoh, zunda¡Ë
* Bug fixes
o escaped '_' in page name for page name list in menu. (reported by Shugo Maeda)
o fixed a GRClosure related problem. (akira yamada)
o fixed a crash bug when reloading source.
o fixed a bug that occurs with --output-html without --output-index-html.
o fixed a bug that font configurations are ignored in printing.
* improved GIMP support (akira yamada)
* removed libgnomeprint support.
* supported Wiki notation (HikiDoc). (included hikidoc.rb only in this release)
* marked quality of PS/PDF output is enough.
* added a toggle Magnifier action to menu.
* added a toggle Spotlight action to menu.
* supported partial rendering. (syntax in source is not supported yet)
* {start,stop}_reload_timer -> {start,stop}_redraw_timer ({start,stop}_reload_timer are still available for backward compatibility)