Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Aug 18, 2023
2 parents 3391b10 + 8b367a0 commit cb8d700
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webgal/base",
"version": "4.3",
"version": "4.4",
"description": "A brand new web Visual Novel engine.",
"repository": "https://github.com/MakinoharaShoko/WebGAL.git",
"author": "Mahiru <Mahiru_@outlook.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webgal",
"private": true,
"version": "4.4.3",
"version": "4.4.3.2",
"scripts": {
"dev": "vite --host --port 3000",
"build": "cross-env NODE_ENV=production tsc && vite build --base=./",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgal/src/config/info.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const __INFO = {
version: 'WebGAL 4.4.3',
version: 'WebGAL 4.4.3.2',
contributors: [
{ username: 'Mahiru', link: 'https://github.com/MakinoharaShoko' },
{ username: 'Hoshinokinya', link: 'https://github.com/hshqwq' },
Expand Down
12 changes: 10 additions & 2 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

(4.4.3.1修复)文本框名称显示异常

(4.4.3.2修复)Safari 浏览器由于文字阴影导致的异常

其他已知问题

## Release Notes: WebGAL 4.4.3.1
Expand Down Expand Up @@ -52,6 +54,8 @@ Dialogues display abnormally when using -concat -notend parameters

(4.4.3.1 fixed) Text box name displays abnormally

(4.4.3.2 fix) Safari browser exception due to text shadows

Other known issues

## リリースノート: WebGAL 4.4.3.1
Expand All @@ -78,7 +82,9 @@ Other known issues

-concat -notend パラメーターを使用しているときにダイアログが異常に表示される

(4.4.3.1修正)テキストボックス名が異常に表示される
(4.4.3.1 修正)テキストボックス名が異常に表示される

(4.4.3.2 修正) テキストシャドウによる Safari ブラウザの例外

その他の既知の問題

Expand Down Expand Up @@ -106,6 +112,8 @@ Incapacité à gérer correctement les symboles au début des dialogues

Affichage anormal des dialogues lors de l'utilisation des paramètres -concat -notend

(4.4.3.1 corrigé) Affichage anormal du nom de la boîte de texte
(4.4.3.1 Correction) Affichage anormal du nom de la boîte de texte

(4.4.3.2 Correction) Exception du navigateur Safari due aux ombres du texte

Autres problèmes connus

0 comments on commit cb8d700

Please sign in to comment.