@famibee/skynovel 1.25.4 → 1.25.8
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 +50 -0
- package/app.js +158 -228
- package/appMain.js +31 -16
- package/core/lib/appMain.d.ts +1 -1
- package/core/lib/appMain.d.ts.map +1 -1
- package/core/lib/preload.d.ts +1 -1
- package/core/lib/preload.d.ts.map +1 -1
- package/core/lib/preload.js +1 -1
- package/core/lib/sn/CmnLib.d.ts +1 -1
- package/core/lib/sn/CmnLib.d.ts.map +1 -1
- package/core/lib/sn/DebugMng.d.ts.map +1 -1
- package/core/lib/sn/EventMng.d.ts +1 -1
- package/core/lib/sn/EventMng.d.ts.map +1 -1
- package/core/lib/sn/FrameMng.d.ts.map +1 -1
- package/core/lib/sn/LayerMng.d.ts +3 -3
- package/core/lib/sn/LayerMng.d.ts.map +1 -1
- package/core/lib/sn/ScriptIterator.d.ts +0 -1
- package/core/lib/sn/ScriptIterator.d.ts.map +1 -1
- package/core/lib/sn/SoundMng.d.ts.map +1 -1
- package/core/lib/sn/SysApp.d.ts.map +1 -1
- package/core/lib/sn/Variable.d.ts.map +1 -1
- package/package.json +7 -7
- package/web.js +102 -111
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
|
1
|
+
## [1.25.8](https://github.com/famibee/SKYNovel/compare/v1.25.7...v1.25.8) (2022-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 上げなおし:21年末時点版(ライブラリは更新) ([3f47a05](https://github.com/famibee/SKYNovel/commit/3f47a05fa9acd6121192b323950e647935ef56c6))
|
|
7
|
+
|
|
8
|
+
- fix: Windowsのみ:全画面から戻ると、一拍置いて極小画面サイズになる件
|
|
9
|
+
- fix: [fade]系にスキップ時処理を追記
|
|
10
|
+
- fix: 非パッケージだと versionが Electronの値になる件対応
|
|
11
|
+
- fix: const.sn.bookmark.json の値を実際のパスに置換しないように
|
|
12
|
+
- fix: [add_frame]での内部画像パス置換処理を修正
|
|
13
|
+
- fix: ライブラリ更新
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [1.25.7](https://github.com/famibee/SKYNovel/compare/v1.25.6...v1.25.7) (2021-12-28)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* [update_check]アップデート機能が動作不良だったので、暫定修正 ([31e1f6d](https://github.com/famibee/SKYNovel/commit/31e1f6d9d16f12b657b3a7a317f712c3599a470f))
|
|
22
|
+
|
|
23
|
+
- fix: [update_check]アップデート機能が動作不良だったので、暫定修正
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [1.25.6](https://github.com/famibee/SKYNovel/compare/v1.25.5...v1.25.6) (2021-12-27)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* [waitclick]にスキップや自動読み到達時は自動キャンセル。クリック二回必要になる ([af113cb](https://github.com/famibee/SKYNovel/commit/af113cb786b2523fcc312fab9b61477d3434258e))
|
|
32
|
+
|
|
33
|
+
- fix: [waitclick]にスキップや自動読み到達時は自動キャンセル。クリック二回必要になるので
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [1.25.5](https://github.com/famibee/SKYNovel/compare/v1.25.4...v1.25.5) (2021-12-26)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* 自動読みとスキップ関係修正 ([155f660](https://github.com/famibee/SKYNovel/commit/155f6609068abf9234c8ce1fb2e59ebe8168dcb4))
|
|
42
|
+
|
|
43
|
+
- fix: [set_cancel_skip]でエラーになる場合がある件
|
|
44
|
+
- fix: 自動読みなどがクリックですぐに止まらない件
|
|
45
|
+
- fix: 自動読み中クリックでクリック待ち状態に移行するように
|
|
46
|
+
- fix: [ch]で属性waitを指定しないとスキップ時に文字表示がスキップされなかった件
|
|
47
|
+
- fix: [tsy_frame]で長押しスキップされない件
|
|
48
|
+
- fix: [waitclick]は吉里吉里仕様【スキップできない】記述から、スキップや自動読みさせないように
|
|
49
|
+
|
|
50
|
+
|
|
1
51
|
## [1.25.4](https://github.com/famibee/SKYNovel/compare/v1.25.3...v1.25.4) (2021-12-26)
|
|
2
52
|
|
|
3
53
|
|