• v3.0.0 743e50b18a

    v3.0.0 Stable

    kerem released this 2023-11-24 08:55:07 +03:00 | 5 commits to master since this release

    📅 Originally published on GitHub: Fri, 24 Nov 2023 05:55:34 GMT
    🏷️ Git tag created: Fri, 24 Nov 2023 05:55:07 GMT

    This release has moved the project to Docker!

    Other improvements:

    • Configuration is now managed through environment variables
    • "plugins" are now called "scanners" and are wired into the project properly
    Downloads
  • v2.2.4 b77cd5ec46

    v2.2.4 Stable

    kerem released this 2021-08-28 05:12:07 +03:00 | 21 commits to master since this release

    📅 Originally published on GitHub: Sat, 28 Aug 2021 02:15:25 GMT
    🏷️ Git tag created: Sat, 28 Aug 2021 02:12:07 GMT

    • #10: Notify Windows users if Npcap isn't installed when trying to scan the network using scapy
    Downloads
  • v2.2.3 99a4a2ed00

    v2.2.3 Stable

    kerem released this 2021-08-16 09:22:31 +03:00 | 27 commits to master since this release

    📅 Originally published on GitHub: Mon, 16 Aug 2021 06:26:30 GMT
    🏷️ Git tag created: Mon, 16 Aug 2021 06:22:31 GMT

    • Fix #2: Frontend ULRs not resolving correctly
    Downloads
  • v2.2.2 ce8c9b8f56

    v2.2.2 Stable

    kerem released this 2021-01-23 03:02:32 +03:00 | 34 commits to master since this release

    📅 Originally published on GitHub: Sat, 23 Jan 2021 00:06:42 GMT
    🏷️ Git tag created: Sat, 23 Jan 2021 00:02:32 GMT

    Downloads
  • v2.2.1 9350ad1836

    v2.2.1 Stable

    kerem released this 2020-03-16 12:25:20 +03:00 | 43 commits to master since this release

    📅 Originally published on GitHub: Mon, 16 Mar 2020 09:29:24 GMT
    🏷️ Git tag created: Mon, 16 Mar 2020 09:25:20 GMT

    This release contains small changes that allow plugin configuration values to be stored in config.json.

    Also:

    • The default internal scanning method is now treated as a plugin
    • prettier has been added as a JavaScript formatter
    Downloads
  • v2.2.0 1d043df244

    v2.2.0 Stable

    kerem released this 2020-03-13 14:12:44 +03:00 | 48 commits to master since this release

    📅 Originally published on GitHub: Fri, 13 Mar 2020 11:16:51 GMT
    🏷️ Git tag created: Fri, 13 Mar 2020 11:12:44 GMT

    This release focused on adding the scan time plots to the device and person page and add the ability to merge one device into another.

    This is a summary on what changed in this release:

    • Added the ability to merge two devices (if MAC addresses have changed)
    • Added scan time plot on the device page
    • Added scan time plot on the person page
    • Added debug command to help identify internal settings and locations
    • Fixed prettier config
    Downloads
  • v2.1.0 a71e54b268

    v2.1.0 Stable

    kerem released this 2020-03-10 11:50:17 +03:00 | 56 commits to master since this release

    📅 Originally published on GitHub: Tue, 10 Mar 2020 09:01:08 GMT
    🏷️ Git tag created: Tue, 10 Mar 2020 08:50:17 GMT

    This update adds support for building whos-on-my-network with a plugin. For example, executing package.sh asus-rt-ac58u will build the module into a binary that uses the asus-rt-ac58u plugin.

    Also:

    • Fixed plugin asus-rt-ac58u to support 3.0.0.4.382.51939 (2019/12/23)
    Downloads
  • v2.0.2 cbf93338c2

    v2.0.2 Stable

    kerem released this 2020-03-04 11:40:10 +03:00 | 65 commits to master since this release

    📅 Originally published on GitHub: Wed, 04 Mar 2020 08:44:14 GMT
    🏷️ Git tag created: Wed, 04 Mar 2020 08:40:10 GMT

    Each release will now contain whos_on_my_network with the pre-built web app and a Windows executable which does not require Python to run the application.

    • Moved config and database to external locations to support bundling to an executable
    Downloads