Project Environment Switcher version history - 15 versions
Project Environment Switcher by jarnedel
Project Environment Switcher version history - 15 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.0.17
Released Sep 4, 2026 - 137.92 KBWorks with firefox 112.0 and laterSource code released under MIT License
Older versions
Version 1.0.16
Released Aug 22, 2026 - 136.2 KBWorks with firefox 112.0 and laterSource code released under MIT License
Version 1.0.15
Released Aug 22, 2026 - 134.79 KBWorks with firefox 112.0 and later- Instant Popup Startup: Reduced initial load time from ~110ms to <15ms by parallelizing async storage configuration and active tab retrieval with synchronous frame-1 rendering.
- Pure Vanilla TS in Content Scripts: Completely removed React / ReactDOM from content scripts running in web pages, replacing the in-page quick-access modal (
Ctrl+E) with an isolated Vanilla TS Shadow DOM. - Slashed per-tab injected script size from 207.4 kB down to 22.1 kB (90% reduction in tab memory footprint).
- Preact Compatibility & Zero-Dependency Router: Aliased popup UI to
preact/compatand implemented a lightweight zero-dependency state router, cutting total popup bundle size from 356 kB to 171 kB (52% reduction). - System Typography: Switched to native system font stacks (
system-ui, -apple-system), eliminating external webfont asset overhead.
- Full modular restructuring into cohesive bounded contexts under
src/modules/: environments: Project & environment switching, validation, base URL switching rules.pages: Visited page history search tree and starred favorites management.language: Multi-language extraction strategies and locale switcher.visual-indicators: Favicon border canvas badging, page borders, and color picker.health: Reachability polling, periodic alarms, and health status indicators.sync: Configuration export, import (merge/replace), and sync storage adapters.quick-access: In-pageCtrl+Espotlight modal.views: Clean top-level popup view shells (MainView,SettingsView,SetupWelcome).- Dedicated cross-cutting shared layer under
src/shared/(ui,router,extension,hooks,utils).
- Added a new setting: "Enable Pages & Bookmarks Tabs" in Display/Features settings.
- When disabled (default for minimalist setups):
- Top tab strip is hidden, presenting a direct, clean Environment Switcher.
- Background history querying is completely skipped on startup for even faster performance.
- Bottom-right favorite star button and keyboard shortcuts are neatly hidden.
- Replaced standard HTML checkboxes across all settings panels with modern, accessible, animated Toggle Switches (
Switch). - Replaced radio buttons in Data Settings with a sleek
[ Merge | Replace ]segmented control.
- Added browser-aware omnibox result formatting to eliminate raw
<match>...</match>XML tags in Firefox. - Formatted suggestions as clean
Project › Environment — URLbreadcrumbs. - Replaced internal raw IDs in suggestion targets with clean destination URLs.
Source code released under MIT License
Version 1.0.13
Released Aug 14, 2026 - 260.54 KBWorks with firefox 112.0 and laterSource code released under MIT License
Version 1.0.12
Released Aug 13, 2026 - 258.83 KBWorks with firefox 112.0 and laterSource code released under MIT License
Version 1.0.10
Released Apr 13, 2026 - 254.4 KBWorks with firefox 112.0 and laterSource code released under MIT License
Version 1.0.9
Released Apr 13, 2026 - 246.41 KBWorks with firefox 112.0 and laterSource code released under MIT License
Version 1.0.7
Released Apr 13, 2026 - 246.35 KBWorks with firefox 112.0 and laterSource code released under MIT License
Version 1.0.6
Released Apr 12, 2026 - 251.29 KBWorks with firefox 112.0 and laterupdate faviconSource code released under MIT License
Version 1.0.5
Released Apr 12, 2026 - 287.15 KBWorks with firefox 112.0 and laterSummary
This new release introduces the following features and improvements:
- Favorites Management: AddedFavoritesViewfor managing favorite pages with sorting and filtering by language.
- History page: Added a history page to quicly view pages you often visit.
- Keyboard Shortcuts: Implemented a keyboard shortcuts overlay and search focus handling for improved navigation.
- Middle-Click Support: Added middle-click functionality for opening environments in a new tab.
- UI Enhancements: Improved language selection behavior and keyboard interaction.
- Code Cleanup: Removed unused styles (App.css), AI-related settings, and integration files for a more streamlined codebase.
Changes Made- Introduced tools to improve user interaction and interface manageability.
Source code released under MIT License
Version 1.0.4
Released Oct 10, 2025 - 191.77 KBWorks with firefox 112.0 and laterfixex and general improvementsSource code released under MIT License
Version 1.0.3
Released Aug 1, 2025 - 192.54 KBWorks with firefox 112.0 and lateradd more settings and quality of life fixesSource code released under MIT License
Version 1.0.2
Released Jul 23, 2025 - 693.51 KBWorks with firefox 112.0 and laterAdded enviroment borderSource code released under MIT License
Version 1.0.1
Released Jul 17, 2025 - 621.23 KBWorks with firefox 112.0 and lateradded optional integration with lm-studio
added automatic enviroment names
cleanup uiSource code released under MIT License
Version 1.0.0
Released Jul 1, 2025 - 409.61 KBWorks with firefox 109.0 and laterSource code released under MIT License