python-abraflexi (1.1.2-1) unstable; urgency=medium

  * Fix response unwrapping: read/listing responses are wrapped under
    the evidence/sub-resource name, not the generic 'results' key used
    by write operations - _fetch_contact_projection, get_columns,
    iterate_all and similar were silently getting the raw wrapped dict
    instead of parsed data.
  * Fix get_columns() applying "conditions" as raw (silently ignored) URL
    query parameters instead of a real filter expression - discovered via
    get_bank_account_number() leaking bank accounts across companies.
  * Fix get_bank_account_number() to resolve the firma relation via the
    address's kod (as actually stored: code:<kod>), not its numeric id.

 -- vitex <info@vitexsoftware.cz>  Thu, 02 Jul 2026 12:43:57 +0200

python-abraflexi (1.1.1-1) unstable; urgency=medium

  * Add bilingual (English + Czech) Sphinx documentation under docs/en and
    docs/cs, covering authentication, CRUD/identifiers, filtering,
    pagination/sorting, detail levels/relations, batch operations/actions/
    locking, attachments, the Changes API, reports/QR codes/user queries,
    the evidence classes/mixins, error handling, and an autodoc-based API
    reference
  * Add python3-abraflexi-doc-en binary package: Sphinx/Shibuya-themed
    English HTML documentation, installed to
    /usr/share/doc/python3-abraflexi-doc-en/html with Apache2 and Nginx
    serving snippets (pattern adapted from multiflexi-doc-en)
  * Add project logo (python-abraflexi.svg) as the Sphinx theme logo/
    favicon, plus links to the GitHub repository and VitexSoftware on the
    documentation landing pages
  * Fix docs/conf.py sys.path fixup to resolve relative to conf.py's own
    location instead of the current working directory, so autodoc works
    when Sphinx is invoked from the repo root during packaging
  * Fix title underline length in docs/en/index.rst and docs/cs/index.rst

 -- vitex <info@vitexsoftware.cz>  Thu, 02 Jul 2026 08:30:00 +0200

python-abraflexi (1.1.0-1) unstable; urgency=medium

  * Add attachment upload support (add_attachment,
    add_attachment_from_file), adapted from the PHP
    AbraFlexi\Priloha::addAttachment reference implementation

 -- vitex <info@vitexsoftware.cz>  Wed, 01 Jul 2026 23:56:28 +0200

python-abraflexi (1.0.2) unstable; urgency=medium

  * debian package name fix
  * Add AppStream metainfo and stock icon (python-abraflexi.svg)
  * Rename WARP.md to AGENTS.md

 -- vitex <info@vitexsoftware.cz>  Tue, 30 Jun 2026 22:05:00 +0100

python-abraflexi (1.0.1-1) unstable; urgency=medium

  [ Vítězslav Dvořák ]
  * Initial release
  * Converted from PHP AbraFlexi library
  * Full REST API support with ReadOnly and ReadWrite classes
  * Support for all authentication methods
  * Transaction and batch operation support
  * Native Python type conversion
  * Comprehensive examples and documentation

 -- vitex <info@vitexsoftware.cz>  Wed, 28 Jan 2026 21:41:22 +0100
