Next | Query returned 79 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2017-03-20 17:33:59 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update rabiit to 2.2.0.

2.2.0: 2017-01-22

Markdown support improvement release.

Improvements

All

* Dropped Ruby 2.0 support.
* Dropped gdk_pixbuf2 gem 3.0.8 or earlier support.

rabbit

* PDF: Supported PDF file that has "%" in its name.
* Dropped Migemo support.
* Markdown: Supported tag.

  Example (Inline):

	Normal {::tag name="center"}Centered{:/tag} Normal

  Example (Paragraph):

	Normal

	{:.center}
	Centered

	Normal

* Markdown: Supported wait in nested list item.
* Improved performance on deciding font size dynamically.
* Changed to use RubyGems user in config.yaml on pushing slide/theme gems.
* PDF: Supported link. But there are the following limitations:

  - cairo 1.15.4 is required. (If you use Rabbit with cairo 1.15.2 or
    earlier, you just can't use this feature.)
  - Link target is paragraph not link text.

Theme

* slide-logo: Supported logo per side by specifying image file name to
  logo-image slide property.
* title-on-image-toolkit: Improved readability by rendering character border.
* syntax-highlighting: Changed color for path of #include in C. Now,
  it uses the same color as normal string.

rabbit-slide

* Markdown: Fixed a bug that required newlines are missing. [GitHub#95][Patch
  by znz]

Document

* Improve English in FAQ. [GitHub#100][Patch by Todd Trimble]

Fixes

rabbit

* Fixed a bug that error isn't reported when multibyte image file name is
  specified and it doesn't exist. [GitHub#91][Reported by takiy33]
* Windows: Fixed encoding error on image file detection. [GitHub#93][Reported
  by dogatana]
* Fixed a bug that an error is occurred when you cancel in slide select
  dialog.
* Fixed typos. [GitHub#97][Patch by znz]
* Fixed a bug that spotlight and magnifier uses wrong position when slide
  aspect ratio and window aspect ratio are difference. [GitHub#99][Patch by
  OBATA Akio]
* Windows: Fixed a bug that unfullscreen doesn't restore window
  size. [GitHub#98][Reported by TADA, Tadashi]

Document

* Fix typos. [GitHub#101][Patch by znz]

Thanks

* takiy33
* dogatana
* znz
* Todd Trimble
* OBATA Akio
* TADA, Tadashi
   2016-10-09 18:02:19 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update rabbit to 2.1.9.

2.1.9: 2016-05-27

Markdown support improvement release.

Improvements

rabbit

* Suppressed warnings on Ruby 2.3. [GitHub#77][Patch by takiy33]
* Markdown markup: Supported strike through markup in GFM (GitHub Flavored
  Markdown). [Suggested by yoku0825]

  Syntax:

	~~deleted text~~

* Markdown markup: Supported reporting an error for using HTML because using
  HTML isn't supported.
* Supported stopping search by escape key.

* RD markup: Supported pango block verbatim. You can text with Pango markup
  in the block.

  Syntax:

	# pango

	<span foreground="red">Red Text</span>

* Supported filtering Markdown files in file choose dialog. [GitHub#83][Patch
  by tSU_Root]
* Markdown markup: Supported reporting an error for using horizontal rule
  because horizontal rule isn't supported. [GitHub#84][Reported by tSU_RooT]
* Markdown markup: Supported list in list. [GitHub#85][Reported by tSU_RooT]

Theme

* default-title-text: Supported customizing author font size by
  @title_slide_font_size.
* background-image-toolkit: Supported bottom vertical align.
* image-viewer: Supported comment.
* syntax-highlighting: Supported diff format.
* syntax-highlighting: Stopped highlighing numbers.
* clear-blue: Supported frame color in syntax highlight.

Document

* Added links to licenses. [GitHub#86][Patch by tSU_Root]
* Updated document about how to write a slide in Markdown. [GitHub#89][Patch
  by tSU_Root]

Fixes

rabbit

* Fixed a bug that slide with invalid format crashes Rabbit.
  [GitHub#76][Reported by takiy33]
* Fixed a bug that --margin option value is parsed wrongly.
  [GitHub#82][Patch by zunda]

Theme

* image: Fixed a bug that image size reduced with Markdown markup with
  image-timer theme. [GitHub#78][Reported by TOMITA Masahiro]
* image: Fixed a bug that image size isn't stable for image with caption.
  [GitHub#88][Reported by TOMITA Masahiro]

Thanks

* takiy33
* yoku0825
* TOMITA Masahiro
* zunda
* tSU_Root
   2015-09-13 17:55:39 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update rabiit to 2.1.8

pkgsrc change: Add dependency to devel/ruby-gnome2-gio.

2.1.8: 2015-09-06

A bug fix release for 2.1.7. 2.1.7 can't start on Windows.

Fixes

rabbit

  * Windows: Fixed a bug that Rabbit can't start. [Reported by yoku0825]

Thanks

  * yoku0825

2.1.7: 2015-09-05

Note markup support in Markdown release.

Improvements

rabbit

* Removed GDK rendering engine. (Because cairo is always available since a few
  years ago. If we can use cairo, there is no problem without GDK rendering
  engine.)
* Improved GTK+ 3 support. (It's not completed yet.) [Patch by okkez]
* Removed unused --server option.
* Wiki markup: Improved error message when unsupported markup is used.
* Markdown markup: Supported error message when multiple images exist in a
  paragraph. [GitHub#71][Reported by Colin Dean]
* Markdown markup: Supported note markup. [Suggested by yoku0825]

  Syntax is {::note}...{:/note}.

  Example:

	Normal text {::note}note{:/note} Normal text

Theme

* image-timer: Reduced memory usage.
* image-slide-number: Reduced memory usage.
* clear-blue: Removed indent of the first line in block quote.

Document

* Marked up README in Markdown. [GitHub#72][Patch by Toshi MARUYAMA]
* Improved description about Rabbit in Japanese. [GitHub#74][Patch by YU-TAYU]

Fixes

rabbit-slide

* Fixed a bug that invalid Markdown is generated. [Matafumi Yokoyama]

Document

* Fixed a bug that side menu is hidden. [GitHub#75][Reported by YU-TAYU]

Thanks

* okkez
* Matafumi Yokoyama
* Colin Dean
* Toshi MARUYAMA
* YU-TAYU
* yoku0825
   2015-06-11 19:40:13 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Now this package should be build on Ruby 2.2.
   2015-06-08 01:25:27 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Most dependencies don't support Ruby 2.2
   2015-06-07 12:31:48 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Allow this package build on Ruby 2.2.
   2015-03-15 18:04:44 by Hiramatsu Yoshifumi | Files touched by this commit (6)
Log message:
Set MAINTAINER to pkgsrc-users.
   2015-03-13 18:58:02 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update rabbit to 2.1.6.

Changes are too many to write here, please refer
http://rabbit-shocker.org/en/news.html.
   2014-08-04 11:32:14 by OBATA Akio | Files touched by this commit (3)
Log message:
Update rabbit to 2.1.3.

== 2.1.3: 2014-08-03

A drawing performance improved release.

=== Improvements

==== rabbit

  * Improved input encoding detection for UTF-8 case.
    [GitHub#34] [Reported by Colin Dean]
  * Markdown: Supported no text item list.
    [GitHub#37] [Reported by Colin Dean]
  * Improved drawing performance when vertical centering isn't used.
    [GitHub#35] [Reported by Colin Dean]
  * Avoided memory usage growing.
    [GitHub#41] [Reported by Enrico Rivarola]

==== Theme

  * default-preformatted: Changed text size element to
    (({PreformattedBlock})) from (({PreformattedText})).
  * tag: Supported (({xx-small})) tag and (({xx-large})) tag.
    [GitHub#39] [Patch by Enrico Rivarola]
  * syntax-highlighting: Supported float literal.

==== Document

  * Updated Ruby Installer version. [Masafumi Yokoyama]
  * Updated how to install with Homebrew.
    [GitHub#30] [Patch by Bert Chang]
  * Improved English and translated into English.
    [GitHub#33] [Patch by Tomohiro Imaizumi]
  * Added a description about Rabbit doesn't support 64bit Ruby on Windows.
    [GitHub#43] [Patch by YUKI Hiroshi]

=== Fixes

==== rabbit

  * Fixed a bug that rabbit command's exit code is always non-zero.
  * Fixed a crash bug when rabbit command is ran on no window system
    environment.
    [shocker-ja:1189] [Reported by Kazuhiro NISHIYAMA]
  * Information window: Fixed a bug that note text isn't changed when
    window size is changed.
    [shocker-en:71][shocker-en:74] [Reported by Enrico Rivarola]
  * Information window: Fixed a bug that long word in note text is cut.
    [shocker-en:78] [Reported by Enrico Rivarola]
  * Information window: Fixed a bug that markup in note text isn't applied.
    [GitHub#38] [Patch by Enrico Rivarola]
  * Fixed a bug that temporary files aren't removed when they aren't needed.
    [GitHub#40] [Patch by Enrico Rivarola]

==== rabbit-slide

  * Fixed a bug that tags are ignored on uploading SlideShare.

=== Thanks

  * Masafumi Yokoyama
  * Kazuhiro NISHIYAMA
  * Bert Chang
  * Enrico Rivarola
  * Colin Dean
  * YUKI Hiroshi
   2014-03-26 15:27:23 by Takahiro Kambe | Files touched by this commit (14)
Log message:
Allow build with ruby21.

Next | Query returned 79 messages, browsing 21 to 30 | Previous