-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
747 lines (390 loc) · 17.3 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
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
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pitchXO changelog</title>
<link rel="shortcut icon" href="/assets/img/pitchxo.png" />
<link rel="icon" href="/assets/img/pitchxo.png" />
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<a href="/">
<img src="/assets/img/pitchxo.png" alt="pitchXO">
</a>
<div class="header-site-content">
<p>
<span class="site-title">
pitchXO
</span>
Changelog
</p>
<a href="https://app.pitchxo.com">Return to pitchXO Administration</a>
</div>
</div>
</div>
</header>
<nav id="global-nav" style=" background: #3778ff; height: 100vh; position: fixed; top: 0; left: 0; z-index: 100; width: 10px;">
</nav>
<div class="container changelog-container">
<li>
<h2>Add Downloads to your Folders</h2>
<div class="time minWidth900">
<a href="/add-downloads-to-your-folders/">
4 days ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/add-downloads-to-your-folders/">
4 days ago
</a>
</div>
</div>
<div class="content"><p>You can now organize your downloads within your own folder structure.</p>
<p>Up until now downloads were shown in your data room’s “Downloads” section. From now on you can instead move each download to a folder, so downloads will be displayed next to your decks and videos.</p>
</div>
</li>
<li>
<h2>Faster publishing times for big data rooms</h2>
<div class="time minWidth900">
<a href="/faster-publishing-times-for-big-data-rooms/">
4 days ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/faster-publishing-times-for-big-data-rooms/">
4 days ago
</a>
</div>
</div>
<div class="content"><p>With today’s update we improved the publishing times for huge data rooms by a big factor. If publishing took 1-3 minutes before, it shouldn’t take longer than 30 seconds.</p>
<p>Should you run into long publishing times - please reach out to our support so we can improve this for you.</p>
</div>
</li>
<li>
<h2>Access decks and videos from the folder view</h2>
<div class="time minWidth900">
<a href="/access-decks-and-videos-from-folder-view/">
4 days ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/access-decks-and-videos-from-folder-view/">
4 days ago
</a>
</div>
</div>
<div class="content"><p>In our quest to make the folder view the main organizational area - you can now edit decks, view deck statistics and edit videos from within it - by using the right mouse click button.</p>
<p>Once you right click on a deck, video or download, you will be able to edit their settings from within the folder view directly - without having to switch to the downloads/decks/videos areas.</p>
</div>
</li>
<li>
<h2>Use your own email server for invitation emails</h2>
<div class="time minWidth900">
<a href="/use-your-own-email-server-for-invitations/">
1 month and 2 weeks ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/use-your-own-email-server-for-invitations/">
1 month and 2 weeks ago
</a>
</div>
</div>
<div class="content"><p>You can now use your own SMTP server to send out invitation emails. Instead of being sent through our system, your invitations will be instead sent directly from your own email inbox.</p>
<p>You can configure the SMTP server settings for each data room under the “Advanced Email Settings” option.</p>
</div>
</li>
<li>
<h2>Add your new leads to Pipedrive CRM automatically</h2>
<div class="time minWidth900">
<a href="/add-your-new-leads-to-pipedrive-crm-automatically/">
9 months and 3 weeks ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/add-your-new-leads-to-pipedrive-crm-automatically/">
9 months and 3 weeks ago
</a>
</div>
</div>
<div class="content"><p>With the new <strong>Pipedrive CRM</strong> connector, you can automatically add new leads to your Pipedrive pipelines!</p>
<p>Once they log in again, we’ll be adding <strong>deal notes</strong> to the existing pipeline boxes. This way you can keep track of your lead activity automatically within Pipedrive.</p>
</div>
</li>
<li>
<h2>Get live updates within Slack</h2>
<div class="time minWidth900">
<a href="/get-live-updates-within-slack/">
9 months and 3 weeks ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/get-live-updates-within-slack/">
9 months and 3 weeks ago
</a>
</div>
</div>
<div class="content"><p>You can now receive live notifications of your lead activity from within Slack.</p>
<p>Once a lead signs up, you’ll also be able to directly approve or deny them directly within Slack without having to switch the app.</p>
</div>
</li>
<li>
<h2>Push your leads to your Mailchimp email list</h2>
<div class="time minWidth900">
<a href="/push-your-leads-to-your-mailchimp-email-list/">
10 months and 2 days ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/push-your-leads-to-your-mailchimp-email-list/">
10 months and 2 days ago
</a>
</div>
</div>
<div class="content"><p>We have just released our new MailChimp integration. You can now directly catch your leads emails, and add them to your existing MailChimp lists once they sign up in your data room.</p>
</div>
</li>
<li>
<h2>Override company details</h2>
<div class="time minWidth900">
<a href="/override-company-details/">
10 months and 1 week ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/override-company-details/">
10 months and 1 week ago
</a>
</div>
</div>
<div class="content"><p>You can now override company details on a data room basis. Normally when you create a data room, we will automatically display the company information from your billing account. Previously, if you changed this information, it would also be changed on all your data room.</p>
<p>You can now override the displayed company details for every data room separately.</p>
</div>
</li>
<li>
<h2>Data room unpublishing and deletion</h2>
<div class="time minWidth900">
<a href="/data-room-unpublishing-and-deletion/">
10 months and 3 weeks ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/data-room-unpublishing-and-deletion/">
10 months and 3 weeks ago
</a>
</div>
</div>
<div class="content"><p>We have just overhauled the data room overview, so it’s easier to keep track of specific data room statistics, while still keeping an eye on all of them.</p>
<p>Additionally you can now specifically either <code class="highlighter-rouge">unpublish</code> a data room - meaning it won’t be available online any longer, but still live on in your administration.</p>
<p>Or you can fully delete the data room, and all connected leads with it.</p>
</div>
</li>
<li>
<h2>Duplicate existing data room settings or content</h2>
<div class="time minWidth900">
<a href="/duplicate-existing-data-room-settings-or-content/">
10 months and 3 weeks ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/duplicate-existing-data-room-settings-or-content/">
10 months and 3 weeks ago
</a>
</div>
</div>
<div class="content"><p>When creating a new data room, you can now duplicate the settings and/or content from another data room.</p>
<p>This should make it simpler to quickly boot up a new data room, without having to configure everything from scratch.</p>
</div>
</li>
<li>
<h2>Organize your Decks and Videos with Folders</h2>
<div class="time minWidth900">
<a href="/organize-your-decks-and-videos-with-folders/">
11 months and 2 weeks ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/organize-your-decks-and-videos-with-folders/">
11 months and 2 weeks ago
</a>
</div>
</div>
<div class="content"><p>Today we have rolled out a new feature to pitchXO : <strong>Folders</strong>. You can currently reach this feature from the quick menu in the top left corner under “<strong>Organize Folders</strong>”</p>
<p>With folders you can now organize your decks and videos into your own structure, instead of having everything under “Decks” and “Videos”.</p>
<p>We’re still testing this feature, so any feedback would be greatly appreciated!</p>
</div>
</li>
<li>
<h2>Track the status of your outgoing invitations</h2>
<div class="time minWidth900">
<a href="/track-the-status-of-your-outgoing-invitations/">
1 year and 1 month ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/track-the-status-of-your-outgoing-invitations/">
1 year and 1 month ago
</a>
</div>
</div>
<div class="content"><p>With the latest pitchXO update we have added a status field for your lead invitations. You will now be able to see if an email has been rejected by the lead’s email server, and for which reasons.</p>
</div>
</li>
<li>
<h2>Faster publishing and percentage display</h2>
<div class="time minWidth900">
<a href="/faster-publishing-and-percentage-display/">
1 year and 2 months ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/faster-publishing-and-percentage-display/">
1 year and 2 months ago
</a>
</div>
</div>
<div class="content"><p>With today’s quick update you’ll be able to publish your data rooms much more rapidly – and also you’ll be able to see the percentage of the progress.</p>
<p>Further on with desktop notifications enabled, you’ll receive a desktop notification once your data room has been successfully published.</p>
</div>
</li>
<li>
<h2>Email whitelists</h2>
<div class="time minWidth900">
<a href="/email-whitelists/">
1 year and 5 months ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/email-whitelists/">
1 year and 5 months ago
</a>
</div>
</div>
<div class="content"><p>Today we’ve added a new feature : <strong>Email whitelists</strong>. With email whitelists you can set rules in <strong>pitchXO</strong>, which allow to fine-grain which of your leads should be auto-approved automatically.</p>
<p>This is an easy way to whitelist whole company segments of your leads, so they don’t have to wait up for manual approval.</p>
<p>E.g. if you’re sharing your data room with a client called <code class="highlighter-rouge">Investment Bank</code>, you’d add an entry for <code class="highlighter-rouge">*@investmentbank.com</code> to your whitelist filters.</p>
<p>Now any new leads that would sign up with their <code class="highlighter-rouge">[email protected]</code> email would be automatically approved and could see your data room right away.</p>
<p>We hope this helps you in reducing friction when sharing secured content with your leads.</p>
</div>
</li>
<li>
<h2>You can now disable PIN confirmations for email logins</h2>
<div class="time minWidth900">
<a href="/you-can-now-disable-pin-confirmations-for-email-logins/">
1 year and 5 months ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #b26cee;border: 1px solid #b26cee;">
Improvement
</div>
<div class="time maxWidth900 mb10">
<a href="/you-can-now-disable-pin-confirmations-for-email-logins/">
1 year and 5 months ago
</a>
</div>
</div>
<div class="content"><p>Yet another update to pitchXO’s <strong>email login</strong> functionality :</p>
<p>When a lead logs in with their email address, we usually send them a <strong>PIN number</strong> to their email address, so we can make sure the lead actually owns the email address they logged in with.</p>
<p>Today we’ve added a <strong>switch</strong> to <strong>disable this PIN check</strong>. You might want to use this in cases where only you share the landing page with a selected few people and trust them to use their proper email addresses.</p>
<p><strong>Please note : Disabling the PIN confirmation is a security risk, however it reduces the sign up friction for high valued leads.</strong></p>
<p>We do not recommend to disable the PIN confirmation on publicly linked landing pages, like your main investor page.</p>
</div>
</li>
<li>
<h2>Add Downloads to your Data Room</h2>
<div class="time minWidth900">
<a href="/add-downloads-to-your-data-room/">
1 year and 5 months ago
</a>
</div>
<div class="category">
<div class="category-meta mb10" style="background-color: #3778ff;border: 1px solid #3778ff;">
New
</div>
<div class="time maxWidth900 mb10">
<a href="/add-downloads-to-your-data-room/">
1 year and 5 months ago
</a>
</div>
</div>
<div class="content"><p>We have just released the Download Center.</p>
<p>You can now upload a variety of documents to your landing page which your leads can download securely after logging in.</p>
<p>Security wise each download request creates a unique link for the user, which expires after a few seconds - so the download links cannot be shared easily.</p>
<p>You will also see which files your leads downloaded in your lead email report.</p>
<p>Please note that once a file is downloaded, access control is out of your reach of course.</p>
</div>
</li>
</div>
<script>
var APP_ID = "hkga1xha";
window.intercomSettings = {
app_id: APP_ID
};
(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;
s.src='https://widget.intercom.io/widget/' + APP_ID;
var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()
</script>
</body>
</html>