[general]
name=Collaboration
qgisMinimumVersion=3.22
description=Real-time QGIS collaboration with shared cursors and geographic annotations.
about=Collaboration connects QGIS users over a local network through an integrated TCP relay.
    Participants can see each other's presence and cursors, create geographic annotations,
    edit any shared annotation, and delete annotations for everyone. Users who connect later
    automatically receive the current annotation state. The plugin does not create or modify
    vector layers and requires no external Python dependencies. Annotations remain available
    while the host relay is running. The current protocol has no encryption or authentication,
    so it should be used on trusted networks or through a VPN.
version=1.2.7
author=Fernando Bojorquez
email=fernando.bojorquez@uabc.edu.mx
category=Web
tags=collaboration,annotations,realtime,multiuser,network,map
homepage=https://github.com/Bocho1997/Collaboration
repository=https://github.com/Bocho1997/Collaboration
tracker=https://github.com/Bocho1997/Collaboration/issues
icon=icon_collaboration.svg
experimental=False
deprecated=False
server=False
hasProcessingProvider=False
changelog=1.2.7
    - Fixed host mode so its local client connects through the relay's LAN address.
    - Migrated saved host configurations that still used loopback.
    1.2.6
    - Start collaboration now connects immediately using saved settings.
    - Configure collaboration now saves settings without starting a relay.
    1.2.5
    - Updated the QGIS warning message level enum for Qt6 compatibility.
    1.2.4
    - Repackaged the validated security, Qt6, and LAN relay fixes for publication.
    1.2.3
    - Fixed embedded relay startup verification when bound to the detected LAN address.
    1.2.2
    - Updated Qt enums and dialog execution calls for Qt6 compatibility.
    1.2.1
    - Resolved QGIS security scan findings for silently ignored exceptions.
    - Restricted relay binding to an explicit LAN or loopback address.
    1.2.0
    - Added collaborative point annotations.
    - Added shared create, edit and delete operations.
    - Added annotation snapshots for newly connected users.
    - Added CRS transformation for annotations and remote cursors.
    - Replaced toolbar artwork with unique SVG icons.
    - Renamed and translated the plugin to Collaboration.
    1.1.0
    - Focused the plugin on connection, presence and remote cursors.
    - Removed collaborative layer tracking and editing audit features.
    1.0.0
    - Initial standalone release.
