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.9.2
Vydáno 4. čvn 2026 – 66,62 KBFunguje s: firefox 58.0 a novějšíAdd support for the Gitee forgeZdrojový kód zveřejněn pod licencí Licence MIT
Starší verze
Verze 0.9.0
Vydáno 24. dub 2026 – 65,2 KBFunguje s: firefox 58.0 a novějšíVersion 9.0- Redesigned options page: each supported forge now has its own
on/off slider, so you can enable only the platforms you use.
"Enable all forges" turns every slider on (built-in and custom)
in one click. - Custom GitLab/Gitea instances can now be added directly from
the options page by typing a domain — or, as before, from the
extension popup on any repository page. - Import and export your custom-forge whitelist as a JSON file,
to share a common configuration across a team. - New lightgreen button when an archival visit is currently in
progress for a repository (was previously mis-reported as a
failed archival while the visit was still running). - New blue button when the extension cannot reach the Software
Heritage API — a clear signal distinct from "not archived". - Outgoing API requests now identify themselves with proper
Accept and User-Agent headers so they can be recognised by
Software Heritage infrastructure. - Internal improvements: the extension no longer sends cookies
on API calls (prevents spurious CSRF rejections when you are
logged into archive.softwareheritage.org in the same browser).
Source code, full changelog and issue tracker: https://github.com/rdicosmo/updateswhZdrojový kód zveřejněn pod licencí Licence MIT
- Redesigned options page: each supported forge now has its own
Verze 0.7.0
Vydáno 14. dub 2026 – 56,06 KBFunguje s: firefox 58.0 a novějšíVersion 0.7.0 — Internal rewrite for reliability and speed- Smaller and faster: the extension bundle is about 80% smaller
(jQuery dependency removed, hand-written vanilla JavaScript). - No changes to how the extension looks or behaves on the page.
Settings, permissions, and custom GitLab/Gitea instance lists are
preserved.
Zdrojový kód zveřejněn pod licencí Licence MIT
- Smaller and faster: the extension bundle is about 80% smaller
Verze 0.6.8
Vydáno 6. led 2024 – 90,95 KBFunguje s: firefox 48.0 a novějšíFixed an issue that led to showing the save icon on GitHub pages that do not correspond to repositories.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.7
Vydáno 18. zář 2023 – 90,89 KBFunguje s: firefox 48.0 a novějšíMinor update to remove an embedded font.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.6
Vydáno 18. led 2023 – 171,1 KBFunguje s: firefox 48.0 a novějšíAdd support for adding hostname of visited page as GitLab or Gitea instance.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.5
Vydáno 12. led 2023 – 168,6 KBFunguje s: firefox 48.0 a novějšíReduce size of save button to make it less intrusive.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.4
Vydáno 16. pro 2022 – 168,58 KBFunguje s: firefox 48.0 a novějšíImplemente workaround to support repositories nested in GitLab subgroups.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.3
Vydáno 19. zář 2022 – 168,56 KBFunguje s: firefox 48.0 a novějšíMore regexp fixes, add support for Gitea forges.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.2
Vydáno 23. srp 2022 – 168,32 KBFunguje s: firefox 48.0 a novějšíAdd more exclusion patterns for GitHub urlsZdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.1
Vydáno 24. čvc 2022 – 168,31 KBFunguje s: firefox 48.0 a novějšíSpeed up operations on GitHub pagesZdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.6.0
Vydáno 20. čvc 2022 – 167,98 KBFunguje s: firefox 48.0 a novějšíAdd support for user defined GitLab instances.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.9
Vydáno 17. čvc 2022 – 167,66 KBFunguje s: firefox 48.0 a novějšíImproved behaviour on GitHub pages, reduce API calls to SWH and code hosting platfoms.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.8
Vydáno 16. čvc 2022 – 167,41 KBFunguje s: firefox 48.0 a novějšíImproved behaviour on GitHub projects.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.7
Vydáno 16. čvc 2022 – 171,98 KBFunguje s: firefox 48.0 a novějšíAdd right mouse actions
Testing new observer approach to improve UX on GitHubZdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.6
Vydáno 14. čvc 2022 – 167,1 KBFunguje s: firefox 48.0 a novějšíAdded tooltips to explain the colors, and describe the intended operations.
Various improvements to the behaviour on GitHub and GitLab instances.
Log exceptions to simplify error reporting.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.5
Vydáno 11. čvc 2022 – 166,13 KBFunguje s: firefox 48.0 a novějšíFix display of orange color when rate limit is hit
Add support for GH tokenZdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.4
Vydáno 11. čvc 2022 – 166,1 KBFunguje s: firefox 48.0 a novějšíZdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.2
Vydáno 9. čvc 2022 – 165,82 KBFunguje s: firefox 48.0 a novějšíOpen save tab when clicking on the lightgreen button.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.1
Vydáno 6. čvc 2022 – 165,79 KBFunguje s: firefox 48.0 a novějšíAdd support for SWH API token for intense use of the extension.
Various security and code improvements.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.5.0
Vydáno 6. čvc 2022 – 165,78 KBFunguje s: firefox 48.0 a novějšíZdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.4.0
Vydáno 2. čvc 2022 – 698,46 KBFunguje s: firefox 48.0 a novějšíAdd support for Bitbucket originsZdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.3.0
Vydáno 30. čvn 2022 – 700,81 KBFunguje s: firefox 48.0 a novějšíAdd support for GitLab instances hosted on domain names of the form http(s)://gitlab.*.*/Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.2.2
Vydáno 28. čvn 2022 – 699,07 KBFunguje s: firefox 48.0 a novějšíFixed issue with save code now tab not opening.Zdrojový kód zveřejněn pod licencí Licence MIT
Verze 0.2.1
Vydáno 27. čvn 2022 – 698,88 KBFunguje s: firefox 48.0 a novějšíFixed permission issues
Add support for repositories hosted on GitLab.comZdrojový kód zveřejněn pod licencí Licence MIT