@famibee/skynovel 1.25.1 → 1.25.5

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 CHANGED
@@ -1,3 +1,52 @@
1
+ ## [1.25.5](https://github.com/famibee/SKYNovel/compare/v1.25.4...v1.25.5) (2021-12-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 自動読みとスキップ関係修正 ([155f660](https://github.com/famibee/SKYNovel/commit/155f6609068abf9234c8ce1fb2e59ebe8168dcb4))
7
+
8
+ - fix: [set_cancel_skip]でエラーになる場合がある件
9
+ - fix: 自動読みなどがクリックですぐに止まらない件
10
+ - fix: 自動読み中クリックでクリック待ち状態に移行するように
11
+ - fix: [ch]で属性waitを指定しないとスキップ時に文字表示がスキップされなかった件
12
+ - fix: [tsy_frame]で長押しスキップされない件
13
+ - fix: [waitclick]は吉里吉里仕様【スキップできない】記述から、スキップや自動読みさせないように
14
+
15
+
16
+ ## [1.25.4](https://github.com/famibee/SKYNovel/compare/v1.25.3...v1.25.4) (2021-12-26)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * ラベルジャンプ処理内で[let_ml][endlet_ml]ブロック以降の行番号が狂う件 ([92aff23](https://github.com/famibee/SKYNovel/commit/92aff2394630f4d3001b1c5db519b20410dffb0e))
22
+
23
+ - fix: ラベルジャンプ処理内で[let_ml][endlet_ml]ブロック以降の行番号が狂う件
24
+
25
+
26
+ ## [1.25.3](https://github.com/famibee/SKYNovel/compare/v1.25.2...v1.25.3) (2021-12-25)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * 本文冒頭でリジューム(load&save)するとエラーになる件 ([1f3f978](https://github.com/famibee/SKYNovel/commit/1f3f978b81c85b97fc4988a21599a57cae6e4de3))
32
+
33
+ - fix: 本文冒頭でリジューム(load&save)するとエラーになる件
34
+ - docs: [event]にcall属性記述が抜けていたのを修正
35
+
36
+
37
+ ## [1.25.2](https://github.com/famibee/SKYNovel/compare/v1.25.1...v1.25.2) (2021-12-24)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * 引数の省略時デフォルト値が空文字の場合、引数が渡されない件(a=%b|'' など) ([25f2a91](https://github.com/famibee/SKYNovel/commit/25f2a914d3c98e3a15014b3f0495b09fa6089d35))
43
+
44
+ - fix: 引数の省略時デフォルト値が空文字の場合、引数が渡されない件(a=%b|'' など)
45
+ - fix: 前回更新でややムダな処理があったのを改善
46
+ - fix: タグ名・resvTokenなど、内部使用属性名を同名属性指定により壊されない対策
47
+ - fix: AnalyzeTagArg テスト追記
48
+
49
+
1
50
  ## [1.25.1](https://github.com/famibee/SKYNovel/compare/v1.25.0...v1.25.1) (2021-12-24)
2
51
 
3
52