Skip to content

Releases: julianpoemp/ngx-htaccess-generator

fixed editor not updating when action triggered

Choose a tag to compare

@julianpoemp julianpoemp released this 16 Jul 12:41

Bugfixes

  • fixed editor not updating when action triggered

fixed issue with invisible code in editor

Choose a tag to compare

@julianpoemp julianpoemp released this 16 Jul 10:03

Bugfixes

  • fixes issue with invisible code in editor

redirection to www

Choose a tag to compare

@julianpoemp julianpoemp released this 16 Jul 06:53

Enhancements

  • added option to redirect to www

Others

  • updated Angular and other dependencies

updated Angular, added pt-br translation

Choose a tag to compare

@julianpoemp julianpoemp released this 09 Jun 20:03

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

Choose a tag to compare

@julianpoemp julianpoemp released this 16 Sep 09:52
8db0fb0

Features

  • added mapping of resources to recommended mime types

Others

  • moved security related options to their own section

split screen, syntax highlighting

Choose a tag to compare

@julianpoemp julianpoemp released this 14 Aug 09:23
8f31263

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

Choose a tag to compare

@julianpoemp julianpoemp released this 13 Aug 06:58
a6815de

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

Choose a tag to compare

@julianpoemp julianpoemp released this 11 May 13:24
641e0f0

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

Choose a tag to compare

@julianpoemp julianpoemp released this 20 Feb 12:45
6f0f63f

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

Choose a tag to compare

@julianpoemp julianpoemp released this 19 Jan 21:27
16c6ae5

Enhancements:

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

Thanks:

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