[general]
name=QChat
about="Let's chat with your fellow GIS mates in QGIS !"
category=Web
hasProcessingProvider=False
description=This plugin allows one to chat with other QGIS users connected at the same time.
icon=resources/images/logo_geotribu_orange.svg
tags=chat,community,geotribu,social

# credits and contact
author=Guilhem Allaman (Geotribu), Julien Moura (Geotribu)
email=geotribu@gmail.com
homepage=https://geotribu.github.io/qchat/
repository=https://github.com/geotribu/qchat
tracker=https://github.com/geotribu/qchat/issues/

# experimental flag
deprecated=False
experimental=False
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
supportsQt6=True

# versioning
version=1.0.2
changelog=
 Version 1.0.2:
 * fix(nickname): make `getuser` compliant with qchat by @gounux in <https://github.com/geotribu/qchat/pull/24>

 Version 1.0.1:
 * fix(conflict): rename plugin's toolbar to avoid conflicts with QTribu by @Guts in <https://github.com/geotribu/qchat/pull/21>
 * feature(qchat): use system username as default nickname by @Guts in <https://github.com/geotribu/qchat/pull/19>
 * refactor(consistency): move and rename QField plugin installation URL to constants module by @Guts in <https://github.com/geotribu/qchat/pull/22>
 * feature(message): display date tooltip on each message by @gounux in <https://github.com/geotribu/qchat/pull/23>
 * add(docs): how to use env vars to override plugin's preferences by @Guts in <https://github.com/geotribu/qchat/pull/20>

 Version 1.0.0:
 * First QChat non-beta version.


