MemexNG-Semantic History Search의 버전 기록 - 3개 버전
MemexNG-Semantic History Search 제작자: Durga Gairhe
MemexNG-Semantic History Search의 버전 기록 - 3개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.4.0
2026년 5월 19일에 출시 - 23.51 MBfirefox 58.0 이상에서 작동v0.4.0 — Firefox MV2 support & cross-browser compatibility
- Add Firefox MV2 support: offscreen document fallback via hidden iframe
- Fix Firefox MV2 compatibility: switched all chrome. API calls to browser.
(Promise-based wrappers via wxt/browser) for history, bookmarks, alarms,
contextMenus, omnibox, tabs, and runtime APIs
- Fix browserAction API: handle Firefox MV2's browser.browserAction alias
- Fix build: switch background chunk from IIFE to ES format to support
WASM top-level await (voy-search), wrap in async IIFE at post-processing
- Fix build: strip Vite lib-mode generated "background;" references from
all output chunks
- Remove unused "storage" permission
- Fix circular dependency in importAllData (accept optional rebuildVoyIndex)
- Fix vectorStore: import voy-search dynamically to avoid WASM bundling
issues in Firefox MV2All Rights Reserved에 따라 릴리스된 소스 코드
이전 버전
버전 0.3.0
2026년 5월 19일에 출시 - 23.41 MBfirefox 109.0a1 이상에서 작동Release Notes — v0.3.0
What's New
- Chrome Manifest V3 support — Service worker now runs without module imports, fully compatible with Chrome's MV3 requirements
- Zero unsafe-eval required — All code runs via classic scripts with inlined imports; no eval() or remote code anywhere
- Dual-browser builds — Chrome MV3 + Firefox MV2 from a single codebase
Bug Fixes
- Fixed ReferenceError: x is not defined at service worker startup caused by multi-chunk import dedup — shared chunks (hash, vectorStore) now properly expose all exports to all consumers
- Fixed import() is disallowed on ServiceWorkerGlobalScope — dynamic imports are recursively inlined into IIFEs
- Fixed Assignment to constant variable errors in strict-mode async IIFEs — export assignments use .then() callbacks instead of direct reassignment
- Fixed 404 errors for deleted chunks — inlined chunks shared with popup/options/offscreen are no longer removed from the build output
Full Changelog
- Background service worker inlines all static + dynamic imports into a single classic script
- Both builds pass acorn parse validation with 0 imports
- Firefox: added browser_specific_settings.gecko.id and data_collection_permissions for AMO compliance
- Removed unused storage permission to avoid store review flagsAll Rights Reserved에 따라 릴리스된 소스 코드
버전 0.2.0
2026년 5월 16일에 출시 - 23.4 MBfirefox 109.0a1 이상에서 작동All Rights Reserved에 따라 릴리스된 소스 코드