Habeas version history - 14 versions
Habeas by David Marín Carreño
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.2.0
Released Jul 15, 2026 - 437.31 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Older versions
Version 0.1.68
Released Jul 15, 2026 - 431.28 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.67
Released Jul 15, 2026 - 426.52 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.66
Released Jul 14, 2026 - 410.69 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.65
Released Jul 13, 2026 - 396.25 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.64
Released Jul 13, 2026 - 380.9 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.63
Released Jul 12, 2026 - 380.45 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.62
Released Jul 12, 2026 - 378.9 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.61
Released Jul 12, 2026 - 374.02 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.60
Released Jul 12, 2026 - 371.78 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.59
Released Jul 12, 2026 - 371.72 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.58
Released Jul 12, 2026 - 355.3 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.57
Released Jul 12, 2026 - 352.5 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU Affero General Public License v3.0 only
Version 0.1.48
Released Jul 9, 2026 - 283.99 KBWorks with firefox 140.0 and later, android 142.0 and laterNEW SITE-CAPTURE CAPABILITIES (RUNTIME)
The extension can now extract from many more kinds of sites, driven entirely by declarative source data:
- Year-partitioned listing that adapts to each account's real history (stops after empty years) — for services that only expose items one year at a time
- Multi-period lists (assemble a list from several period requests), POST-body lists, and a date window
- Two-step document resolution — fetch a small page that links the real document, then download it (host-guarded)
- Documents delivered inside JSON (base64) and absolute-URL documents
- Declarative HTML → structured JSON extraction for pages with no embedded data
- Captured context values (e.g. an account id read from a request URL) and non-JWT bearer capture, so services with opaque tokens work
- Grouped sources — pick which bank account/card first; files are organised under a per-account folder.
- Learned document metadata — real dates/amounts discovered on download are remembered and shown in later listings (useful when a site's list hides them).
COMMUNITY SOURCES SYSTEM
- Source versioning with a per-source changelog shown in the catalog, plus one-click Update (and "Update all") when a newer version is available.
- Minimum-version gating — a source declares the minimum extension version it needs; the catalog shows "needs vX+" and disables install/update on older builds.
- Record mode can now infer a source from server-rendered / "AJAX-returns-HTML" pages, not just JSON APIs, so non-technical users can author more sites.
INTERFACE
- Live listing with progress ("Listing documents from 2026, page 3…") that fills the table as rows arrive.
- Working spinner + Stop button — cancel a long list/download; whatever finished is kept.
- Incremental saving — each document is written and marked delivered as it downloads, so an interrupted run keeps its progress and never re-downloads.
- Rows enrich live as documents download (date/amount/return status fill in), and flip to "sent".
RELIABILITY & SESSION CAPTURE
- Reliable in-session authorization capture for modern single-page apps (including banks): a CSP-proof page hook (runs in the page's MAIN world), background observation of the user's own session token, and merging a token seen across sibling API hosts of the same service.
- Better re-login handling (opens the site's sign-in page; recovers from sites that corrupt their own login cookies).
PERMISSIONS
- Added cookies (only to clear a site's own corrupted login cookies) and webRequest (observation-only, to capture the user's own session token for the site they're extracting from). Both operate locally in the user's session; nothing is sent to any tSource code released under GNU Affero General Public License v3.0 only