@famibee/skynovel 1.25.10 → 1.27.2
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 +47 -0
- package/app.js +258 -156
- 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 +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 +165 -118
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
|
1
|
+
## [1.27.2](https://github.com/famibee/SKYNovel/compare/v1.27.1...v1.27.2) (2022-01-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [r]を挟むと[span]色変更がキャンセルされる件 ([88224d3](https://github.com/famibee/SKYNovel/commit/88224d3f5c59a0d1501fc94b125fdad6e004a3e5))
|
|
7
|
+
|
|
8
|
+
- fix: [r]を挟むと[span]色変更がキャンセルされる件
|
|
9
|
+
- fix: [tcy]で[tcy t='Day 1']と半角を入れると表示が変になる件
|
|
10
|
+
- fix: (問題ないか確認しつつ)Promise.all を Promise.allSettled に
|
|
11
|
+
|
|
12
|
+
## [1.27.1](https://github.com/famibee/SKYNovel/compare/v1.27.0...v1.27.1) (2022-01-12)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* [playse][stopse][fadeoutse]にてObjの扱いでエラーになる件 ([ed92d0b](https://github.com/famibee/SKYNovel/commit/ed92d0b82942f3fbaf0c9da338b76d21a29339d8))
|
|
18
|
+
|
|
19
|
+
- fix: [playse][stopse][fadeoutse]にてオブジェクトの扱いによりエラーになる場合に対応
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.27.0](https://github.com/famibee/SKYNovel/compare/v1.26.0...v1.27.0) (2022-01-11)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* [update_check]DLでアーキテクチャ(x32、x64など)別の対応が可能に ([b8e569f](https://github.com/famibee/SKYNovel/commit/b8e569febb418f69c58879cab036d370fa66a3f1))
|
|
28
|
+
|
|
29
|
+
- feat: [update_check]のアプリダウンロードでアーキテクチャ(ia32、x64など)別の対応が可能に
|
|
30
|
+
- 拡張機能により生成された _index.json ファイルを使用
|
|
31
|
+
- 旧版の .yml ファイルもしばらく対応する
|
|
32
|
+
- feat: アプリ実行時に OSや CPU アーキテクチャに対応するファイルが見つからない場合、同じOSのファイルをすべてダウンロードさせる
|
|
33
|
+
- fix: [update_check]でDLするか確認するダイアログを無効にしていたのを修正
|
|
34
|
+
- fix: [update_check]のダウンロードテクノロジーを[snapshot]と同じにし、保存ダイアログなしでダウンロードフォルダに保存するように
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# [1.26.0](https://github.com/famibee/SKYNovel/compare/v1.25.10...v1.26.0) (2022-01-10)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* [tsy]にrender属性追加(半透明時に差分境界が見える件対応) ([0608345](https://github.com/famibee/SKYNovel/commit/060834572a621feafbf4df6c18b071041ca80ecd))
|
|
43
|
+
|
|
44
|
+
- feat: [tsy]にrender属性追加。trueを指定すると[trans]のように絵を合成してから不透明度を適用するように(半透明時に差分境界が見えなくなる)
|
|
45
|
+
- fix: nullではなくなるべくundefinedを使用するように(TypeScriptチームに倣い)
|
|
46
|
+
|
|
47
|
+
|
|
1
48
|
## [1.25.10](https://github.com/famibee/SKYNovel/compare/v1.25.9...v1.25.10) (2022-01-09)
|
|
2
49
|
|
|
3
50
|
|