-
Notifications
You must be signed in to change notification settings - Fork 2
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
9 changed files
with
111 additions
and
9 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ DEST="release/$SB_DIR" | |
|
||
export PUBLIC_URL="./" | ||
|
||
rm -rf $DEST | ||
rm -rf release | ||
mkdir -p $DEST | ||
|
||
yarn build | ||
|
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,68 @@ | ||
--- | ||
title: v3.1.0 - 棋譜が正しく表記されるように | ||
author: murosan | ||
--- | ||
|
||
# Release Note v3.1.0 | ||
|
||
### Overview | ||
|
||
- 棋譜の表記が正しくなりました | ||
- 盤面の幅を変更できる機能を追加 | ||
- ボタン・行・列の文字を SVG 画像化 | ||
|
||
### 棋譜の表記 | ||
|
||
将棋連盟の公式ページに記載されている記述方法を参考に、正しい表記がされるよう、変更を行いました。 | ||
https://www.shogi.or.jp/faq/kihuhyouki.html | ||
|
||
<table> | ||
<tr> | ||
<th>今まで</th> | ||
<th>これから</th> | ||
</th> | ||
<tr> | ||
<td> | ||
2六歩(27)<br /> | ||
8四歩(83)<br /> | ||
2五歩(26)<br /> | ||
8五歩(84)<br /> | ||
7八金(69)<br /> | ||
3二金(41)<br /> | ||
2四歩(25)<br /> | ||
2四歩(23)<br /> | ||
2四飛(28)<br /> | ||
2三歩打<br /> | ||
2六飛(24)<br /> | ||
</td> | ||
<td> | ||
2六歩<br /> | ||
8四歩<br /> | ||
2五歩<br /> | ||
8五歩<br /> | ||
7八金<br /> | ||
3二金<br /> | ||
2四歩<br /> | ||
同歩<br /> | ||
同飛<br /> | ||
2三歩<br /> | ||
2六飛<br /> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
これからは `同歩`、`5八金右` といった、正しい表記がされます。 | ||
|
||
### 盤面の幅を変更できる機能 | ||
|
||
画面右端の矢印をドラッグ&ドロップすると、盤面の幅を変更できます。 | ||
|
||
また、設定から「幅を記憶する」を ON にすると、ブラウザのローカルストレージに記憶され、リロードしたときにも同じ幅で表示できます。 | ||
|
||
<img alt="GIFイメージ" decoding="async" src="/shogi-board/img/change-board-width.gif"/> | ||
|
||
### ボタン・行・列の文字を SVG 画像化 | ||
|
||
これまでは、デザインが崩れないようにするため、盤面の幅は `600px` までしか縮小できませんでした。 | ||
|
||
SVG 画像化したことで、デザインの成約がなくなったため、より小さいサイズ(`250px`)まで縮小できます。 |
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,33 @@ | ||
--- | ||
title: v3.2.0 - 駒の画像を変更しました | ||
author: murosan | ||
--- | ||
|
||
# Release Note v3.2.0 | ||
|
||
駒の画像を更新しました! | ||
|
||
今までは [muchonovski](http://mucho.girly.jp/bona) さんが [Creative Commons 表示-非営利 2.1 日本 License](https://creativecommons.org/licenses/by-nc/2.1/jp/) の元、提供していた画像を使用させていただいていました。 | ||
muchonovski さんありがとうございました。 | ||
|
||
このバージョンからは、自作した画像に変更しています。SVG 画像を <a href="https://affinity.serif.com/ja-jp/designer/" target="_blank">Affinity Designer</a> で自作しました。 | ||
書体は錦旗書です。 | ||
|
||
また、この駒画像は、<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/deed.ja" target="_blank">クリエイティブ・コモンズ 表示 - 非営利 - 継承 4.0 国際 ライセンス</a> の元提供します。 | ||
|
||
CreativeCommons のライセンスの種類については、以下のページが詳しいです。 | ||
https://creativecommons.jp/licenses/ | ||
|
||
> 表示—非営利—継承 | ||
> | ||
> 原作者のクレジット(氏名、作品タイトルなど)を表示し、かつ非営利目的に限り、また改変を行った際には元の作品と同じ組み合わせの CC ライセンスで公開することを主な条件に、改変したり再配布したりすることができる CC ライセンス。 | ||
- 商用利用は不可です | ||
- クレジット表示には、作者として`murosan`を表記してください | ||
- 作品タイトルの代わりに、以下 2 つのリンクのうち、どちらか、または両方のリンクを表示してください | ||
- https://murosan.github.io/shogi-board/ | ||
- https://github.com/murosan/shogi-board | ||
- リンクの表示方法はおまかせしますが、Shogi Board に関するものということが分かるように表示をお願いします | ||
- 改変・再配布は可能です。ただし、同じライセンスで配布するようにしてください | ||
|
||
ダウンロードは、[GitHub](https://github.com/murosan/shogi-board/releases/) からどうぞ。 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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