Skip to content

Releases: SELESTER11/GitNav

GitNav v2.0.0 - Enhanced and added features

05 Jan 19:51

Choose a tag to compare

GitNav v2.0.0

Major update focused on improving search experience and eliminating browser autofill interference.

What's New

Enhanced Search Experience

  • New Activation Flow: Search now requires explicit button click
  • Zero Autofill Interference: Completely eliminated browser autofill issues
  • Smart Detection: System distinguishes real typing from autofill
  • Better UX: Clear visual feedback during activation

Critical Fixes

  • Fixed browser autofill interfering with search
  • Fixed GitHub search bar focus conflicts
  • Eliminated email/password autofill in search
  • Resolved input initialization race conditions

Performance

  • Improved event listener cleanup
  • Better memory management
  • Faster input activation
  • Enhanced sidebar isolation

Security Enhancements

  • Multi-layer autofill prevention
  • Random input identifiers
  • Email pattern rejection
  • Better browser extension isolation

Installation

Chrome Web Store: Coming soon

Manual Install:

  1. Download the extension files
  2. Go to chrome://extensions/
  3. Enable "Developer mode"
  4. Click "Load unpacked"
  5. Select the extension folder

Links


Full Changelog: v1.0.1...v2.0.0

GitNav v1.0.1

05 Jan 19:42

Choose a tag to compare

GitNav v1.0.1

Minor update with permission optimization.

Changes

  • Removed unnecessary activeTab permission
  • Improved extension security posture
  • Performance optimizations

Installation

Install from Chrome Web Store (coming soon) or manually load the extension.


Full Changelog: v1.0.0...v1.0.1