Skip to content

Releases: AtlasWiki/EndPointer

v1.0.0 - URL Classification and UI Design

08 Nov 20:41
68c89a1
Compare
Choose a tag to compare

What's Changed

(Updates in Chrome and Firefox extension stores may take 3 days or more)

  • Add URL Classification/Categorization beta features
  • Code refactoring
  • New UI Designs (Popup, Devtools, Webpage)
  • Color scheme has been changed
  • Change loading bar design
  • Add notification badge for the Auto Parser on state
  • Add download button to URLs

Bug Fixes

  • Deleting URLs in devtools is now captured in the live URL count
  • Refresh button now works in devtools
  • Fix responsiveness for default and tree view
  • Devtools no longer needs to take up to 75% of the window screen for visibility

Full Changelog: v0.1.0...v1.0.0

v0.1.0 - Initial Release

10 Oct 17:46
ba3f13c
Compare
Choose a tag to compare

Features:

  • URL/Endpoint parsing:

    • Parse for URLs in the current webpage and externally linked javascript files
  • Dynamic Script Loading:

    • Parses and checks for dynamically loaded script tags upon initial load
  • Auto parsing:

    • Parses when document loaded
  • Manual parsing:

    • Parses when "REPARSE" button is clicked

v0.1.0 - Initial Release

  • Scope declaration:

    • Defining parsing scope based on SLD + TLD or individual subdomains
  • Concurrent request setting:

    • Set the amount of concurrent requests to send
  • Interactive UI:

    • Devtools, popup, and webpage
  • Interactivity with URLs:

    • Search, filter, view code snippets, and view responses
  • Output results:

    • Default View and Tree View
  • Output saving:

    • TXT, CSV, and Unmodified
  • Dynamic Loading/Live Updating:

    • URL results and count are updated dynamically without refreshes