- fixed editor not updating when action triggered
- fixed issue with invisible code in editor
- added option to redirect to www
- updated Angular and other dependencies
- updated Angular to 14.0.1
- updated bootstrap to 5.1.3
- added translation for Brasilian Portuguese (pt-br) thanks to regivaldo
- added mapping of resources to recommended mime types
- moved security related options to their own section
- generator is now a split screen. Each side can scroll independently.
- textarea was replaced with an syntax-highlighting editor (codeJar)
- generator: removed redundant redirection with -s. Thanks to stack overflow user Klaassiek. See post.
- moved alert about server to a own question at the beginning
- moved alter about renaming the htaccess file under the download button. Appears after click on download.
- improved generation of htaccess file
- added Allow-Origins-Header rule with support of multiple origins
- added Rule to remove X-Powered-By header
- added Rule to remove server signature
- design improvements: description for each rule is hidden by default. Click on question mark to show it.
- fixed issue with HTTPS redirection. It ignored the paths and redirected just to the index.html.
- Browser caching fix is now applied only on files without a hash string to improve loading performance of apps
- fixed htaccess not working on reload bug #1
- added question about base-href attribute
- added question about HTTP to HTTPS Redirection
- added question about excluded directories
- added question about disabling browser cache