@famibee/skynovel 1.25.3 → 1.25.7
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 +45 -0
- package/app.js +162 -228
- 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 +1 -2
- 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/SysApp.d.ts.map +1 -1
- package/package.json +2 -2
- package/web.js +118 -126
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
|
1
|
+
## [1.25.7](https://github.com/famibee/SKYNovel/compare/v1.25.6...v1.25.7) (2021-12-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [update_check]アップデート機能が動作不良だったので、暫定修正 ([31e1f6d](https://github.com/famibee/SKYNovel/commit/31e1f6d9d16f12b657b3a7a317f712c3599a470f))
|
|
7
|
+
|
|
8
|
+
- fix: [update_check]アップデート機能が動作不良だったので、暫定修正
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [1.25.6](https://github.com/famibee/SKYNovel/compare/v1.25.5...v1.25.6) (2021-12-27)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* [waitclick]にスキップや自動読み到達時は自動キャンセル。クリック二回必要になる ([af113cb](https://github.com/famibee/SKYNovel/commit/af113cb786b2523fcc312fab9b61477d3434258e))
|
|
17
|
+
|
|
18
|
+
- fix: [waitclick]にスキップや自動読み到達時は自動キャンセル。クリック二回必要になるので
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [1.25.5](https://github.com/famibee/SKYNovel/compare/v1.25.4...v1.25.5) (2021-12-26)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* 自動読みとスキップ関係修正 ([155f660](https://github.com/famibee/SKYNovel/commit/155f6609068abf9234c8ce1fb2e59ebe8168dcb4))
|
|
27
|
+
|
|
28
|
+
- fix: [set_cancel_skip]でエラーになる場合がある件
|
|
29
|
+
- fix: 自動読みなどがクリックですぐに止まらない件
|
|
30
|
+
- fix: 自動読み中クリックでクリック待ち状態に移行するように
|
|
31
|
+
- fix: [ch]で属性waitを指定しないとスキップ時に文字表示がスキップされなかった件
|
|
32
|
+
- fix: [tsy_frame]で長押しスキップされない件
|
|
33
|
+
- fix: [waitclick]は吉里吉里仕様【スキップできない】記述から、スキップや自動読みさせないように
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [1.25.4](https://github.com/famibee/SKYNovel/compare/v1.25.3...v1.25.4) (2021-12-26)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* ラベルジャンプ処理内で[let_ml][endlet_ml]ブロック以降の行番号が狂う件 ([92aff23](https://github.com/famibee/SKYNovel/commit/92aff2394630f4d3001b1c5db519b20410dffb0e))
|
|
42
|
+
|
|
43
|
+
- fix: ラベルジャンプ処理内で[let_ml][endlet_ml]ブロック以降の行番号が狂う件
|
|
44
|
+
|
|
45
|
+
|
|
1
46
|
## [1.25.3](https://github.com/famibee/SKYNovel/compare/v1.25.2...v1.25.3) (2021-12-25)
|
|
2
47
|
|
|
3
48
|
|