Skip to content

Commit

Permalink
1.17.0_RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
toka7290 committed Sep 9, 2021
1 parent 3c32870 commit 8fa1489
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,16 @@
- 無効な書式のファイルを読み込んだ時にエラー内容が表示されない不具合の修正
- コメントアウト除去の必要のないファイルで再試行しないように修正
1.7.0
- アプリケーション名を変更
- バージョン表記変更
- 簡単モード
- 直接保存、上書き機能
- コピーのアルゴリズム変更
- インポートのアルゴリズム変更
- TokaToolsへのリンク追加
- cssの最適化
- ボタンのホバー表示の最適化
- 各プレビューのヘッダ追加
- jsの読み込み順番変更
- ショートカットキー実装
- §gに対応
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<div class="title">
<h1>Manifest Generator</h1>
<p>version:1.7.0_dev</p>
<p>version: 1.7.0</p>
</div>
<div class="header-menu">
<div class="menu_button file_load_button disabled">
Expand Down Expand Up @@ -174,7 +174,7 @@ <h1>Manifest Generator</h1>
<img src="img/icon.svg" alt="" width="180px" height="180px">
<div class="about-title">
<h2><span class="sub_title">TokaTools</span>Manifest Generator</h2>
<p>version:1.7.0_dev</p>
<p>version: 1.7.0</p>
</div>
<div class="about-description">
<p>Minecraft Bedrock Edition (BE) でアドオン(リソースパック、ビヘイビアパック、ワールドテンプレート、スキンパック等)で必須となる manifest.json を生成するツールです。</p>
Expand Down Expand Up @@ -885,8 +885,7 @@ <h2><span class="sub_title">TokaTools</span>Manifest Generator</h2>
<script src="lib/prism.js" defer></script>
<script src="lib/mc_format.min.js" defer></script>
<!-- js -->
<!-- <script type="text/javascript" src="js/main.min.js" defer></script> -->
<script type="text/javascript" src="js/main.js" defer></script>
<script type="text/javascript" src="js/main.min.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async defer src="https://www.googletagmanager.com/gtag/js?id=G-MEW7Y56GND"></script>
<script defer>
Expand Down
2 changes: 1 addition & 1 deletion js/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8fa1489

Please sign in to comment.