Skip to content

Commit

Permalink
Merge pull request #1070 from malaybaku/releases/v3.9.0
Browse files Browse the repository at this point in the history
Releases/v3.9.0
  • Loading branch information
malaybaku authored Nov 30, 2024
2 parents 772391c + 74ec3f6 commit aa87e56
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Batches/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.8.4
v3.9.0
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

Logo: by [@otama_jacksy](https://twitter.com/otama_jacksy)

v3.8.4
v3.9.0

* 作成: 獏星(ばくすたー)
* 2024/10/31
* 2024/11/30

WindowsでVRMを表示し、追加のデバイスなしで動かせるアプリケーションです。

Expand Down Expand Up @@ -181,6 +181,8 @@ https://github.com/malaybaku/VMagicMirror/blob/master/WPF/VMagicMirrorConfig/VMa

https://malaybaku.github.io/VMagicMirror/credit_license

また、本レポジトリに含む画像の一部は [Otomanopee](https://github.com/Gutenberg-Labo/Otomanopee) フォントを使って作成しています。フォント自体を再配布するものではないため、あくまで補足情報として記載しています。


### 5.2. Creative Commons Licenseに基づくモデルについて

Expand All @@ -191,7 +193,6 @@ https://malaybaku.github.io/VMagicMirror/credit_license

VMagicMirrorでは元モデルに対し、他のデバイスとの一貫性を保つためにマテリアルを適用しているほか、カスタマイズのためにテクスチャを変更可能にしています。


## 6. ローカリゼーションについて

日本語、英語以外のローカリゼーションでのContributionに興味がある場合、[about_localization.md](./about_localization.md)を参照して下さい。
Expand Down
5 changes: 3 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

Logo: by [@otama_jacksy](https://twitter.com/otama_jacksy)

v3.8.4
v3.9.0

* Author: Baxter
* 2024/Oct/31
* 2024/Nov/30

The VRM avatar application without any special device.

Expand Down Expand Up @@ -183,6 +183,7 @@ This page is similar, but it also refers to the libraries which are used in past

https://malaybaku.github.io/VMagicMirror/credit_license

Note that some images are created with [Otomanopee](https://github.com/Gutenberg-Labo/Otomanopee) font. This is not license notice, since the font itself is not redistributed.

### 5.2. About Model data under Creative Commons Attribution

Expand Down
2 changes: 1 addition & 1 deletion WPF/VMagicMirrorConfig/Common/AppConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public static class AppConsts
public static string AppFullNameWithEnvSuffix =>
AppFullName + (TargetEnvironmentChecker.CheckDevEnvFlagEnabled() ? "(Dev)" : "");

public static VmmAppVersion AppVersion => new VmmAppVersion(3, 8, 4);
public static VmmAppVersion AppVersion => new VmmAppVersion(3, 9, 0);
}
}
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ author: 獏星(ばくすたー)
description: Mirror-like software to reflect yourself as VRM avatar, without any special devices.
summary: VMagicMirrorはキーボードとマウスを使ってVRMアバターを鏡写しのように動かせるソフトウェアです。

latest_version: v3.8.4
latest_update: 2024/10/31
latest_version: v3.9.0
latest_update: 2024/11/30

sass:
style: compressed
Expand Down
4 changes: 2 additions & 2 deletions docs/_local_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ author: 獏星(ばくすたー)
description: Mirror-like software to reflect yourself as VRM avatar, without any special devices.
summary: VMagicMirrorはキーボードとマウスを使ってVRMアバターを鏡写しのように動かせるソフトウェアです。

latest_version: v3.8.4
latest_update: 2024/10/31
latest_version: v3.9.0
latest_update: 2024/11/30

sass:
style: compressed
Expand Down
8 changes: 8 additions & 0 deletions docs/langs/_english/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ lang: en

<div class="doc-ul" markdown="1">

#### v3.9.0
{: .doc-sec2 }

2024/11/30

* Add: `Manga` effect option added to `Typing Effect`, to show manga-like effect.


#### v3.8.4
{: .doc-sec2 }

Expand Down
8 changes: 8 additions & 0 deletions docs/langs/_japanese/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ title: Change Log

<div class="doc-ul" markdown="1">

#### v3.9.0
{: .doc-sec2 }

2024/11/30

* 追加: `タイピング演出``Manga` オプションを追加し、擬音ライクなエフェクト表現をサポートしました。


#### v3.8.4
{: .doc-sec2 }

Expand Down

0 comments on commit aa87e56

Please sign in to comment.