Serious bug in Windows 5.4.2 version

First Windows Defender didn't like it and wanted to prevent installation then Avast Antivirus warned about installation.

On generating a Preview the HTML contians a link to an image that doesn't exist in the project.

Ian

It's common knowledge in the world of computers that you disable anti-virus software when installing software. You may need to add exceptions even after a program is installed.

We renewed our code signing certificate, so it may be a few days before Windows learns to recognize it. You can check our release in https://www.virustotal.com/ to make sure.

Thanks Martin I figured that might be the case, especially as I downloaded and installed very quickly after your release post,.Avast did a thorough check and found no issues after I opted to continue, I guess just not on their databases.

It was the other issue that was the major concern and I emailed details, I have some other issues like Javascript not appearing when previewing a page. However I think I'll un-install BS completely as I had the previous version crash wildly a few days earlier. I've not added content yet as I'm at the design stage and have exported my finished component elements anyway. It seems more logical that somethings corrupted during the crash.

Ian

OK clean install after renaming the two data directories.

There's an issue when adding JavaScript, it's there when you Apply it, shows in the HTML window but is not there in the Preview, however it is there when the file is exported.

This is the exported file:

</div> <script src="assets/js/jquery.min.js"></script> <script src="assets/bootstrap/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script> <script src="assets/js/ianlightbox.js"></script> </body>

And this is from the Preview:

</div> <script src="/js/jquery-3.5.1.min.js"></script> <script src="/bootstrap/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script> <script id="bs-live-reload" data-sseport="56862" data-lastchange="1603924170783" src="/js/livereload.js"></script> </body>

</html>

As you can seee the JS file ianlightbox.js is missing, this makes re-styling the Lightbox Gallery very difficult if you can't preview changes.

Ian