MAULazyTeams のバージョン履歴 - 全 3 バージョン
MAULazyTeams 作成者: archways
MAULazyTeams のバージョン履歴 - 全 3 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 0.0.3
リリース日 : 2026年2月18日 - 489.95 KBfirefox バージョン 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 General Public License v3.0 のみ に従いリリースされています
以前のバージョン
バージョン 0.0.2
リリース日 : 2026年2月18日 - 483.28 KBfirefox バージョン 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 General Public License v3.0 のみ に従いリリースされています
バージョン 0.0.1
リリース日 : 2026年2月13日 - 481.48 KBfirefox バージョン 109.0a1 以降 で動作ソースコードは GNU General Public License v3.0 のみ に従いリリースされています