Skip to content

Releases: julianpoemp/ngx-htaccess-generator

fixed editor not updating when action triggered

16 Jul 12:41
Compare
Choose a tag to compare

Bugfixes

  • fixed editor not updating when action triggered

fixed issue with invisible code in editor

16 Jul 10:03
Compare
Choose a tag to compare

Bugfixes

  • fixes issue with invisible code in editor

redirection to www

16 Jul 06:53
Compare
Choose a tag to compare

Enhancements

  • added option to redirect to www

Others

  • updated Angular and other dependencies

updated Angular, added pt-br translation

09 Jun 20:03
Compare
Choose a tag to compare

Enhancements

  • updated Angular to 14.0.1
  • updated bootstrap to 5.1.3

Translations

  • added translation for Brasilian Portuguese (pt-br) thanks to regivaldo

mime types mappings

16 Sep 09:52
8db0fb0
Compare
Choose a tag to compare

Features

  • added mapping of resources to recommended mime types

Others

  • moved security related options to their own section

split screen, syntax highlighting

14 Aug 09:23
8f31263
Compare
Choose a tag to compare

Design

  • generator is now a split screen. Each side can scroll independently.
  • textarea was replaced with a syntax-highlighting editor (codeJar)

removed redundant -s redirection, small design improvements

13 Aug 06:58
a6815de
Compare
Choose a tag to compare

Generator

  • generator: removed redundant redirection with -s. Thanks to stack overflow user Klaassiek. See post.

Design

  • 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.

v1.0.7

11 May 13:24
641e0f0
Compare
Choose a tag to compare

Enhancements

  • fixed design issues when using dark mode
  • added 'further information' page

Bug Fixes

  • Prevent redirection to index.html for non-existing assets (issue #9)

Thanks to

v1.0.6

20 Feb 12:45
6f0f63f
Compare
Choose a tag to compare

1.0.6 (2021-02-20)

  • 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.

v1.0.5

19 Jan 21:27
16c6ae5
Compare
Choose a tag to compare

Enhancements:

  • generator: added segments parameter to rewrite rule
  • design: some optimizations for mobile devices

Thanks:

  • To @tzgued for the contribution (pull request #7).