-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Change log | ||
============= | ||
|
||
1.1 | ||
-------- | ||
|
||
* 簡単なリファクタリング | ||
* いくつかのbugfix | ||
* 設定ファイルのサポート | ||
* ツールバー無効化 | ||
* 「保存」メニュー・ボタンの無効化 | ||
* タイトルの改善 | ||
* 新規の場合は NEW, ファイルと紐付いている場合はファイル名を表示 | ||
* 保存すべき変更点がある場合は、タイトルに「*」(アスタリスク)を付与 | ||
* Win/Unix系OSのためのラッパを用意 | ||
* Win向けには exe (GUI版とconsole版)(Launch4j を利用) | ||
* Unix系向けには shスクリプト | ||
* エディタ部分で右クリックメニューを有効化 | ||
* 新規作成や保存にショートカットキーを割当 | ||
* エディやコンバータエントリポイントを統合化 | ||
* -o オプションを使用すると、エディタを起動せず変換(コンバート)のみを行う | ||
* 例) | ||
* PadTools_consoiile.exe -- -o pad.png -s 2 pad.spd | ||
* PadTools.sh -o pad.png -s 2 pad.spd | ||
|
||
|
||
1.0 | ||
--------- | ||
|
||
* 初期バージョン | ||
* PAD図描画に関する基本機能の提供 |