@famibee/skynovel 1.25.9 → 1.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +46 -0
- package/app.js +250 -142
- package/appMain.js +3 -0
- package/core/lib/appMain.d.ts.map +1 -1
- package/core/lib/preload.d.ts +4 -1
- package/core/lib/preload.d.ts.map +1 -1
- package/core/lib/preload.js +1 -0
- package/core/lib/sn/CmnInterface.d.ts +3 -2
- package/core/lib/sn/CmnInterface.d.ts.map +1 -1
- package/core/lib/sn/CmnTween.d.ts +1 -1
- package/core/lib/sn/CmnTween.d.ts.map +1 -1
- package/core/lib/sn/DesignCast.d.ts +2 -2
- package/core/lib/sn/DesignCast.d.ts.map +1 -1
- package/core/lib/sn/FocusMng.d.ts +1 -1
- package/core/lib/sn/FocusMng.d.ts.map +1 -1
- package/core/lib/sn/Grammar.d.ts +1 -1
- package/core/lib/sn/Grammar.d.ts.map +1 -1
- package/core/lib/sn/GrpLayer.d.ts +5 -3
- package/core/lib/sn/GrpLayer.d.ts.map +1 -1
- package/core/lib/sn/Layer.d.ts +2 -0
- package/core/lib/sn/Layer.d.ts.map +1 -1
- package/core/lib/sn/LayerMng.d.ts.map +1 -1
- package/core/lib/sn/SoundMng.d.ts.map +1 -1
- package/core/lib/sn/SysApp.d.ts +1 -1
- package/core/lib/sn/SysApp.d.ts.map +1 -1
- package/core/lib/sn/SysBase.d.ts.map +1 -1
- package/core/lib/sn/SysNode.d.ts +1 -1
- package/core/lib/sn/SysNode.d.ts.map +1 -1
- package/core/lib/sn/TxtStage.d.ts +1 -1
- package/core/lib/sn/TxtStage.d.ts.map +1 -1
- package/package.json +4 -4
- package/web.js +157 -104
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
## [1.27.1](https://github.com/famibee/SKYNovel/compare/v1.27.0...v1.27.1) (2022-01-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [playse][stopse][fadeoutse]にてObjの扱いでエラーになる件 ([ed92d0b](https://github.com/famibee/SKYNovel/commit/ed92d0b82942f3fbaf0c9da338b76d21a29339d8))
|
|
7
|
+
|
|
8
|
+
- fix: [playse][stopse][fadeoutse]にてオブジェクトの扱いによりエラーになる場合に対応
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# [1.27.0](https://github.com/famibee/SKYNovel/compare/v1.26.0...v1.27.0) (2022-01-11)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* [update_check]DLでアーキテクチャ(x32、x64など)別の対応が可能に ([b8e569f](https://github.com/famibee/SKYNovel/commit/b8e569febb418f69c58879cab036d370fa66a3f1))
|
|
17
|
+
|
|
18
|
+
- feat: [update_check]のアプリダウンロードでアーキテクチャ(ia32、x64など)別の対応が可能に
|
|
19
|
+
- 拡張機能により生成された _index.json ファイルを使用
|
|
20
|
+
- 旧版の .yml ファイルもしばらく対応する
|
|
21
|
+
- feat: アプリ実行時に OSや CPU アーキテクチャに対応するファイルが見つからない場合、同じOSのファイルをすべてダウンロードさせる
|
|
22
|
+
- fix: [update_check]でDLするか確認するダイアログを無効にしていたのを修正
|
|
23
|
+
- fix: [update_check]のダウンロードテクノロジーを[snapshot]と同じにし、保存ダイアログなしでダウンロードフォルダに保存するように
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# [1.26.0](https://github.com/famibee/SKYNovel/compare/v1.25.10...v1.26.0) (2022-01-10)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* [tsy]にrender属性追加(半透明時に差分境界が見える件対応) ([0608345](https://github.com/famibee/SKYNovel/commit/060834572a621feafbf4df6c18b071041ca80ecd))
|
|
32
|
+
|
|
33
|
+
- feat: [tsy]にrender属性追加。trueを指定すると[trans]のように絵を合成してから不透明度を適用するように(半透明時に差分境界が見えなくなる)
|
|
34
|
+
- fix: nullではなくなるべくundefinedを使用するように(TypeScriptチームに倣い)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## [1.25.10](https://github.com/famibee/SKYNovel/compare/v1.25.9...v1.25.10) (2022-01-09)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* 前更新で[trans]がちらつくようになったのを修正 ([75b83d6](https://github.com/famibee/SKYNovel/commit/75b83d68a474c674e7070a1e82668f63997a6e68))
|
|
43
|
+
|
|
44
|
+
- fix: 前更新で[trans]がちらつくようになったのを修正
|
|
45
|
+
|
|
46
|
+
|
|
1
47
|
## [1.25.9](https://github.com/famibee/SKYNovel/compare/v1.25.8...v1.25.9) (2022-01-09)
|
|
2
48
|
|
|
3
49
|
|