Historie doplňku MAULazyTeams - 3 verze
MAULazyTeams od archways
Historie doplňku MAULazyTeams - 3 verze
Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku.
Nejnovější verze
Verze 0.0.3
Vydáno 18. úno 2026 – 489,95 KBFunguje s: firefox 109.0a1 a novější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
Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Starší verze
Verze 0.0.2
Vydáno 18. úno 2026 – 483,28 KBFunguje s: firefox 109.0a1 a novější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.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.0.1
Vydáno 13. úno 2026 – 481,48 KBFunguje s: firefox 109.0a1 a novějšíZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0