Releases: rabbit-shocker/rabbit
Rabbit 3.0.5: 2025-03-30
Improvements
rabbit
- Improved source content detection.
- GH-172
- Reported by NAITOH Jun
Thanks
- NAITOH Jun
Rabbit 3.0.4: 2025-03-23
Improvements
ドキュメント
- Added metadata for title slide.
- GH-165
- Patch by makicamel
rabbit
-
Draw: Added support for dash.
-
Highlight: Dropped support for highlighting by Emacs.
-
RD: Added support for Font Awesome.
-
Chart: Added support for
Charty -
Info window: Changed to set color explicitly.
-
Removed NKF dependency.
-
Added support for Ruby 3.4.
- GH-170
- Patch by HASUMI Hitoshi
-
Dropped support for Clutter.
-
GL: Removed methods that render build-in 3D objects.
Fixes
All
- Fixed typos.
- GH-159
- Patch by kojix2
Docs
- Fixed the default public level.
- GH-162
- Patch by makicamel
rabbit
-
Fixed a bug that timer isn't reset by ((%Alt+t%)).
- GH-158
- Reported by Kingdon Barrett
-
dRuby: Fixed a crash bug with slide move operations on macOS.
- GH-161
- Reported by makicamel
Thanks
-
Kingdon Barrett
-
kojix2
-
makicamel
-
HASUMI Hitoshi
Rabbit 3.0.3: 2023-07-02
Minor bug fix release.
Fixes
rabbit
- image mermaid: Fixed an error when
npx mmdc ...
doesn't work.
GH-153
[Patch by Mamoru TASAKA]
Thanks
- Mamoru TASAKA
Rabbit 3.0.2: 2023-06-25
Image drawing support release.
Improvements
rabbit
-
image: Added support for drawing on image.
-
image: Added support for
align=right
. -
Added support for Mermaid.
-
blockdiag: Added support for
blockdiag3
command.
rabbit-slide
-
config: Added
source_code_uri
.
GH-144
[Patch by Yusuke Nakamura] -
Dropped support for uploading to SlideShare. Because SlideShare
API dropped support for uploading a slideshow.
Theme
-
image-slide-number: Changed to render images back to the main
content. It prevents hiding the main content. -
image-timer: Changed to render images back to the main
content. It prevents hiding the main content. -
background-image-toolkit: Added support for caption.
-
clear-blue: Changed to replace
\n
with a space character
instead of just removing it in footer. -
pdf: Changed to use
./theme.rb
instead ofcanvas.title
theme by default.
Document
- macos Homebrew: Updated how to install document.
GH-150
[Patch by Yusuke Nakamura]
Fixes
rabbit
- formatter HTML: Fixed a bug that weight configuration is missing.
GH-146
[Patch by HASUMI Hitoshi]
Theme
-
image-timer: Fixed a bug that images aren't showed with PDF.
-
image-slide-number: Fixed a bug that images aren't showed with PDF.
Thanks
-
Yusuke Nakamura
-
HASUMI Hitoshi