| Reason | Example | |--------|---------| | Bug fixes | Resolving a crash caused by a changed DOM element after a UI redesign. | | API changes | Adjusting request URLs after the server migrates to a new version. | | Security patches | Replacing hard‑coded credentials with a more secure storage method. | | Feature additions | Adding a new “Alliance War Dashboard” widget. |
All three share the same download‑update cycle: obtain the source code, place it where the host environment can run it, and periodically replace it with a newer version that fixes bugs or adds features. imperia online script downloadl upd
| Item | Completed? (✔/✘) |
|------|-----------------|
| Read release notes for vX.Y.Z | ✘ |
| Verify SHA‑256 hash of the download | ✘ |
| Backup existing config.json | ✘ |
| Pull latest code (git pull or download zip) | ✘ |
| Replace old files in the userscript manager / extension folder | ✘ |
| Restart browser (or reload extension) | ✘ |
| Test basic functionality on a non‑critical account | ✘ |
| Check console for errors or warnings | ✘ |
| Document any configuration changes made | ✘ | | Reason | Example | |--------|---------| | Bug