tag:github.com,2008:https://github.com/ohtorii/unity/releases
Release notes from unity
2022-04-09T08:38:00Z
tag:github.com,2008:Repository/162985407/1.0.1
2022-04-24T03:44:51Z
2022/04/24 V1.0.1
<h1>バグ修正</h1>
<ul>
<li>マクロ実行後に正規表現の検索オプションが有効になる問題を修正 しました</li>
<li>その他軽微な不具合を修正しました</li>
</ul>
<h1>Source更新(Emoji)</h1>
<ul>
<li>Emoji List, v13.1 へ更新しました</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/ohtorii/unity/compare/1.0.0...1.0.1"><tt>1.0.0...1.0.1</tt></a></p>
ohtorii
tag:github.com,2008:Repository/162985407/1.0.0
2020-11-22T06:01:47Z
Ver 1.0.0
<h1>更新内容</h1>
<ul>
<li>sourceとkindの作成方法をドキュメントにまとめました</li>
<li>Unityマクロの使用例を追加しました</li>
</ul>
<table>
<thead>
<tr>
<th>ファイル名</th>
<th>説明</th>
</tr>
</thead>
<tbody>
<tr>
<td>unity_file_argument.mac</td>
<td>sourceに引数を指定する例</td>
</tr>
<tr>
<td>unity_file_snipetts.mac</td>
<td>auto-preview,default-action引数の利用例(引数を利用してスニペット的な動作をつくれます※)</td>
</tr>
</tbody>
</table>
<p>※世の中には、大変優れたスニペットアプリが溢れているので、実際にはそちらをお使いください😗</p>
ohtorii
tag:github.com,2008:Repository/162985407/0.5.0
2020-02-22T12:29:33Z
Ver 0.5.0 beta
<h1>Ver 0.5.0 beta</h1>
<p>どんなマクロなのか動作を確認する為のお試し版です。</p>
<p>一通り問題なく動くはずです・・・</p>
<h1>今後の予定</h1>
<p>ヒデマラーの皆さんが本マクロを自分好みにカスタマイズする目的で、</p>
<ul>
<li>「ショートカットキー・カラー」をカスタマイズ可能にする 。</li>
<li>ヒデマラーの方々がkindとsourceを作るためのドキュメントを用意する。</li>
</ul>
<p>利便性を高める目的で、</p>
<ul>
<li><a href="https://github.com/Shougo/unite.vim">Unite.vim</a>から有用なsourceを更に移植する。</li>
</ul>
<p>などを予定しています。</p>
ohtorii