MAULazyTeams 版本历史 - 3 个版本
MAULazyTeams 作者: archways
MAULazyTeams 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.0.3
发布于 2026年2月18日 - 489.95 KB适用于 firefox 109.0a1 及更高版本MAULazyTeams v0.0.3 Release Notes
✨ Major Improvements
Modular Architecture
- Refactored extension into a modular "src/" structure
- Clear separation between background, content, shared utilities, and functions
- Improvised maintainability and future scalability
Multi‑Target Build System
- Added separate Firefox and Chrome build pipelines
- Updated Vite configuration for modular builds
- Added automated release packaging scripts
New Settings Popup
- Added extension popup for configuration
- Supports:
- API Key
- Remote Base URL
- Local Base URL
- Remote API toggle
Runtime UX Improvements
- Header shows API key status
- Warning banner displayed when API key is missing
- Run button disabled until configuration is valid
- Improved modal status feedback
UI Enhancements
- Injection button aligned next to Visa timlön
- Improved visual clarity and modal behavior
📦 Release Packaging
New scripts:
- release:ffx
- release:chrome
Each build generates:
distro.zip -> Ready-to-install extension package.
source.zip -> Full source code with build instructions.
⚠️ Breaking Changes- Project structure changed to modular layout
- Popup system replaced and relocated
- Build scripts renamed and separated by target
- API key is now required for execution
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
较早版本
版本 0.0.2
发布于 2026年2月18日 - 483.28 KB适用于 firefox 109.0a1 及更高版本What’s new / changed (v0.0.2)
• Added configurable extension settings + popup UI to set API key and choose remote/local base URL.
• Background requests now use the selected base URL and include the API key in POST /shifts/me.
• Added a background health check endpoint call; content script now polls health and enables/disables the Start button based on service readiness.
• Server: added API key validation + updated request schema for POST /shifts (returns 401 on invalid key).
• Updated manifest version and added storage permission for saving user settings.
• Updated .env.example with API_KEY, PORT, HOST, and debug flag adjustments.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布