-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
670 lines (670 loc) · 36 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Social Surge Release Notes</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span
><span class="title">SocialSurge</span>
</a>
</div>
</header>
<div id="main">
<div class="inner">
<h2>Release 5.12.0</h2>
<h4>Date: 14 Dec, 2024</h4>
<ul>
<li>
<b>Stay Updated with the Latest Video Data:</b>
<ul>
<li>Automatically fetches new videos and refreshes information for older videos before Query Metadata tool execution.</li>
<li>Ensures a consistent and up-to-date database, eliminating the risk of outdated or stale information.</li>
</ul>
</li>
<li>
<b>Smarter Video Ingestion Process:</b>
<ul>
<li>Added validation to verify video IDs before ingestion, ensuring only valid IDs are processed.</li>
<li>Provides a categorized list of valid and invalid IDs, enabling users to take corrective actions if needed.</li>
<li>Enhances stability by preventing workflow interruptions caused by invalid inputs.</li>
</ul>
</li>
<li>
<b>Clearer Feedback for Worker Tasks:</b>
<ul>
<li>Introduced success and error messages for worker task outcomes, replacing unclear loading animations during failures.</li>
<li>Delivers a more transparent and user-friendly experience by keeping users informed at every step.</li>
</ul>
</li>
</ul>
<h2>Release 5.11.0</h2>
<h4>Date: 7 Dec, 2024</h4>
<ul>
<li>
<b>Ingest Video Tool:</b>
<ul>
<li>Simplified Ingestion:</li>
<ul>
<li>Replaced the Ingest Channel Tool with the Ingest Video Tool.</li>
<li>Users can now ingest videos by providing a video URL and the channel handle or name. This makes it more generic and easy to use for various tasks.</li>
</ul>
</ul>
</li>
<li>
<b>Video Model Enhancements:</b>
<ul>
<li>Added `isShort` and `isAnalyzed` parameters to the video model.</li>
<ul>
<li>Resolves "no context found" issues for unanalyzed videos.</li>
<li>Enables explicit analysis for short or long videos as required.</li>
</ul>
</ul>
</li>
<li>
<b>Workflow Optimizations:</b>
<ul>
<li>Enhanced Large Input Handling:</li>
<ul>
<li>Workflows now support larger inputs with optimized performance.</li>
<li>Improved context passing for faster, more reliable execution.</li>
</ul>
<li>Workflow Resume after Feedback:</li>
<ul>
<li>Resuming workflows after feedback only runs dependent nodes, skipping others.</li>
<li>Improves efficiency and reduces runtime.</li>
</ul>
</ul>
</li>
<li>
<b>UI Improvements:</b>
<ul>
<li>Added a loading spinner animation on worker nodes during feedback submission.</li>
<li>Introduced output type icons for workers within workflow templates, improving UI clarity and providing better context for users.</li>
</ul>
</li>
<li>
<b>Bug Fixes:</b>
<ul>
<li>Claude Output Issue:</li>
<ul>
<li>Resolved issue where Claude outputs were cut off midway.</li>
<li>Added debug logs and updated prompts to handle stop conditions.</li>
</ul>
<li>L2 Explorer Freezing:</li>
<ul>
<li>Fixed freezing issue caused by compatibility problems in the L2 Explorer.</li>
</ul>
</ul>
</li>
<li>
<b>Quality of Life Improvements:</b>
<ul>
<li>Added a "Copy as Markdown" option for Text Worker outputs.</li>
<li>Optimized query_metadata tool functionality for faster execution.</li>
<li>Integrated Brand Compass Report into L2 Explorer and Workers, improving the quality of the outputs.</li>
<li>Updated the React worker to output complete codes with all the required details and follow user instructions.</li>
</ul>
</li>
</ul>
<h2>Release 5.10.0</h2>
<h4>Date: 29 Nov, 2024</h4>
<ul>
<li>
<b>Workflow Enhancements:</b>
<ul>
<li>Current Worker Visibility:</li>
<ul>
<li>Users can now view the currently running worker in workflows, improving transparency and tracking of workflow progress.</li>
</ul>
<li>Edit File Inputs:</li>
<ul>
<li>Introduced a "Change File" button in input nodes of type file, allowing users to update file inputs directly without deleting and recreating the node.</li>
<li>Simplifies workflow editing, saving time and effort.</li>
</ul>
<li>Deleted Worker Highlighting:</li>
<ul>
<li>Deleted workers are now highlighted in red within workflows, making it easier to identify missing workers and maintain workflow integrity.</li>
</ul>
</ul>
</li>
<li>
<b>Worker Management:</b>
<ul>
<li>Delete Confirmation Modal:</li>
<ul>
<li>Added a modal when deleting a worker, highlighting associated workflows that use it.</li>
<li>Reduces accidental deletions by ensuring users are aware of potential impacts.</li>
</ul>
</ul>
</li>
<li>
<b>L2 Explorer Updates:</b>
<ul>
<li>Second Brains Dropdown:</li>
<ul>
<li>Added a dropdown menu for selecting specific second brains to include only the most relevant context.</li>
</ul>
</ul>
</li>
<li>
<b>Second Brains Enhancements:</b>
<ul>
<li>Improved Context Quality:</li>
<ul>
<li>Second brains are now added as complete documents instead of chunks.</li>
<li>Improves the LLM's ability to follow and utilize the context, resulting in more coherent and accurate outputs.</li>
</ul>
</ul>
</li>
<li>
<b>Ingest Channel Tool Updates:</b>
<ul>
<li>Support for Video Types:</li>
<ul>
<li>Added a new capability to filter video ingestion by type. Users can now specify the desired format—YouTube Shorts, full-length videos, or both—through a simple prompt to the worker.</li>
<li>Enables focused virality analysis based on specific video formats, ensuring insights align with user goals.</li>
</ul>
</ul>
</li>
<li>
<b>Bug Fixes:</b>
<ul>
<li>Second Brains Ingestion Bug:</li>
<ul>
<li>Resolved an issue where second brains ingestion and QC analysis was not working.</li>
</ul>
</ul>
</li>
</ul>
<h2>Release 5.9.0</h2>
<h4>Date: 22 Nov, 2024</h4>
<ul>
<li>
<b>Workflow Updates:</b>
<ul>
<li>Create Worker within Workflow:</li>
<ul>
<li>Users can now create workers directly within workflows, eliminating the need to switch back and forth between the worker page and workflows.</li>
<li>This streamlines the process and simplifies workflow creation.</li>
</ul>
<li>Handling Larger Workflows:</li>
<ul>
<li>We've enhanced the workflow system to better support larger workflows, solving the previous issue of timeouts after 15 minutes of execution.</li>
<li>This ensures smooth execution of complex workflows without interruptions.</li>
</ul>
<li>Input Node Modals:</li>
<ul>
<li>Added modals for input nodes, allowing users to view text inputs from previous workflow runs.</li>
<li>This feature helps users review and reuse previous inputs more easily, improving flexibility.</li>
</ul>
<li>Empty Input Validation:</li>
<ul>
<li>Workflows will now alert users with an error message if any input nodes are empty.</li>
<li>This prevents workflow failures due to missing data, ensuring smoother and more reliable execution.</li>
</ul>
</ul>
</li>
<li>
<b>Tool Call UI Update:</b>
<ul>
<li>Added Show More / Show Less functionality to the Tool Call UI for improved navigation.</li>
<li>This enhancement reduces the need for excessive scrolling, allowing users to focus on the sections that matter most for better visibility.</li>
</ul>
</li>
<li>
<b>Ingest Channel Tool Update:</b>
<ul>
<li>Users can now specify minimum and maximum duration for video/audio ingestion.</li>
<li>This added control allows for more precise management of content duration, optimizing the ingestion process.</li>
</ul>
</li>
<li>
<b>Minor Updates:</b>
<ul>
<li>Video Analysis JSON View:</li>
<ul>
<li>The video analysis JSON view now includes the source parameter, providing additional context for improved analysis.</li>
</ul>
<li>Brand Compass Report Fix:</li>
<ul>
<li>Resolved the issue that was causing failures in Brand Compass report generation, ensuring consistent and reliable report outputs.</li>
</ul>
</ul>
</li>
</ul>
<h2>Release 5.8.0</h2>
<h4>Date: 16 Nov, 2024</h4>
<ul>
<li>
<b>Long-Form Text Generation:</b>
<ul>
<li>Support for extensive content generation up to 5,000 words, perfect for detailed scripts and in-depth analyses</li>
<li>Improved content accuracy with stronger context adherence</li>
</ul>
</li>
<li>
<b>Refined Context Fetching Tool:</b>
<ul>
<li>Enhanced fetch context tool with support for specific sources like title, transcripting, video and thumbnails, enabling precise data retrieval</li>
</ul>
</li>
<li>
<b>UI and Workflow Updates:</b>
<ul>
<li>Redesigned Tool Calls UI for clearer request and response presentation, improving user understanding</li>
</ul>
</li>
</ul>
<h2>Release 5.7.0</h2>
<h4>Date: 9 Nov, 2024</h4>
<ul>
<li>
<b>Improved User Feedback System:</b>
<ul>
<li>Experience a more dynamic and responsive feedback loop, enabling workers to refine outputs and precisely meet your specific needs.</li>
</ul>
</li>
<li>
<b>Innovative Tools Approach for Image and React Workers:</b>
<ul>
<li>Empower your creative process with our advanced tools-driven framework, allowing Image and React workers to produce highly relevant outputs tailored to your prompts.</li>
<li>React components now generate detailed, contextually aligned outputs with enhanced channel insights.</li>
<li>Image workers create visuals that more accurately reflect the channel's unique style and branding.</li>
</ul>
</li>
</ul>
<h2>Release 5.6.0</h2>
<h4>Date: 4 Nov, 2024</h4>
<p>Introducing the Viral Video Idea Generator and enhanced analysis tools!</p>
<ul>
<li>
<b>Viral Video Idea Generator Workflow:</b>
<ul>
<li>Create Viral Content: This new workflow analyzes both high- and low-performing videos on your channel to generate a custom viral video idea tailored to your audience</li>
<li>Maximize Reach: By studying both successful and underperforming videos, you'll gain insights into what makes content go viral, helping you make informed, impactful content decisions.</li>
</ul>
</li>
<li>
<b>New Ingest Channel Tool:</b>
<p>Effortless Analysis: Automatically gathers top and bottom videos based on views for the selected channel, enabling competitive analysis and identification of viral trends</p>
</li>
<li>
<b>Expanded Video Insights:</b>
<p>360-Degree Analysis: L1 prompts now extract insights not only from video content but also from titles, thumbnails, and transcripts, giving you a holistic view of what drives virality.</p>
</li>
<li>
<b>Customizable Visuals:</b>
<p>Flexible Image Options: Select from various aspect ratios to best present your video content across platforms and formats.</p>
</li>
<li>
<b>Quality Enhancements:</b>
<ul>
<li>More Accurate Results: The fetch context tool now delivers sharper, more relevant insights, increasing the effectiveness of each analysis.</li>
<li>Improved Workflow Efficiency: Refined workflows and enhanced input handling provide more consistent, high-quality outputs tailored to your needs.</li>
</ul>
</li>
</ul>
<h2>Release 5.5.0</h2>
<h4>Date: 11 Oct, 2024</h4>
<p>Introducing powerful new tools in L2 Explorer!</p>
<ul>
<li>
<b>Query Metadata Tool:</b>
<p>Effortlessly fetches channel and video data from our comprehensive database</p>
</li>
<li>
<b>Fetch Context Tool:</b>
<p>Enhance your analysis with rich, relevant information about the channels and videos</p>
</li>
<li>
<b>Search Internet Tool:</b>
<p>Stay ahead with the latest information</p>
<ul>
<li>Find up-to-date information on any topic related to your content</li>
<li>Discover emerging trends and viral content ideas</li>
<li>Research competitors and industry leaders in real-time</li>
</ul>
</li>
<li>
<b>Generate Image Tool:</b>
<p>Bring your ideas to life visually</p>
</li>
<li>
<b>Generate React Tool:</b>
<p>Elevate your data presentation with react components.</p>
</li>
</ul>
<p>These powerful tools are now at your fingertips, ready to take your channel analysis and content creation to the next level.</p>
<h2>Release 5.4.0</h2>
<h4>Date: 1 Oct, 2024</h4>
<ul>
<li>
<b>Inline Comments:</b>
<p>Users can now provide inline feedback to workunits:</p>
<ul>
<li>Select the text you want to comment on</li>
<li>Enter feedback for the selected text</li>
</ul>
</li>
<li>
<b>Report Sections Ordering:</b>
<p>Report nodes now support custom ordering of output sections:</p>
<ul>
<li>A list of output sections is displayed in report edit mode</li>
<li>Sections can be reordered as required</li>
<li>Customize your reports to better suit your needs and presentation style</li>
</ul>
</li>
<li>
<b>New Input Nodes:</b>
<p>Two new input nodes have been added to expand your content sourcing options:</p>
<ul>
<li>File input node</li>
<li>URL input node</li>
</ul>
<p>These new nodes allow users to pass in a file or a URL as context, similar to context packs. This feature provides more flexibility in how you incorporate external information into your workflow.</p>
</li>
</ul>
<h2>Release 5.3.0</h2>
<h4>Date: 23 Sep, 2024</h4>
<ul>
<li>
Improved thumbnail generation by using IdeoGram APIs.
</li>
<li>
Updated the logic for short-form content script generation so that it is shorter by default.
</li>
<li>
Fixed create worker flow.
</li>
<li>
Improved WorkUnit quality.
</li>
</ul>
<h2>Release 5.2.0</h2>
<h4>Date: 17 Sep, 2024</h4>
<ul>
<li>
Context Documents in Channels:
<ul>
<li>You can now add context documents, including text, files, or URLs to any channel. URLs will be automatically scraped, allowing for content retrieval and seamless integration.</li>
<li>These context documents will be used to provide context and enhance the generation of workunits, ensuring more relevant and precise outputs.</li>
</ul>
</li>
<li>
Empty Channel Creation:
<ul>
<li>
From the channels page, you can create an empty channel, serving as a flexible container.
</li>
<li>
Empty channels can now accept context documents and can be utilized in multiple modules, such as Explorer, Reporting, Video Builder, and Workflows.
</li>
</ul>
</li>
<li>Scripts for short form content are now of optimal length.</li>
<li>Migrated from dedicated Opensearch clusters to serverless collections.</li>
</ul>
<h2>Release 5.1.0</h2>
<h4>Date: 10 Sep, 2024</h4>
<ul>
<li>Role based access control to all new features.</li>
<li>Users will have access to only Channels and Video Builder by default.</li>
<li>Others features will be accessible only when a corresponding role has been assigned to the user.</li>
</ul>
<h2>Release 5.0.0</h2>
<h4>Date: 06 Sep, 2024</h4>
<p>Say hello to <b>Workers</b> and <b>Workflows</b> - your new tools to create, collaborate, and excel seamlessly.</p>
<ul>
<li>
<h3>Workers: Empower Your Tasks with Precision!</h3>
Designed to handle a plethora of tasks efficiently. Imagine them as expertly skilled mini-bots living in your software, eager to take on any task you throw their way.
<ul>
<li><i>Multi-Format Support:</i> Whether it's crisp text, vivid images, or dynamic React components, Workers handle them all.</li>
<li><i>Feedback Integration:</i> Each output isn't just delivered; it's crafted to perfection with your feedback.</li>
</ul>
</li>
<li>
<h3>Workflows: Streamline Complexity Like Never Before!</h3>
Building on the robust foundation laid by Workers, Workflows is set to revolutionize the way you manage and execute your projects:
<ul>
<li><i>Chain Reaction:</i> Seamless transitioning of output from one Worker as the input for the next.</li>
<li><i>Graphical Visualization:</i> Get a bird's eye view of your workflows, understanding interconnections and dependencies clearly.</li>
<li><i>Context Management:</i> Provide variable contexts to ensure continuity without losing the essence of the task.</li>
<li><i>Interactive Modifications:</i> Provide feedback, and resume the workflow right from the last change.</li>
<li><i>Versioning System:</i> You can effortlessly navigate through different versions of your outputs. Modify, review, or roll back to previous versions at any stage. This not only secures your work against accidental changes but also empowers you to experiment and optimize without hesitation.</li>
</ul>
</li>
</ul>
<h2>Release 4.9.0</h2>
<h4>Date: 05 Sep, 2024</h4>
<ul>
<li>
Long Video Analysis
<ul>
<li>The Channel analysis page now shows a warning on selecting videos longer than 50 mins.</li>
<li>The user can either choose to deselct them or continue with only transcripts of the videos.</li>
<li>If uploaded or auto-generated captions are available on youtube, those are used for the analysis.</li>
<li>Else we fallback to transcripting the video ourselves using cloud services.</li>
<li>In future releases, we plan to ananlyze transcripts for all videos by default.</li>
</ul>
</li>
<li>Report generation now has access to all ingested videos' metadata along with the analyzed videos.</li>
<li>This allows us to show more relavant information in reports even if all videos of the channel are not analyzed.</li>
<li>To prevent the context from getting too long, we intelligently filter relavant videos whose metadata we want to include based on the report section prompt.</li>
<li>Static information has been removed from the 'Brainstorm New Viral Videos' report.</li>
</ul>
<h2>Release 4.6.5</h2>
<h4>Date: 31 Aug, 2024</h4>
<ul>
<li>Static information has been removed from 'Brainstorm New Viral Videos' report.</li>
</ul>
<h2>Release 4.6.4</h2>
<h4>Date: 30 Aug, 2024</h4>
<ul>
<li>Video Builder now produces content that matches the tone and style of the channel more accurately.</li>
<li>Added dropdown to produce short form content when brainstorming new idea for a channel.</li>
</ul>
<h2>Release 4.6.2</h2>
<h4>Date: 28 Aug, 2024</h4>
<ul>
<li>The Script stage in the Video Builder is now built in parts based on the script outline to prevent token limit overflow. This allows building much longer scripts.</li>
<li>'Regenerate with Feedback' and 'Next Stage' api calls in the Video Builder are now made async to prevent timeouts; while the UI polls for status.</li>
<li>The default output token limit for LLM calls has been increased to 8k from 4k.</li>
</ul>
<h2>Release 4.6.0</h2>
<h4>Date: 23 Aug, 2024</h4>
<ul>
<li>
"Brand Compass Samy" report template has been updated:
<ul>
<li>Percentages from the pie chart are removed.</li>
<li>Pie charts are now displayed for 12 months vs 30 days.</li>
</ul>
</li>
<li>Script stage has been added in the Video Builder.</li>
<li>
Thumbnails have been improved (16:9 size and enforcing second
brain rules).
</li>
<li>
All reports now use a less robotic tone and sound less like
'ChatGPT'.
</li>
<li>Home(Channels) page has been optimized to load faster.</li>
<li>
Channel details page has been optimized and issues with the loader are
now fixed.
</li>
<li>
Reports on Channel details page are now ordered and the sequence
does not change on new report generation.
</li>
</ul>
<h2>Release 4.5.0</h2>
<h4>Date: 20 Aug, 2024</h4>
<ul>
<li>Video Builder</li>
<ul>
<li>
<strong>Concept Initiation</strong>: Starts from creating the
concept, setting a solid foundation for your video project.
</li>
<li>
<strong>Create with Ease</strong>: Introducing our new Video
Builder, a tool designed to help you generate and visualize new
ideas for your video projects. It guides you through each stage
of the creation process.
</li>
<li>
<strong>Guided Workflow</strong>: With step-by-step assistance,
you'll find it easier than ever to bring your ideas to life.
</li>
<li>
<strong>Dynamic Feedback Integration</strong>: The Video Builder
can take feedback at any stage and update accordingly, allowing
for a flexible and iterative creation process.
</li>
<li>
<strong>Navigational Flexibility</strong>: Easily navigate back
and forth between all changes and stages, ensuring you can
refine and adjust your video content as needed.
</li>
</ul>
<li>Quality Control for Second Brains</li>
<ul>
<li>
The QC prompt can be edited from the new 'QC Prompts' page under
Admin section.
</li>
<li>
QC results are automatically generated when either a Second
Brain or the QC Prompt is edited.
</li>
<li>
Detailed QC results are displayed on clicking the 'Edit' button
for a Second Brain.
</li>
<li>
The QC prompt has been refined to detect Markdown structure
first and then subsequent evaluation rules.
</li>
<li>
'Download' button has been removed the Second Brains page to
keep the UI simple.
</li>
</ul>
</ul>
<h2>Release 4.2.0</h2>
<h4>Date: 12 Aug, 2024</h4>
<ul>
<li>
<a
href="https://socialsurge.statuspage.io"
target="_blank"
rel="noopener noreferrer"
>Status Page</a
>
is now live.
</li>
<li>
Websocket disconnection issue after idle timeout in L2 explorer is
fixed.
</li>
<li>Video ingestion and analysis requests are now queued.</li>
<li>Time was moved to bottom on report preview page.</li>
<li>
L2 explorer and reports now support input attachments and images.
</li>
<li>Analysis failures now have proper messages in the UI.</li>
</ul>
<h2>Release 4.1.0</h2>
<h4>Date: 8 Aug, 2024</h4>
<ul>
<li>
<b>Reports Simplification</b>
<ul>
<li>
Reports now support interactive widgets that can be generated
using the conversational interface. You can now add "Report
React Component", to a section in addition addomh text
sections.
</li>
<li>
The "Reports" menu item has now been removed. Reports can be
accessed via the channels details page.
</li>
<li>Reports are now auto-generated on video ingestion.</li>
</ul>
</li>
<li>
<b>UI/UX Fixes</b> - This release covers a number of UI/UX fixes
to the add channel, channel analysis history, and channel details
pages
</li>
<ul>
<li>
The 'Clear Search', 'Clear Date' buttons are updated to be
different from 'Fetch Videos' button and to be less prominent.
</li>
<li>
The highlight color when selecting video thumbnail has been
changed from black to blue.
</li>
<li>
The 'Edit Prompts' button is removed from the 'Add Channel'
page.
</li>
<li>
The 'Begin Video Analysis' button is changed to 'Begin Analysing
X selected videos' to dynamically show number of selected
videos.
</li>
<li>
Stop Date column is removed on Channel Analysis History page.
</li>
<li>
Status and Results are separated into separate columns and
display corresponding information.
</li>
<li>
Error messages have been improved and will reflect for new
executions. Old stuck executions have been handled.
</li>
<li>
All videos including ones that have failed will be shown on
clicking 'Details' button on the Channel Analysis History page.
</li>
<li>
UX for View/Download buttons has been improved on the Details
page.
</li>
</ul>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>