Skip to content

Releases: Lissy93/domain-locker

Release v0.1.4 of Domain Locker

14 Feb 07:41
f163539

Choose a tag to compare

This release contains performance improvments and bug fixes for the self-hosted eddition.

  • Adds support for Docker secrets (fixed #40 for @DennisGaida)
  • Adds support for additional TLDs, including .house (fixed #44 for @jwtoler)
  • Ensures whois contained in container (fixed #46 for @mszczepanczyk)
  • Fixes issue in the bulk domain import (fixed #55 for @INIGHub)
  • Uses correct currency symbols across locales (fixed #56 for @michaelsage)
  • Adds dropdown menu for selecting registrars from previously used (fixed #57 for @jnnkls)
  • Implements full domain data export on self-hosted (fixed #60 for @cznanoko)
  • Updates get domain subs, to not fallback to shodan unless enabled (fixed #62 + #37 for @alzalia1)
  • Adds safegurard before reporting a removal in change history (fixed #63)
  • Fixes the displaying of registrar/ssl/host stats pie (fixed #64 for @pvyswiss)
  • Fixes escaping issues with registrar names containing a / (fixed #65 for @aburnsni)
  • Adds support for using different Postgres username (fixed #66 for @Zeilar)

Release v0.1.3 of Domain Locker

11 Feb 10:03
be9ec01

Choose a tag to compare

🐛 Bug Fixes

Release v0.1.2 of Domain Locker

14 Nov 22:08

Choose a tag to compare

V1.0.2, fixes Postgres setup script, updates docs (#41)

Release v0.1.1 of Domain Locker

14 Nov 21:51
37b834d

Choose a tag to compare

✨ New Features

  • 584fd09 - add support for secret environment variables in app and postgres deployments (commit by @wuast94)

🐛 Bug Fixes

Release v0.1.0 of Domain Locker

26 Jul 08:52
ecac9ab

Choose a tag to compare

✨ New Features

  • Ingress template for helm chart - thanks @utsavv27! (fixed #30)

🐛 Bug Fixes

  • Improve robustness of domain-info lookups (fixed #29)
  • Fix issue with registrars view on self-hosted (fixed #28)

⚡ Refactors

  • Adds security policy and issue + PR templates
  • Some minor fixes and refactors

Release v0.0.9 of Domain Locker

13 Jul 20:26

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

Release v0.0.8 of Domain Locker

06 Jul 20:20
90922a4

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

Release v0.0.7 of Domain Locker

19 Jun 14:10

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

Release v0.0.6 of Domain Locker

19 Apr 13:47

Choose a tag to compare

This version implements support for self-hosting Domain Locker.

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

Release v0.0.5 of Domain Locker

23 Mar 20:05
93b0f70

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

  • 4f0aa45 - Manual chunking to reduce memory overhead during compile (commit by @Lissy93)