MAULazyTeams version history - 4 versions
MAULazyTeams by archways
MAULazyTeams version history - 4 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 0.0.4
Released Feb 23, 2026 - 493.03 KBWorks with firefox 109.0a1 and laterMAULazyTeams v0.0.4 — UX & Automation Upgrade
New
Floating Icon Launcher
• Replaced text button with compact icon launcher
• Automatically injects next to Kontering button
• High-resolution icon for crisp display
• Hover animation and improved accessibility
• Cleaner, non-intrusive UI
Automation Improvements
• Improved Primula form detection & readiness checks
• More reliable row creation & filling workflow
• Automatic retry & verification of filled values
• Added safeguards against incomplete form states
Shift Processing Enhancements
• Accurate split-shift handling (pre/post 19:00)
• Weekend & evening categorization improvements
• Correct compensation type mapping
• Proper handling of multi-segment shifts
Plan Validation & Safety
• Prevents execution when plan data is incomplete
• Detects mismatched row counts before filling
• Improved error reporting & status messages
UI & Feedback Improvements
• Clear progress feedback during automation
• Better error visibility & recovery flow
• Automatic modal lifecycle & cleanup
• Health check feedback before start
Performance & Stability
• Reduced race conditions during page render
• Improved DOM selectors for Primula variations
• More robust event triggering for form inputs
⸻
Fixes
• Fixed issue where rows could fill with zero values
• Fixed missing compensation type assignments
• Fixed injection failing on some Primula layouts
• Fixed form readiness false positives
• Fixed Temporal comparison errors in shift parsing
⸻
Internal Improvements
• Refactored DOM utilities for reliability
• Improved state management & locking logic
• Enhanced verification & retry mechanisms
⸻
Notes for Users
• Extension now launches via icon button near Kontering
• If icon does not appear, refresh the Primula page
• Ensure API key is configured before startingSource code released under GNU General Public License v3.0 only
Older versions
Version 0.0.3
Released Feb 18, 2026 - 489.95 KBWorks with firefox 109.0a1 and laterMAULazyTeams 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
Source code released under GNU General Public License v3.0 only
Version 0.0.2
Released Feb 18, 2026 - 483.28 KBWorks with firefox 109.0a1 and laterWhat’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.Source code released under GNU General Public License v3.0 only
Version 0.0.1
Released Feb 13, 2026 - 481.48 KBWorks with firefox 109.0a1 and laterSource code released under GNU General Public License v3.0 only