<?xml version='1.0' encoding='UTF-8' standalone='no'?><feed xmlns='http://www.w3.org/2005/Atom'><id>tag:ruby.morphball.net:release_info</id><title type='text'>ruby.morphball.net リリース情報</title><subtitle type='text'>新しいソフトウェアのリリース情報、及びサイト更新情報の配信</subtitle><updated>2010-02-25T07:18:41+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/><entry><id>tag:ruby.morphball.net:release_info/20100224a.md</id><title type='text'>BlueFeather 0.34 をリリース</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/bluefeather/'>BlueFeather 0.34</a> をリリース</p>

<ul>
<li><p>不具合の修正</p>

<ul>
<li><p>コード片の中に、不正なHTMLタグのように見えるテキストが含まれていると、エラーで落ちる</p>

<pre><code>~~~~
f&lt;a &lt; b&gt;(a)
~~~~
</code></pre></li>
</ul></li>
</ul></div></content><updated>2010-02-25T07:18:30+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20091229b.md</id><title type='text'>Rumixの開発レポジトリをSourceForge.jpに移転</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>Rumixの開発レポジトリを、LaunchpadからSourceForge.jpに移転。また<a href='http://ruby.morphball.net/rumix/#REP'>Rumixのページを移転に合わせて書き換え</a></p></div></content><updated>2009-12-29T00:30:05+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20091229a.md</id><title type='text'>Rumix 1.00 リリース</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/rumix/'>Rumix 1.00</a> をリリース</p>

<ul>
<li><p><a href='http://www.osk.3web.ne.jp/~nyasu/software/vrproject.html'>VisualuRuby</a>、<a href='http://facets.rubyforge.org/'>Ruby Facets</a>を同梱するようにした</p></li>
<li><p>ruby本体、exerb、NYACUS、NYADOSをそれぞれ最新版へバージョンアップ</p></li>
<li><p>インストーラ起動時、最初の画面でインストールするrubyのバージョンを表示するようにした</p></li>
<li><p>バージョン番号の付け方を変更。小数点以下2桁まで使うようにした</p></li>
<li><p>そのほか、細かな変更＆修正</p></li>
</ul></div></content><updated>2009-12-29T00:28:02+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20091122b.md</id><title type='text'>BlueFeathe 0.33 をリリース</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/bluefeather/'>BlueFeather 0.33</a> をリリース</p>

<ul>
<li><p>不具合の修正</p>

<ul>
<li><p>行の左端に空白のある表組みが、正しく変換されない</p>

<pre><code>  |td1|td2|td3|
</code></pre></li>
<li><p>その他、細かな修正</p></li>
</ul></li>
</ul></div></content><updated>2009-11-22T15:09:36+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20091122a.md</id><title type='text'>BlueFeather オンライン変換フォームを公開</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/bluefeather/demo.cgi'>BlueFeather オンライン変換フォーム</a>を公開</p></div></content><updated>2009-11-22T15:08:53+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20091119a.md</id><title type='text'>開発者のblogを公開</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/note/'>開発者のblog（tetralabo）</a> を公開。更新頻度は不定期です</p></div></content><updated>2009-11-19T08:23:01+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20091031a.md</id><title type='text'>BlueFeather 0.32 リリース</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/bluefeather/'>BlueFeather 0.32</a> をリリース</p>

<ul>
<li><p>不具合・誤記の修正（北島雅博さん、多数のバグ報告とテストコード・パッチの送付ありがとうございました）</p>

<ul>
<li><p>Windows環境で <code>bluefeather</code> コマンドを実行するとき、読み込むファイルのパスに「\」マーク（バックスラッシュ）が含まれていると「targets not found」エラーになる</p></li>
<li><p>完全なHTML文書を出力し、その文書内のtitle要素にマルチバイト文字列が含まれていた場合、ブラウザから正しく読み込めないことがある（title要素がContent-Type宣言より前に出力されていたため）</p></li>
<li><p>二重backtick（``）に囲まれた部分が、<a href='http://daringfireball.net/projects/markdown/syntax#code'>本来のMarkdown記法であればコード片になるはず</a>なのに、BlueFeatherではコード片にならない</p></li>
<li><p>コードブロック中の \ 記号が表示されない（\\ とすると表示される）</p></li>
<li><p><a href='http://ruby.morphball.net/bluefeather/doc/metadata-reference.html'>文書メタデータ</a>の「Description」「Keywords」が機能していない</p></li>
<li><p>完全なHTML文書を出力するとき、テキストの最初にある以下のような記述が、文書メタデータとして解釈されてしまう</p>

<pre><code>&lt;h1&gt;header:level1&lt;/h1&gt;
</code></pre>



<pre><code># markdown:syntax
</code></pre></li>

<li><p>マニュアル内、メタデータリファレンスの誤記</p></li>
</ul></li>
</ul></div></content><updated>2009-10-31T19:56:50+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20090927a.md</id><title type='text'>リンクがBlueFeather 0.30のままになっていたのを修正</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/bluefeather/#DOWNLOAD'>ダウンロード</a>のリンクが、BlueFeather 0.30のままになっていたのを修正</p></div></content><updated>2009-09-27T15:40:14+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20090926a.md</id><title type='text'>BlueFeather 0.31 リリース</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/bluefeather/'>BlueFeather 0.31</a> をリリース</p>

<ul>
<li><p>不具合の修正</p>

<ul>
<li><p>リスト中のコードブロック内で、1行の空行が2行になってしまう。
たとえば以下のような書き方のとき、「code a」と「code b」の間に2行の空行ができる</p>



<pre><code>* example list

<pre><code>~~~
code a

code b
~~~
</code></pre>

</code></pre>

</li>
</ul></li>
</ul></div></content><updated>2009-09-26T21:49:00+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20090923a.md</id><title type='text'>Rumix 0.9 リリース</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/rumix/'>Rumix 0.9</a> をリリース</p>

<ul>
<li><p>Rubyスレッドを使わないように変更することで、インストール処理を大幅に高速化（1.5～2倍？）</p></li>
<li><p><code>vendor_ruby</code> や <code>site_ruby</code> など、空のフォルダが作成されないバグを修正</p></li>
<li><p>そのほか、細かな変更＆修正</p></li>
</ul></div></content><updated>2009-09-23T17:16:51+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry><entry><id>tag:ruby.morphball.net:release_info/20090801a.md</id><title type='text'>BlueFeather 0.30 リリース</title><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p><a href='http://ruby.morphball.net/bluefeather/'>BlueFeather 0.30</a> をリリース</p>

<ul>
<li><p><em>見出しの番号付け機能を実装。</em>
文書ファイルの先頭（<a href='http://ruby.morphball.net/bluefeather/doc/metadata-reference.html'>文書メタデータ</a>）に <code>Numbering: yes</code> と記述することにより有効になります</p></li>
<li><p><code>{toc}</code> 記法で目次を表示するとき、途中の見出しが抜けていた場合、変換せずに警告を出すように変更。たとえば以下のような書き方のときに警告が出る</p>

<pre><code>{toc}

# h1
### h3
</code></pre></li>
<li><p>不具合の修正</p>

<ul>
<li><p><a href='http://ruby.morphball.net/bluefeather/doc/metadata-reference.html'>文書メタデータ</a>において、ヘッダ行末尾にスペースがあると正しく動作しない。たとえば以下のような記述が無効になる</p>

<pre><code>Encoding: utf-8     &lt;改行&gt;
</code></pre></li>
</ul></li>
</ul></div></content><updated>2009-09-23T17:18:37+09:00</updated><link href='http://ruby.morphball.net/' rel='alternate'/></entry></feed>