-
Notifications
You must be signed in to change notification settings - Fork 2
/
news.htm
725 lines (717 loc) · 28.6 KB
/
news.htm
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
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
<!DOCTYPE html>
<html>
<head>
<!--#include virtual="header.shtml" -->
<!-- OpenGraph/Twitter Meta Tags -->
<!-- Title -->
<title>News | KTDash.app</title>
<meta property="og:title" content="News | KTDash.app">
<meta name="twitter:title" content="News | KTDash.app">
<meta name="keywords" content="News, killteam, Kill Team, kill team roster builder, Octarius, Warhammer, 40000, 40k, wh40k, Roster, Battle Scribe, Printable, Card, Datacard, KTDash, dashboard">
<!-- Description -->
<meta name="description" content="KTDash is a web-based application for running your KillTeam games.">
<meta property="og:description" content="KTDash is a web-based application for running your KillTeam games.">
<meta name="twitter:description" content="KTDash is a web-based application for running your KillTeam games.">
<!-- URL -->
<meta property="og:url" content="https://ktdash.app/news.htm">
<meta property="twitter:url" content="https://ktdash.app/news.htm">
<!-- Image -->
<meta property="og:image" content="https://ktdash.app/img/og/News.png">
<meta name="twitter:image" content="https://ktdash.app/img/og/News.png">
<style>
<!--#include virtual="/css/styles.css" -->
</style>
</head>
<body ng-app="kt" ng-controller="ktCtrl" ng-init="initSession();">
<!--#include virtual="topnav.shtml" -->
<!-- Dialogs -->
<!--#include virtual="templates/dialogs.shtml" -->
<script type="text/javascript">
trackEvent("page", "news");
</script>
<h1 class="orange"><span class="far fa-newspaper fa-fw"></span> News</h1>
<div class="container">
<ul style="columns: 300px;">
<li>
<strong>06 Nov 2024</strong><br/>
Loaded <a href="/fa/CHAOS/kt/PM24">Plague Marines</a>!
</li>
<li>
<strong>23 Oct 2024</strong><br/>
Roster-level Equipment selections for kt2024 teams are now live! These are available on the <a href="/dashboard">Dashboard</a>
</li>
<li>
<strong>15 Oct 2024</strong><br/>
Loaded the last KT2024 team:
<ul>
<li><a href="/fa/IMP/kt/INQ24">Inquisitorial Agents</a></li>
</ul>
</li>
<li>
<strong>13 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/AEL/kt/VDT24">Void-Dancer Troupe</a></li>
<li><a href="/fa/IMP/kt/INB24">Imperial Navy Breachers</a></li>
<li><a href="/fa/AEL/kt/BOK24">Blades Of Khaine</a></li>
<li><a href="/fa/IMP/kt/ESS24">Elucidian Starstriders</a></li>
<li><a href="/fa/TAU/kt/FSKB24">Farstalker Kinband</a></li>
<li><a href="/fa/CHAOS/kt/CULT24">Chaos Cult</a></li>
<li><a href="/fa/TYR/kt/WB24">Wyrmblade</a></li>
</ul>
</li>
<li>
<strong>12 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/CHAOS/kt/GPI24">Gellerpox Infected</a></li>
</ul>
</li>
<li>
<strong>11 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/IMP/kt/NOV24">Novitiates</a></li>
<li><a href="/fa/IMP/kt/HC24">Hunter Clade</a></li>
</ul>
</li>
<li>
<strong>06 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/VOT/kt/HKS24">Hearthkyn Salvagers</a></li>
<li><a href="/fa/IMP/kt/AES24">Exaction Squad</a></li>
<li><a href="/fa/CHAOS/kt/FELL24">Fellgor Ravagers</a></li>
</ul>
</li>
<li>
<strong>05 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/AEL/kt/HOTA24">Hand Of The Archon</a></li>
<li><a href="/fa/TAU/kt/PF24">Pathfinders</a></li>
<li><a href="/fa/SPEC/kt/NPO">Non-Player Operatives</a> (for KT2024 joint operations)</li>
</ul>
</li>
<li>
<strong>03 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/CHAOS/kt/LEG24">Legionaries</a></li>
<li><a href="/fa/IMP/kt/KAS24">Kasrkin</a></li>
<li><a href="/fa/IMP/kt/DKK24">Death Korps</a></li>
<li><a href="/fa/CHAOS/kt/WC24">Warp Coven</a></li>
</ul>
</li>
<li>
<strong>02 Oct 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/IMP/kt/AOD">Angels Of Death</a></li>
<li><a href="/fa/IMP/kt/PHO24">Phobos Strike Team</a></li>
<li><a href="/fa/NEC/kt/HIER24">Hierotek Circle</a></li>
</ul>
</li>
<li>
<strong>23 Sep 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/VOT/kt/HKY24">Hernkyn Yaegirs</a></li>
<li><a href="/fa/AEL/kt/COR24">Corsair Voidscarred</a></li>
</ul>
</li>
<li>
<strong>22 Sep 2024</strong><br/>
Loaded more KT2024 teams:
<ul>
<li><a href="/fa/AEL/kt/MND24">Mandrakes</a></li>
<li><a href="/fa/CHAOS/kt/BLD24">Blooded</a></li>
<li><a href="/fa/IMP/kt/SCT24">Scout Squad</a></li>
<li><a href="/fa/ORK/kt/KOM24">Kommandos</a></li>
<li><a href="/fa/CHAOS/kt/NC24">Nemesis Claw</a></li>
</ul>
</li>
<li>
<strong>14 Sep 2024</strong><br/>
Everything is ready for KT2024! Are you?<br/>
Loaded the first two KT2024 killteams:
<ul>
<li><a href="/fa/IMP/kt/TEMPAQ">Tempestus Aquilons</a></li>
<li><a href="/fa/TAU/kt/VESP">Vespid Stingwings</a></li>
</ul>
</li>
<li>
<strong>14 Jul 2024</strong><br/>
Added new homebrew team <a href="/fa/HBR/kt/WDR">Warpdivers</a>!
</li>
<li>
<strong>28 Jun 2024</strong><br/>
<a href="https://www.warhammer-community.com/wp-content/uploads/2023/03/mVMatxuIveHaDNUd.pdf" target="_blank">2024Q2 Balance Dataslate</a> is loaded!
</li>
<li>
<strong>01 Jun 2024</strong><br/>
Two new KillTeams loaded!
<a href="https://ktdash.app/fa/VOT/kt/HKY">Herkyn Yaegir</a> and <a href="https://ktdash.app/fa/TYR/kt/BBRO">Brood Brother</a><br/>
<a href="/fa/VOT/kt/HKS">Hearthkyn Salvagers</a> have been moved to new Faction <a href="/fa/VOT">Leagues of Votann</a>.
</li>
<li>
<strong>20 Apr 2024</strong><br/>
New Homebrew <a href="https://ktdash.app/fa/HBR/kt/SHV">Space Hulk Veterans</a> killteam loaded!
</li>
<li>
<strong>06 Apr 2024</strong><br/>
Two new killteams loaded! <a href="https://ktdash.app/fa/AEL/kt/MND">Mandrakes</a> and <a href="https://ktdash.app/fa/CHAOS/kt/NC">Nemesis Claw</a>
</li>
<li>
<strong>27 Mar 2024</strong><br/>
Balance dataslate is loaded!
</li>
<li>
<strong>22 Mar 2024</strong><br/>
Redid all roster printing options, with new Card formats (Poker or Tarot, Vertical or Horizontal)
</li>
<li>
<strong>14 Mar 2024</strong><br/>
Errata applied!
Updated teams:
<ul>
<li>Void-Dancer Troupe</li>
<li>Pathfinders</li>
<li>Novitiates</li>
<li>Kommandoz</li>
<li>Inquisitorial Agents</li>
<li>Hierotek Circle</li>
<li>Hand of the Archon</li>
<li>Fellgor Ravagers</li>
<li>Chaos Cult</li>
<li>Blooded</li>
</ul>
</li>
<li>
<strong>02 Mar 2024</strong><br/>
Narrative Info: You can now fill in your roster's Requisition Points, Strategic Asset Notes, Equipment Notes, and SpecOps notes.
New roster menu option "Narrative Info" (if you have Narrative info enabled in your <a href="/settings.php">Settings</a>).
In addition, that same setting also enables a Rested tracker for your operatives.
</li>
<li>
<strong>08 Feb 2024</strong><br/>
New "homebrew" faction and first killteam is loaded!<br/>
<a href="https://ktdash.app/fa/HBR/kt/AEF">Assassin Execution Force</a>
</li>
<li>
<strong>23 Jan 2024</strong><br/>
New setting for those who don't like operative names: You can now select whether to show the operative's name or its type first.
</li>
<li>
<strong>25 Dec 2023</strong><br/>
Two new killteams loaded!<br/>
<a href="/fa/IMP/kt/SCT">Scout Squad</a> and <a href="/fa/AEL/kt/BOK">Blades of Khaine</a>!
</li>
<li>
<strong>15 Dec 2023</strong><br/>
Balance Dataslate 2023 Q4 is loaded!
</li>
<li>
<strong>04 Oct 2023</strong><br/>
New features for rosters: Custom keywords (to replace "<CHAPTER>" for example) and new flag to allow other users to import your custom portraits when they import your roster!
</li>
<li>
<strong>21 Sep 2023</strong><br/>
Added support for native sharing for mobile!
</li>
<li>
<strong>06 Sep 2023</strong><br/>
Loaded new kill team <a class="navloader" href="/fa/IMP/kt/SFJ">Strike Force Justian</a>!
</li>
<li>
<strong>03 Sep 2023</strong><br/>
Added support for auto-adding Lethal 5+ to Blast/Torrent/Splash weapons when in Close Quarters (check your <a href="/settings.php">Settings</a>)!
</li>
<li>
<strong>08 Aug 2023</strong><br/>
2023 Q3 Balance Dataslate is loaded (again - correctly this time)!
</li>
<li>
<strong>20 Jul 2023</strong><br/>
<strong>We're now at over 10,000 users!</strong><br/>
I wanted to share some <a href="/publicstats.php">stats</a> with everyone to highlight some of the most popular rosters and users:<br/>
<br/>
- Users: 10,075<br/>
- Rosters: 27,169<br/>
- Roster Operatives: 203,140<br/>
- Spotlighted Rosters: 653<br/>
</li>
<li>
<strong>28 Jun 2023</strong><br/>
2023 Q3 Balance Dataslate is loaded!<br/>
Updated the <a href="/dashboard">Dashboard</a>: Removed "Equipment" tab and added "Notes" tab
</li>
<li>
<strong>24 Jun 2023</strong><br/>
New special KillTeam <a href="/fa/SPEC/kt/ATP">Apprehend The Prisoner</a> loaded for a special narrative mission (from White Dwarf)
</li>
<li>
<strong>23 Jun 2023</strong><br/>
Loaded missing Rare Equipment and Battle honours for:
<ul>
<li>Novitiates</li>
<li>Pathfinders</li>
<li>Blooded</li>
<li>Void-Dancer Troupe</li>
<li>Wyrmblade</li>
<li>Wrapcoven</li>
</ul>
</li>
<li>
<strong>23 May 2023</strong><br/>
<a class="navloader" href="/fa/CHAOS/kt/CULT">Chaos Cultists</a> have been loaded!
</li>
<li>
<strong>22 May 2023</strong><br/>
<a class="navloader" href="/fa/IMP/kt/INQ">Inquisitorial Agents</a> have been loaded!
</li>
<li>
<strong>14 May 2023</strong><br/>
Added support for operative specialisms. Make sure to enable "Narrative Info" in the <a href="/settings.php">Settings</a>!
</li>
<li>
<strong>07 May 2023</strong><br/>
<a class="navloader" href="/fa/VOT/kt/HKS">Hearthkyn Salvagers</a> are loaded!
</li>
<li>
<strong>06 May 2023</strong><br/>
<a class="navloader" href="/fa/CHAOS/kt/FELL">Fellgor Ravagers</a> have been loaded!
</li>
<li>
<strong>31 Mar 2023</strong><br/>
<ul>
<li>
<a href="https://www.warhammer-community.com/wp-content/uploads/2023/03/obDcXbbjdnERFx6q.pdf" target="_blank">2023 Q1 dataslate updates</a> have been applied!
</li>
</ul>
</li>
<li>
<strong>26 Mar 2023</strong>
<ul>
Thanks to our fearless beta testers, auto-apply equipment mods is now live for everyone. Make sure to enable it in <a href="/settings.php">Settings</a> to try it out!
</ul>
</li>
<li>
<strong>18 Mar 2023</strong><br/>
<ul>
<li>
New <a href="/dashboard">Dashboard</a> feature: TacOps!
<br/>
Contains generic TacOps (Security/Recon/Infiltration/Search & Destroy) and all known team-specific TacOps
</li>
</ul>
</li>
<li>
<strong>17 Mar 2023</strong><br/>
<ul>
<li>
<a href="/dashboard">Dashboard</a> UI tweaks:
<ul>
<li>Collapse/expand all operatives</li>
<li>Color-coded Activated/Ready operatives (orange for ready, white for activated, grey for incapacitated)</li>
<li>Moved activation checkbox to operative header</li>
<li>Added abbreviation of operative type next to their name (e.g. "HGNR" for Heavy Gunner)</li>
</ul>
</li>
</ul>
</li>
<li>
<strong>23 Feb 2023</strong><br/>
<ul>
<li>
New <a href="/dashboard">Dashboard</a> feature: Set opponent!
<br/>
You can now select your opponent's roster/killteam and view their operatives' stats, weapons, status, etc. <br/>
Changes to your opponent's roster are reflected in close to real time (max delay ~3 seconds) so you'll always be up to date.
</li>
</ul>
</li>
<li>
<strong>15 Feb 2023</strong><br/>
<ul>
<li>
Added new killteams:
<ul>
<li><a href="/fa/IMP/kt/AES">Exaction Squad</a></li>
<li><a href="/fa/AEL/kt/HOTA">Hand Of The Archon</a></li>
</ul>
</li>
</ul>
</li>
<li>
<strong>29 Jan 2023</strong><br/>
<ul>
<li>
Two <a href="/dashboard">Dashboard</a> updates!
<ul>
<li>Track your operatives' orders and set the default operative order in the <a href="/settings.php">Settings</a>. </li>
<li>Strategic Ploys can now be activated, and active Strategic Ploys will be listed in each operative's Abilities section.</li>
</ul>
Each of these features was requested by a user in our <a href="https://discord.gg/zyuVDgYNeY" target="_blank">Discord</a>, come say hello!
</li>
<li>Lots of fixes for missing or incorrect operative keywords, typos, incorrect BS/WS and missing special/critical rules on some weapons.</li>
</ul>
</li>
<li>
<strong>26 Dec 2022</strong><br/>
Battle Honours and Rare Equipment! Universal Rare Equipment and Battle Honours are loaded for all teams, plus bespoke ones for:
<ul>
<li><a href="/fa/CHAOS/kt/GPI">Gellerpox Infected</a></li>
<li><a href="/fa/IMP/kt/INTS">Intercession Squad</a></li>
<li><a href="/fa/IMP/kt/ESS">Elucidian Starstriders</a></li>
<li><a href="/fa/IMP/kt/KAS">Kasrkin</a></li>
<li><a href="/fa/NEC/kt/HIER">Hierotek Circle</a></li>
<li><a href="/fa/TAU/kt/FSKB">Farstalker Kinband</a></li>
<li><a href="/fa/IMP/kt/INB">Imperial Navy Breachers</a></li>
</ul>
</li>
<li>
<strong>23 Dec 2022</strong><br/>
<ul>
<li>
Applied <a href="https://www.warhammer-community.com/faqs/#kill-team" target="_blank">Dec 2022 Errata</a> and <a href="https://www.warhammer-community.com/wp-content/uploads/2022/09/4PpUFsmOGVDYGaxW.pdf" target="_blank">2022Q4 Balance Dataslate</a> to all killteams.
</li>
</ul>
</li>
<li>
<strong>06 Nov 2022</strong><br/>
<ul>
<li>
Applied <a href="https://www.warhammer-community.com/faqs/#kill-team" target="_blank">Nov 2022 Errata</a>.
</li>
</ul>
</li>
<li>
<strong>24 Oct 2022</strong><br/>
<ul>
<li>
Added new killteams:
<ul>
<li><a href="/fa/IMP/kt/KAS">Kasrkin</a></li>
<li><a href="/fa/NEC/kt/HIER">Hierotek Circle</a></li>
</ul>
</li>
</ul>
</li>
<li>
<strong>22 Oct 2022</strong><br/>
<ul>
<li><h3>KTDash v2 is live!</h3> Please join the <a href="https://discord.gg/zyuVDgYNeY" target="_blank">Discord</a> to report any bugs.</li>
<li>
Added new killteams:
<ul>
<li><a href="/fa/IMP/kt/INB">Imperial Navy Breachers</a></li>
<li><a href="/fa/CHAOS/kt/GPI">Gellerpox Infected</a></li>
<li><a href="/fa/TAU/kt/FSKB">Kroot Farstalker Kinband</a></li>
<li><a href="/fa/IMP/kt/ESS">Elucidian Starstriders</a></li>
</ul>
</li>
</ul>
</li>
<li>
<strong>15 Sep 2022</strong><br/>
<ul>
<li>
Started a rewrite of the whole application, with account registration/sign up so you can more easily manage teams on multiple devices.<br/>
If you have feature requests, now is the time to submit them to the <a href="https://discord.gg/zyuVDgYNeY" target="_blank">Discord</a> "#feature-requests" channel!
</li>
</ul>
</li>
<li>
<strong>18 Aug 2022</strong><br/>
<ul>
<li>Added <a href="/fa/IMP/kt/INTS">Intercession Squad</a> kill team!</li>
<li>Added a new <a href="/r/PB-INTS">pre-built Intercession Squad</a> kill team</li>
</ul>
</li>
<li>
<strong>17 Jul 2022</strong><br/>
<ul>
<li>Fixed description of Grav-Chute equipment for <a href="/fa/IMP/kt/PHO">Phobos Strike Team</a>.</li>
<li>Added a new <a href="/u/KTDash">pre-built</a> <a href="/fa/IMP/kt/PHO">Phobos Strike Team</a> <a href="/r/PB-PHO">"Phobos"</a>.</li>
</ul>
</li>
<li>
<strong>14 Jul 2022</strong><br/>
<ul>
<li>Added missing "Relentless" on the Storm Bolter for Deathwatch Sergeant and Warrior.</li>
<li>Fixed typo ("Funner" instead of "Gunner") in <a href="/fa/TAU/kt/HC">Hunter Cadre</a> kill team composition.</li>
<li>Combined <a href="/fa/IMP/kt/NOV">Novitiates</a> Acts of Faith under one Ability (instead of one Ability per Act).</li>
<li>Fixed <a href="/fa/TAU/kt/HC">Hunter Cadre</a> portraits</li>
</ul>
</li>
<li>
<strong>06 Jul 2022</strong><br/>
<ul>
<li>Join our <a href="https://discord.gg/zyuVDgYNeY" target="_blank">Discord</a>!</li>
<li>Selected Equipment on the <a href="/dashboard">Dashboard</a> now updates operative characteristics to match!</i>
</ul>
</li>
<li>
<strong>02 Jul 2022</strong><br/>
<ul>
<li>Dashboard Equipment selections now push equipment into the appropriate section (weapons, abilities, or unique actions)</li>
<li>Fixed many typos in content</li>
<li>Fixed M and APL for Heavy Intercessors</li>
<li>Fixed most missing fireteam archetypes</li>
</ul>
</li>
<li>
<strong>25 Jun 2022</strong><br/>
<ul>
<li>Applied <a href="https://www.warhammer-community.com/2022/06/24/the-new-kill-team-balance-dataslate-is-here/" target="_blank">2022Q2 Balance Dataslate</a></li>
</ul>
</li>
<li>
<strong>30 May 2022</strong><br/>
<ul>
<li>Added <a href="/fa/CHAOS/kt/BLD">Blooded</a> and <a href="/fa/IMP/kt/PHO">Phobos Strike Team</a> killteams.
<li>Fixed show/hide portraits on dashboard (in the <a href="/settings.htm">Settings</a>)</li>
</ul>
</li>
<li>
<strong>29 Apr 2022</strong><br/>
<ul>
<li>Latest Errata from 29 Apr 2022 applied!</li>
</ul>
</li>
<li>
<strong>12 Apr 2022</strong><br/>
<ul>
<li>Added team archetype to <a href="/u">My Rosters</a> and <a href="/dashboard">Dashboard</a>.
</ul>
</li>
<li>
<strong>15 Mar 2022</strong><br/>
<ul>
<li>Added <a href="/fa/AEL/kt/COR">Corsair Voidscarred</a> killteam</li>
</ul>
</li>
<li>
<strong>13 Mar 2022</strong><br/>
<ul>
<li>Added <a href="/fa/CHAOS/kt/LEG">Legionaries</a> killteam</li>
</ul>
</li>
<li>
<strong>12 Mar 2022</strong><br/>
<ul>
<li>Added <a href="/fa/AEL/kt/VDT">Void-Dancer Troupe</a> killteam (replaces Troupe kill team)</li>
</ul>
</li>
<li>
<strong>09 Mar 2022</strong><br/>
<ul>
<li>Updated with latest balance dataslate</li>
<li>Removed obsolete teams Forge World (replaced with <a href="/fa/IMP/kt/HC">Hunter Clade</a>) and Thousand Sons (replaced with <a href="/fa/CHAOS/kt/WC">Warp Coven</a>)</li>
</ul>
</li>
<li>
<strong>06 Mar 2022</strong><br/>
<ul>
<li>Collapsible operative cards on the Dashboard</li>
<li>Updated UI on Dashboard and Compendium</li>
<li>Added operative activation tracker</li>
<li>Added dashboard <strong>Faith Points</strong> tracker for Novitiates</li>
</ul>
</li>
<li>
<strong>02 Feb 2022</strong><br/>
<ul>
<li>New <a href="/">homepage</a>!</li>
<li>Printable team list! Use the <i class="fas fa-print fa-fw"></i> Print icon on your <a href="/myteams.htm">team list</a> to print it out</li>
</ul>
</li>
<li>
<strong>01 Feb 2022</strong><br/>
<ul>
<li>Updated <a href="/fa/TAU/kt/PF">Pathfinder</a> Assault Grenadiers to not worsen their BS/WS when injured on the Dashboard</li>
</ul>
</li>
<li>
<strong>28 Jan 2022</strong><br/>
<ul>
<li>Updated images for the <a href="/fa/IMP/kt/GK">Grey Knights</a></li>
<li>Added QR Code to the team sharing link</li>
<li>Printable operative cards! Use the <i class="fas fa-print fa-fw"></i> button from <a href="/myteams.htm">My Teams</a></li>
</ul>
</li>
<li>
<strong>25 Jan 2022</strong><br/>
<ul>
<li>Applied all changes from the 20 Jan 2022 <a href="https://www.warhammer-community.com/faqs/#kill-team" target="_blank">Errata</a></li>
</ul>
</li>
<li>
<strong>13 Jan 2022</strong><br/>
<ul>
<li>Better selection of operatives from your team in the Dashboard (use the "Select Operatives" link)</li>
<li>Updated Dashboard to hide operative equipment, abilities, and unique actions if they are Incapacitated</li>
</ul>
</li>
<li>
<strong>11 Jan 2022</strong><br/>
<ul>
<li>
Added support for selecting operative equipment on the <a href="/dashboard.htm">Dashboard</a>.
</li>
</ul>
</li>
<li>
<strong>09 Jan 2022</strong><br/>
<ul>
<li>
Added support for showing/hiding (<i class="far fa-eye"></i>/<i class="far fa-eye-slash"></i>) operatives on the dashboard.
This is useful if your team is a full roster, and you are only taking some of your operatives for your match.
</li>
<li>Made team sharing URLs much shorter</li>
</ul>
</li>
<li>
<strong>05 Jan 2022</strong><br/>
<ul>
<li>Added <a href="/settings.htm">Settings</a> to let you change how your dashboard looks. You can now enable or disable operative portraits in the dashboard.</li>
<li>Added <a href="/sampleteams.htm">pre-built teams</a> ready to be imported.</li>
</ul>
</li>
<li>
<strong>04 Jan 2022</strong><br/>
<ul>
<li>Added missing images for <a href="/fa/IMP/kt/HC">Hunter Clade</a> KillTeam</li>
<li>Added support for re-ordering (<i class="fas fa-arrow-up fa-fw"></i> <i class="fas fa-arrow-down fa-fw"></i>) <a href="/myteams.htm">teams</a></li>
<li>Added support for cloning (<i class="far fa-copy fa-fw"></i>) <a href="/myteams.htm">teams</a></li>
<li>Added new page for generating operative names: <a href="/name.htm">Name Generator</a></li>
</ul>
</li>
<li>
<strong>03 Jan 2022</strong> - Compendium Updates<br/>
<ul>
<li>Fixed a BUNCH of typos in the compendium</li>
<li>Added missing Abilities and Unique Actions for <a href="/fa/IMP/kt/NOV">Novitiates</a> KillTeam</li>
<li>UI updates</li>
<li>Added a name generator for most operatives in the "Add Operative" dialog when editing your team</li>
</ul>
</li>
<li>
<strong>27 Dec 2021</strong> - Compendium Updates<br/>
<ul>
<li>Added <a href="/fa/TAU/kt/PF">Pathfinders</a> KillTeam to the Compendium</li>
</ul>
</li>
<li>
<strong>26 Dec 2021</strong> - Compendium Updates<br/>
<ul>
<li>Added <a href="/fa/IMP/kt/VG">Veteran Guardsmen</a> KillTeam to the Compendium</li>
<li>Added <a href="/fa/CHAOS/kt/WC">Warp Coven</a> KillTeam to the Compendium</li>
<li>"Notes" on dashboard operatives are now persistent instead of being cleared when you leave the page</li>
</ul>
</li>
<li>
<strong>25 Dec 2021</strong> - Share Teams<br/>
<ul>
<li>You can now share your teams with others! Just click the <i class="fas fa-share-square fa-fw"></i> share button to get a custom URL for your team.
</ul>
</li>
<li>
<strong>24 Dec 2021</strong> - UI Updates<br/>
<ul>
<li>UI updates for "My Teams"</li>
</ul>
</li>
<li>
<strong>23 Dec 2021</strong> - Compendium Updates<br/>
<ul>
<li>Added <a href="/fa/IMP/kt/NOV">Novitiates</a> KillTeam to the Compendium</li>
<li>Added <a href="/fa/ORK/kt/KOM">Kommando</a> KillTeam to the Compendium</li>
<li>Next up: Pathfinders, Warp Coven, and Veteran Guardsmen</li>
</ul>
</li>
<li>
<strong>22 Dec 2021</strong> - Dashboard Updates<br/>
<ul>
<li>Changed operative wound counter (plus/minus instead of checkboxes)</li>
<li>Injured operatives now are tagged and their M and BS/WS stats reflect their Injured status</li>
<li>Dashboard now persists between page loads</li>
<li>Added "Reset Dashboard" button to clear wounds and reset CP/VP/Turning Points counters</li>
<li>Added support for re-ordering operatives in your teams</li>
<li>Added support for editing operatives in your teams (rename, change weapon selection)</li>
</ul>
</li>
<li>
<strong>21 Dec 2021</strong> - Team Building Updates<br/>
<ul>
<li>Completely rebuilt "My Teams" and added better functionality/UI for team management</li>
<li>Added support for removing operatives from teams (still need to add support for editing and reordering team operatives)</li>
</ul>
</li>
<li>
<strong>20 Dec 2021</strong> - Team Building Updates<br/>
<ul>
<li>Added support for deleting and renaming teams, adding operatives to teams</li>
<li>Updated saved teams logic to reduce the size of browser local storage</li>
<li>Added operative name generation for certain killteams (Space Marines, Ecclesiarchy, Necrons, Tyranids, Chaos Marines, Thousand Sons)</li>
<li>
Updated killteam UI for easier team management:
<ul>
<li>Weapon special rules can now be clicked to get an explanation of what they mean</li>
<li>Operative Unique Actions and Abilities are now clickable to get their full description (to reduce operative card size)</li>
</ul>
</li>
</ul>
</li>
<li>
<strong>18 Dec 2021</strong> - Building your own team<br/>
After thinking about it carefully, I realized there is no need for people to register/login to create their teams.
Instead, I will implement brower-based local storage to manage teams.<br/>
Added logic to create new teams from the Killteam page; removed "Sign Up" and "Log In" links; made dashboard available to all users; no longer requires being logged in to manage teams or dashboard; added toast logic.<br/>
Next:
<ul>
<li>Add operatives to my team</li>
<li>Review killteam/fireteam UI for best usability</li>
<li>Rename/delete/manage my teams</il>
<li>Rename/delete/manage my team operatives</li>
<li>Share teams</li>
</ul>
</li>
<li>
<strong>17 Dec 2021</strong> - Fixed Typos, Style Updates<br/>
Updated styles (dark background)<br/>
Fixed typos for <a href="/fa/IMP/kt/HC">Hunter Clade</a> kill team;
added missing weapon (Marksman Bolt Carbine) for Space Marine <a href="/fa/IMP/kt/SM">Infiltrator</a> Warrior;
fixed formatting for <a href="/fa/IMP/kt/GK">Grey Knights</a>.
</li>
<li>
<strong>22 Nov 2021</strong> - Style Updates<br/>
Tweaked the display/layout/styles of the compendium to increase readability.
</li>
<li>
<strong>19 Nov 2021</strong> - Sign Up/Log In<br/>
As a first step for creating and managing your own KillTeams (to be used in the Dashboard), implemented "Sign Up" and "Log In".
Stay tuned for more!
</li>
<li>
<strong>19 Nov 2021</strong> - New KillTeam: Hunter Clade<br/>
Added the Adeptus Mechanicus <a href="/fa/IMP/kt/HC">Hunter Clade KillTeam</a> from White Dwarf.
</li>
<li>
<strong>19 Nov 2021</strong> - Data Clean Up<br/>
Fixed a bunch of typos and renamed the KillTeams to match their designations in the compendium.
</li>
<li>
<strong>18 Nov 2021</strong> - GitHub DataSet<br/>
The full compendium JSON dataset is available in GitHub <a target="_blank" href="https://github.com/vjosset/killteamjson">here</a> and will be kept up to date moving forward.
</li>
<li>
<strong>17 Nov 2021</strong> - Factions<br/>
Updated the data set to group KillTeams under their respective factions.
</li>
</ul>
</div>
<!--#include virtual="footer.shtml" -->
</body>
</html>