-
Notifications
You must be signed in to change notification settings - Fork 4
/
RELEASE_NOTES.xml
622 lines (564 loc) · 26.3 KB
/
RELEASE_NOTES.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
<?xml version="1.0" encoding="UTF-8"?>
<release_notes>
<name>RINGS</name>
<!--
#Placeholder#
BuildNo : ビルド番号
Timestamp : タイムスタンプ
Tag : タグ
ArchiveFileName : アーカイブファイル名
-->
<note>
<version>0.0.1.3711</version>
<channel>Beta</channel>
<timestamp>2019-02-16T11:41:15.7929806+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.1.3711-Beta/RINGS_v0_0_1_3711_Beta.zip</uri>
<description>
* アップデートチェック機能、アップデート機能を搭載した
* チャットオーバーレイをトリプルクリックすると最小化する機能を追加した
* システムメッセージなど話者が存在しないチャットログが扱えなくなっていた不具合を修正した
* 最後の発言からの経過時間で自動消去したときに復帰しない場合がある不具合を修正した
* チャットオーバーレイのスクロールバーの幅を小さくした
* チャットオーバーレイにコンテキストメニューを搭載した
</description>
</note>
<note>
<version>0.0.2.3801</version>
<channel>Beta</channel>
<timestamp>2019-02-17T01:20:39.7898034+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.2.3801-Beta/RINGS_v0_0_2_3801_Beta.zip</uri>
<description>
* チャットオーバーレイを最小化するボタンを追加した
</description>
</note>
<note>
<version>0.0.3.3910</version>
<channel>Beta</channel>
<timestamp>2019-02-18T10:36:34.4710422+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.3.3910-Beta/RINGS_v0_0_3_3910_Beta.zip</uri>
<description>
* 特定のキーワードのログを無視するフィルタを追加した
</description>
</note>
<note>
<version>0.0.4.4011</version>
<channel>Beta</channel>
<timestamp>2019-02-19T11:54:10.3510463+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.4.4011-Beta/RINGS_v0_0_4_4011_Beta.zip</uri>
<description>
* PvP Team関係, Beginner関係 のチャットチャンネルに対応した
* 古いバージョンの設定ファイルを最新バージョンに移行する処理を追加した
</description>
</note>
<note>
<version>0.0.5.4021</version>
<channel>Beta</channel>
<timestamp>2019-02-19T21:21:28.2465190+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.5.4021-Beta/RINGS_v0_0_5_4021_Beta.zip</uri>
<description>
* ビギナー系チャンネルにシステムメッセージ系が混ざっていた不具合を修正した
</description>
</note>
<note>
<version>0.0.6.4113</version>
<channel>Beta</channel>
<timestamp>2019-02-20T13:51:34.4968248+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.6.4113-Beta/RINGS_v0_0_6_4113_Beta.zip</uri>
<description>
* 添付画像の最大表示幅をより広くした
* アップデート通知Windowの見た目を調整した
* Release Notesに記載されているURLが間違っていた不具合を修正した
</description>
</note>
<note>
<version>0.0.7.4319</version>
<channel>Beta</channel>
<timestamp>2019-02-22T19:45:57.1489087+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.7.4319-Beta/RINGS_v0_0_7_4319_Beta.zip</uri>
<description>
* アップデートが実施できなかった不具合を修正した
</description>
</note>
<note>
<version>0.0.8.4401</version>
<channel>Beta</channel>
<timestamp>2019-02-23T01:17:09.5262006+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.8.4401-Beta/RINGS_v0_0_8_4401_Beta.zip</uri>
<description>
* Current Player が変更されたときにアクティブプロファイルが正しく切り替わらない不具合を修正した
</description>
</note>
<note>
<version>0.0.9.4415</version>
<channel>Beta</channel>
<timestamp>2019-02-23T15:57:36.7321812+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.9.4415-Beta/RINGS_v0_0_9_4415_Beta.zip</uri>
<description>
* Current Player が変更されたときにアクティブプロファイルが正しく切り替わらない不具合を修正した
</description>
</note>
<note>
<version>0.0.10.4519</version>
<channel>Beta</channel>
<timestamp>2019-02-24T19:10:46.9300361+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.10.4519-Beta/RINGS_v0_0_10_4519_Beta.zip</uri>
<description>
* 任意にアップデートをチェックをすると例外になる不具合を修正した
</description>
</note>
<note>
<version>0.0.11.4615</version>
<channel>Beta</channel>
<timestamp>2019-02-25T15:58:46.8211642+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.11.4615-Beta/RINGS_v0_0_11_4615_Beta.zip</uri>
<description>
* 埋込みブラウザを搭載した
* チャットの埋込みリンクを開く動作を埋込みブラウザにできるようにした
* チャットの埋込みリンクを開く動作を埋込みブラウザをデフォルトにした
</description>
</note>
<note>
<version>0.0.13.4807</version>
<channel>Beta</channel>
<timestamp>2019-02-27T07:44:16.7276084+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.0.13.4807-Beta/RINGS_v0_0_13_4807_Beta.zip</uri>
<description>
* 埋込みブラウザを搭載した
* チャットの埋込みリンクを開く動作を埋込みブラウザにできるようにした
* チャットの埋込みリンクを開く動作を埋込みブラウザをデフォルトにした
* 埋込みブラウザから画像を保存できるようにした
* ログイン直後のチャットログが二重に表示されてしまう場合がある不具合を修正した
</description>
</note>
<note>
<version>0.1.0.4911</version>
<channel>Beta</channel>
<timestamp>2019-02-28T11:38:28.3145466+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.1.0.4911-Beta/RINGS_v0_1_0_4911_Beta.zip</uri>
<description>
* RC1
* 最後の発言から一定時間経過で消去するときにアイコン化するように変更した
* クレジット表記を追加した
</description>
</note>
<note>
<version>0.2.0.2314</version>
<channel>Beta</channel>
<timestamp>2019-03-01T14:45:55.0895698+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.2.0.2314-Beta/RINGS_v0_2_0_2314_Beta.zip</uri>
<description>
* RC2
* メインウィンドウを最小化させたときにバルーンメッセージを表示するようにした
* 多重起動を防止するようにした
* Botの設定とチャンネルの設定の位置を上下入れ替えた
* Botのテスト時のエラーメッセージ等を整備した
* FFXIVまたはRINGSがアクティブのときのみオーバーレイが表示されることをツールチップで通知するようにした
* オーバーレイの詳細設定への入り方を変更した(ダブルクリックからシングルクリックに変えた)
* ログが多重に表示される場合がある不具合を修正した
* RINGSから直接添付ファイルを送れるようにした
* RINGSから直接クリップボード画像を送れるようにした
* スクリーンキャプチャーと編集及び自動的にクリップボードに保存できるようにした
</description>
</note>
<note>
<version>0.3.0.2401</version>
<channel>Beta</channel>
<timestamp>2019-03-02T01:32:40.6225427+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.3.0.2401-Beta/RINGS_v0_3_0_2401_Beta.zip</uri>
<description>
* RC3
* タブを追加したときにそのタブにチャットログが表示されない場合がある不具合を修正した
* チャットオーバーレイの最小化ボタンをやや大きくした
</description>
</note>
<note>
<version>0.3.1.2413</version>
<channel>Beta</channel>
<timestamp>2019-03-02T13:17:59.5095518+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.3.1.2413-Beta/RINGS_v0_3_1_2413_Beta.zip</uri>
<description>
* RC3.1
* ログのコンテキストメニューから選択文字列をERIONESで検索できるようにした
</description>
</note>
<note>
<version>0.3.2.2423</version>
<channel>Beta</channel>
<timestamp>2019-03-02T23:00:51.8454747+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.3.2.2423-Beta/RINGS_v0_3_2_2423_Beta.zip</uri>
<description>
* RC3.2
* 非アクティブ状態から復帰したときにログが選択できなくなる不具合を修正した
</description>
</note>
<note>
<version>0.3.3.2609</version>
<channel>Beta</channel>
<timestamp>2019-03-04T09:18:01.3869670+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.3.3.2609-Beta/RINGS_v0_3_3_2609_Beta.zip</uri>
<description>
* RC3.3
* Ctrl+A, Ctrl+C のショートカットを搭載した
</description>
</note>
<note>
<version>0.3.4.2811</version>
<channel>Beta</channel>
<timestamp>2019-03-06T11:39:54.8704090+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v0.3.4.2811-Beta/RINGS_v0_3_4_2811_Beta.zip</uri>
<description>
* RC3.4
* RESET SUBSCRIBERS をタスクトレイアイコンのコンテキストメニューからも実行できるようにした
* チャットオーバーレイを任意に最小化しているときに新しい発言を受信すると最小化が解除されてしまう不具合を修正した
</description>
</note>
<note>
<version>1.0.0.3309</version>
<channel>Stable</channel>
<timestamp>2019-03-11T09:39:56.8283752+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.0.0.3309-Stable/RINGS_v1_0_0_3309_Stable.zip</uri>
<description>
* チャットオーバーレイのフェードアウト処理中に発言があるとオーバーレイが復帰しない場合がある不具合を修正した
* フォアグラウンドアプリケーションの判定スレッドを変更した
* 30秒間発言がない場合チャットログの購読間隔を100msに延長するアイドルモードを追加した
アイドルモードは自動的に適用されます。
チャット入力時に使用するであろう Enterキー、Spaceキー の入力を検知してアイドルモードを解除するようになっています。
* チャットログの購読スレッドの優先順位を Normal から BelowNormal に変更した
* チャットログの購読スレッドの優先順位を任意に設定できるようにした
</description>
</note>
<note>
<version>1.1.0.3618</version>
<channel>Stable</channel>
<timestamp>2019-03-14T18:23:16.7601506+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.0.3618-Stable/RINGS_v1_1_0_3618_Stable.zip</uri>
<description>
* 発言者をハイパーリンク化しクリックでFFLogsで検索できるようにした
* 任意のキャラ名を入力してFFLogsを開くダイアログを追加した
</description>
</note>
<note>
<version>1.1.1.3801</version>
<channel>Stable</channel>
<timestamp>2019-03-16T01:16:46.1587826+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.1.3801-Stable/RINGS_v1_1_1_3801_Stable.zip</uri>
<description>
* FFLogsリンクが正しく生成されず404エラーになる場合がある不具合を修正した
</description>
</note>
<note>
<version>1.1.2.4711</version>
<channel>Stable</channel>
<timestamp>2019-03-25T11:02:48.7397256+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.2.4711-Stable/RINGS_v1_1_2_4711_Stable.zip</uri>
<description>
* 添付ファイル送信時のテキストボックスが折り返しなしになっていた不具合を修正した
</description>
</note>
<note>
<version>1.1.3.5016</version>
<channel>Stable</channel>
<timestamp>2019-03-28T16:55:16.5792165+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.3.5016-Stable/RINGS_v1_1_3_5016_Stable.zip</uri>
<description>
* チャットのログの除外フィルタが保存されない不具合を修正した
* チャットログの重複を除外する受付時間を 250ms から 300ms に延長した
* チャットログの重複を除外する受付時間を変更できるようにした
</description>
</note>
<note>
<version>1.1.4.5023</version>
<channel>Stable</channel>
<timestamp>2019-03-28T23:07:19.5255505+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.4.5023-Stable/RINGS_v1_1_4_5023_Stable.zip</uri>
<description>
* NPC のチャットチャンネルを表示できなかった不具合を修正した
</description>
</note>
<note>
<version>1.1.5.4111</version>
<channel>Stable</channel>
<timestamp>2019-04-18T11:29:21.8110857+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.5.4111-Stable/RINGS_v1_1_5_4111_Stable.zip</uri>
<description>
* ワールド名がキャラクター名に含まれている場合に正しく動作しない不具合を修正した (Asura Edition)
</description>
</note>
<note>
<version>1.1.6.4510</version>
<channel>Stable</channel>
<timestamp>2019-04-22T10:46:33.2664826+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.6.4510-Stable/RINGS_v1_1_6_4510_Stable.zip</uri>
<description>
* 画像を表示するときのopacityを指定できるようにした
</description>
</note>
<note>
<version>1.1.7.5214</version>
<channel>Stable</channel>
<timestamp>2019-04-29T14:38:17.2158881+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.7.5214-Stable/RINGS_v1_1_7_5214_Stable.zip</uri>
<description>
* lockファイルの作成場所を変更した
</description>
</note>
<note>
<version>1.1.8.3716</version>
<channel>Stable</channel>
<timestamp>2019-05-13T16:44:37.8641307+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.1.8.3716-Stable/RINGS_v1_1_8_3716_Stable.zip</uri>
<description>
* レンダリングをCPUに限定した
</description>
</note>
<note>
<version>1.2.0.4311</version>
<channel>Stable</channel>
<timestamp>2019-05-19T17:40:43.2040145+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.0.4311-Stable/RINGS_v1_2_0_4311_Stable.zip</uri>
<description>
* 複数のオーバーレイを使用したときに初期のオーバーレイにチャットログが表示されない場合がある不具合を修正した
* 発言のタイムスタンプを表示するオプションを搭載した
</description>
</note>
<note>
<version>1.2.1.2810</version>
<channel>Stable</channel>
<timestamp>2019-06-03T10:20:06.3576747+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.1.2810-Stable/RINGS_v1_2_1_2810_Stable.zip</uri>
<description>
* PC名にハイフンが含まれるときチャットを拾えない不具合を修正した
* チャットログバッファのガーベージを搭載した
* 非アクティブ時に隠さないオプションを追加した
</description>
</note>
<note>
<version>1.2.2.2919</version>
<channel>Stable</channel>
<timestamp>2019-06-04T19:48:59.7683766+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.2.2919-Stable/RINGS_v1_2_2_2919_Stable.zip</uri>
<description>
* PC名にハイフンが含まれるときチャットを拾えない不具合を修正した
</description>
</note>
<note>
<version>1.2.3.3008</version>
<channel>Stable</channel>
<timestamp>2019-06-05T08:14:41.3877283+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.3.3008-Stable/RINGS_v1_2_3_3008_Stable.zip</uri>
<description>
* 発言毎にオーバーレイが再描画されてしまう不具合を修正した
</description>
</note>
<note>
<version>1.2.4.3321</version>
<channel>Stable</channel>
<timestamp>2019-06-08T21:30:44.0222816+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.4.3321-Stable/RINGS_v1_2_4_3321_Stable.zip</uri>
<description>
* チャットログの一部の行が残ってしまう場合がある不具合を修正した
</description>
</note>
<note>
<version>1.2.5.4217</version>
<channel>Stable</channel>
<timestamp>2019-06-17T17:47:31.9701391+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.5.4217-Stable/RINGS_v1_2_5_4217_Stable.zip</uri>
<description>
* [Minor] ロックファイルの生成場所を変更した
</description>
</note>
<note>
<version>1.2.6.4913</version>
<channel>Stable</channel>
<timestamp>2019-06-24T13:48:09.6260166+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.6.4913-Stable/RINGS_v1_2_6_4913_Stable.zip</uri>
<description>
* [Minor] オーバーレイのレイアウト、マージンを調整した
* [Minor] 書式設定後のチャットログをキャッシュするようにした
</description>
</note>
<note>
<version>1.2.7.4923</version>
<channel>Stable</channel>
<timestamp>2019-06-24T23:00:41.4172599+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.2.7.4923-Stable/RINGS_v1_2_7_4923_Stable.zip</uri>
<description>
* [Minor] チャットのタブを切り替えたときに例外になってしまう不具合を修正した
</description>
</note>
<note>
<version>1.3.0.2809</version>
<channel>Beta</channel>
<timestamp>2019-07-02T09:16:00.3409889+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.3.0.2809-Beta/RINGS_v1_3_0_2809_Beta.zip</uri>
<description>
* [Major] CWLS2-8の定義を追加した
</description>
</note>
<note>
<version>1.3.1.3013</version>
<channel>Stable</channel>
<timestamp>2019-07-04T13:04:47.8867198+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.3.1.3013-Stable/RINGS_v1_3_1_3013_Stable.zip</uri>
<description>
* [Major] CWLS2-8の定義を追加した
* [Major] sharlayan のresourcesの更新により5.0に対応した
* [Minor] sharlayan のresourcesをキャッシュしないようにした
</description>
</note>
<note>
<version>1.4.0.3100</version>
<channel>Stable</channel>
<timestamp>2019-07-05T00:42:26.7118307+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.0.3100-Stable/RINGS_v1_4_0_3100_Stable.zip</uri>
<description>
* [Major] チャットを Boyomichan プロトコル互換TCPサーバーに送信する機能を追加した
</description>
</note>
<note>
<version>1.4.1.3116</version>
<channel>Stable</channel>
<timestamp>2019-07-05T16:06:45.9572950+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.1.3116-Stable/RINGS_v1_4_1_3116_Stable.zip</uri>
<description>
* [Minor] 自身の発言をTTSに送らないオプションを追加した
</description>
</note>
<note>
<version>1.4.2.4512</version>
<channel>Stable</channel>
<timestamp>2019-07-19T12:40:13.3267677+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.2.4512-Stable/RINGS_v1_4_2_4512_Stable.zip</uri>
<description>
* [Minor] TTSをTCPサーバーへ送るときにまとめてストリームに書き込むように変更した
</description>
</note>
<note>
<version>1.4.3.4611</version>
<channel>Stable</channel>
<timestamp>2019-07-20T11:05:10.5985393+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.3.4611-Stable/RINGS_v1_4_3_4611_Stable.zip</uri>
<description>
* [Minor] ログが同時に大量に発生したときに描画およびTTSへの送信が遅延する不具合を修正した
</description>
</note>
<note>
<version>1.4.4.5613</version>
<channel>Stable</channel>
<timestamp>2019-11-26T13:08:06.9990209+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.4.5613-Stable/RINGS_v1_4_4_5613_Stable.zip</uri>
<description>
* [Minor] FFXIVを実行していないときはオーバーレイを隠すようにした
* [Minor] FFXIVを実行していないときにアプリケーションをシャットダウンするオプションを追加した
</description>
</note>
<note>
<version>1.4.4.3615</version>
<channel>Stable</channel>
<timestamp>2019-12-05T15:38:04.7590190+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.4.3615-Stable/RINGS_v1_4_4_3615_Stable.zip</uri>
<description>
* [Minor] アプリケーションのシャットダウン時の判定におけるバグを修正した
</description>
</note>
<note>
<version>1.4.5.3615</version>
<channel>Stable</channel>
<timestamp>2019-12-05T15:39:58.0414250+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.5.3615-Stable/RINGS_v1_4_5_3615_Stable.zip</uri>
<description>
* [Minor] アプリケーションのシャットダウン時の判定におけるバグを修正した
</description>
</note>
<note>
<version>1.4.6.5900</version>
<channel>Stable</channel>
<timestamp>2019-12-28T00:46:25.3971882+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.6.5900-Stable/RINGS_v1_4_6_5900_Stable.zip</uri>
<description>
* [Minor] 常に管理者権限で起動するようにした
</description>
</note>
<note>
<version>1.4.7.3116</version>
<channel>Stable</channel>
<timestamp>2020-01-10T16:53:58.3676172+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.7.3116-Stable/RINGS_v1_4_7_3116_Stable.zip</uri>
<description>
* [Minor] fixed #26 チャットログの描画について仮想化を有効にした
</description>
</note>
<note>
<version>1.4.8.4114</version>
<channel>Stable</channel>
<timestamp>2020-02-19T14:09:06.1809976+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.8.4114-Stable/RINGS_v1_4_8_4114_Stable.zip</uri>
<description>
* [Minor] sharlayan が正しく動作していないときでもそれなりに動作するような対応を搭載した
</description>
</note>
<note>
<version>1.4.9.4811</version>
<channel>Stable</channel>
<timestamp>2020-02-26T11:26:11.7088270+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.9.4811-Stable/RINGS_v1_4_9_4811_Stable.zip</uri>
<description>
* [Minor] sharlayan のローカルキャッシュのクリアを修正した
</description>
</note>
<note>
<version>1.4.10.3814</version>
<channel>Stable</channel>
<timestamp>2020-04-14T14:31:31.1375768+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.10.3814-Stable/RINGS_v1_4_10_3814_Stable.zip</uri>
<description>
* [Minor] sharlayan からのログの出力を追加した
</description>
</note>
<note>
<version>1.4.11.3818</version>
<channel>Stable</channel>
<timestamp>2020-04-14T18:09:06.2698014+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.11.3818-Stable/RINGS_v1_4_11_3818_Stable.zip</uri>
<description>
* [Minor] 話者の切り出し方法を修正した
</description>
</note>
<note>
<version>1.4.12.3823</version>
<channel>Stable</channel>
<timestamp>2020-04-14T23:45:18.5644355+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.12.3823-Beta/RINGS_v1_4_12_3823_Beta.zip</uri>
<description>
* [Minor] 話者の切り出し方法を修正した
</description>
</note>
<note>
<version>1.4.12.3916</version>
<channel>Stable</channel>
<timestamp>2020-04-15T16:15:39.7418053+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.12.3916-Stable/RINGS_v1_4_12_3916_Stable.zip</uri>
<description>
* [Minor] デバッグ用の生チャットログの出力を切り替えられるようにした
</description>
</note>
<note>
<version>1.4.13.5419</version>
<channel>Stable</channel>
<timestamp>2020-04-30T19:11:01.8613099+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.13.5419-Stable/RINGS_v1_4_13_5419_Stable.zip</uri>
<description>
* [Minor] チャットログの話者の分解の精度を改善した
</description>
</note>
<note>
<version>1.5.0.3911</version>
<channel>Stable</channel>
<timestamp>2021-09-09T11:13:28.5913948+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.5.0.3911-Stable/RINGS_v1_5_0_3911_Stable.zip</uri>
<description>
* [Major] Sharlayanを最新バージョンに更新した
</description>
</note>
</release_notes>