Findomain Versions Save

The fastest and complete solution for domain recognition. Supports screenshoting, port scan, HTTP check, data import from other tools, subdomain monitoring, alerts via Discord, Slack and Telegram, multiple API Keys for sources and much more.

9.0.4

6 months ago

This is a bugfix release.

  • Fixes #321

9.0.3

7 months ago
  • Bump Cargo.toml version. Fixes #312

9.0.1

8 months ago

Welcome to the Findomain 9.0.0 release! :tada:

Changes

CI/CD Changes

Misc

New Contributors

Full Changelog: https://github.com/Findomain/Findomain/compare/9.0.0...9.0.1

9.0.0

1 year ago

Welcome to the Findomain 9.0.0 release! :tada:

Changes

New Contributors

Full Changelog: https://github.com/Findomain/Findomain/compare/8.2.2...9.0.0

8.2.2

1 year ago
  • Bump dependencies.
  • Clippy fixes.

8.2.0

1 year ago

Welcome to the Findomain 8.2.0 release! :tada:

It's a release with minor changes, security fixes, some development configurations added and that's it. As always, it is recommended to update.

Changes

Miscellaneous

Security

Security fixes have been reported by Github's dependabot and have been fixed bumping the libraries to use the latest releases. https://github.com/Findomain/Findomain/commit/114a7da63c926ba21bf6c97a223683bdae3f788b https://github.com/Findomain/Findomain/commit/f5376caf2a4c79662e13bdb82b380ad0b73bac41

8.1.1

2 years ago

WE WILL BREAK YOUR DOWNLOADS SOON :exclamation: :red_square:

From now and onwards, we will make use of the make-release Github Action to build our artifacts, it will help us to save time and resources building locally while being more transparent in the artifacts that we build. It also allows us to build for even more platforms.

We will continue uploading the files in the old path for future releases until the 15th of May allowing developers to perform their updates.

What is the change?

The action mentioned produces .zip artifacts, these are the ones that we will start using. So, the change, in summary, would be:

  1. Add .zip to your download URL, for example, if you had curl -LO https://github.com/Findomain/Findomain/releases/latest/download/findomain-linux you need to change it to: curl -LO https://github.com/Findomain/Findomain/releases/latest/download/findomain-linux.zip
  2. Uncompress the .zip file and now you will have a binary called findomain, not findomain-linux.
  3. You can rename the new binary or update your code to use the binary name findomain.
  4. That's it, the same applies to all the other platform releases.

Welcome to the Findomain 8.1.1 release! :tada:

Fixes

Thanks a lot to @ZeroDot1 for catching it!

8.1.0

2 years ago

WE WILL BREAK YOUR DOWNLOADS SOON :exclamation: :red_square:

From now and onwards, we will make use of the make-release Github Action to build our artifacts, it will help us to save time and resources building locally while being more transparent in the artifacts that we build. It also allows us to build for even more platforms.

We will continue uploading the files in the old path for future releases until the 15th of May allowing developers to perform their updates.

What is the change?

The action mentioned produces .zip artifacts, these are the ones that we will start using. So, the change, in summary, would be:

  1. Add .zip to your download URL, for example, if you had curl -LO https://github.com/Findomain/Findomain/releases/latest/download/findomain-linux you need to change it to: curl -LO https://github.com/Findomain/Findomain/releases/latest/download/findomain-linux.zip
  2. Uncompress the .zip file and now you will have a binary called findomain, not findomain-linux.
  3. You can rename the new binary or update your code to use the binary name findomain.
  4. That's it, the same applies to all the other platform releases.

Welcome to the Findomain 8.1.0 release! :tada:

New