Green Code version history - 3 versions
Green Code by NX-Org
Green Code version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.5.7
Released Apr 9, 2026 - 157.88 KBWorks with firefox 142.0 and later✦ 🚀 Release Notes - v1.5.7
Major Evolution: Green Timer is now Green Code!
We’ve rebranded to Green Code to better represent our mission of providing a professional, data-driven productivity suite for
algorithm mastery.
🛠️ Critical Bug Fixes
* Intelligent Problem Detection: Resolved the "#?" issue. We now use advanced deep-search logic (via NEXT_DATA) and flexible
regex to accurately fetch problem numbers even when LeetCode's UI hides them.
* HUD Control Restoration: Fixed the non-functional START/PAUSE buttons in the on-page HUD, ensuring they work perfectly across both
Live and Red (Testing) modes.
* Accurate Daily Tracking: Fixed a bug where daily solve counts in notifications and the badge would fail to update for repeat
problems or new submissions.
* HUD Stability: Implemented a singleton pattern to prevent multiple timers from appearing on the same page.
✨ UI & UX Improvements
* Compact High-Density View: Reduced font sizes for problem names and numbers in all lists, allowing you to see more of your history
at a glance.
* Refined Typography: Problem numbers are now bold and fully opaque, matching the sleek look of the problem titles.
* Smart Dropdowns: Fixed the "left-side overflow" bug—status dropdowns now intelligently align to the right to stay within your
screen bounds.
* Performance Optimization: Debounced background observers to ensure near-zero idle CPU usage while you code.
🔧 Architectural Updates
* Environment-Aware Badge: The extension icon now accurately reflects the state of your current environment (Green for Live, Red for
Testing).
* Full URL Migration: All documentation and repository links have been updated to the new home at
https://github.com/nxorg/green-code.Source code released under GNU General Public License v3.0 only
Older versions
Version 1.5.0
Released Apr 9, 2026 - 156.89 KBWorks with firefox 142.0 and later🚀 Release Notes - v1.5.0
Major Rebranding: Green Timer is now Green Code!
We’ve evolved. The extension has been renamed to Green Code to better reflect its status as a comprehensive productivity and analytics
hub for your technical interview preparation.
🛠️ Bug Fixes & Logic Improvements
* Fixed Daily Completion Counts: Resolved a critical bug where the "Today's Solved" count in notifications and the badge would show
"0" or fail to update for repeat problems.
* Submission-Centric Tracking: Fixed background data handling to correctly sync with our nested data model. Timestamps are now
accurately pulled from individual submissions rather than the parent problem.
* Corrected Notification Totals: Fixed the "Saved Problem" notification logic which previously failed to detect daily totals for
problems already in your history.
✨ New Features
* Repeat Solve Detection: When you finish a problem you've already tackled today, the notification now explicitly tells you: "Already
completed X time(s) today!"
* Enhanced Status Badge: The extension icon badge now reliably shows your progress in the format Solved:Running+Due (e.g., 5:1+2)
across all environments.
* Environment Isolation: Improved stability for Red Mode (Testing), ensuring your development and live data remain strictly
separated.
🌐 Compatibility & Branding
* Full URL Migration: All documentation and source links have been updated to the new repository:
https://github.com/nxorg/green-code.
* Cross-Browser MV3 Support: Optimized Manifest V3 configuration to ensure seamless performance on both Chrome and Firefox while
maintaining existing Firefox Add-on IDs for a smooth update process.Source code released under GNU General Public License v3.0 only
Version 1.4.0
Released Apr 6, 2026 - 154.52 KBWorks with firefox 142.0 and laterStrict Environment Isolation (Red Mode)
We’ve introduced a foundational safety layer to protect your practice history. The extension now supports a dual-environment
architecture:
- Green Mode (Live): Your real LeetCode history and settings.
- Red Mode (Testing): A 100% isolated sandbox triggered via ?red-mode=1.
- Database Partitioning: Testing data is now automatically prefixed with dev_, ensuring your live statistics and notes are never
affected by development or stress testing.
Unified Dev Bench
The standalone stress-test tools have been integrated directly into the core application:
- Integrated Generator: A new "Dev Bench" tab is now available within the main dashboard when Red Mode is active.
- High-Volume Testing: Inject thousands of mock entries to verify O(N) performance without leaving the application.
- Visual Safety: Added a red-themed UI and persistent "TESTING ENVIRONMENT" banner to prevent accidental data entry in the wrong
mode.
Engineering & Performance
- Zero-Redundancy Logic: Consolidated storage management into a single activeStorage layer.
- Codebase Cleanup: Removed legacy stress.js and test.html files to streamline the project structure.
- Surgical Clear: The "Factory Reset" and "Clear History" tools are now context-aware and only operate on the active environment.
Engineering Innovation for Everyone.
Maintained by NXORGSource code released under GNU General Public License v3.0 only