[general]
name=QGIS DevTools
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
description=Advanced developer tools for QGIS. Includes remote debugging support via debugpy.
description[ru]=Продвинутые инструменты для разработчиков QGIS. Включает поддержку удалённой отладки через debugpy.
about=QGIS DevTools is a toolkit for QGIS plugin developers. It allows you to launch a debugpy server directly from QGIS and connect to the process from VS Code. In the future, more tools and new debugging libraries will be added to simplify everyday development tasks. Developed by NextGIS. Any feedback is welcome at https://nextgis.com/contact
about[ru]=QGIS DevTools — это набор инструментов для разработчиков плагинов QGIS. Он позволяет запускать сервер debugpy прямо из QGIS и подключаться к процессу отладки из VS Code. В будущем будут добавлены новые инструменты и библиотеки для отладки, чтобы упростить повседневные задачи разработки. Разработан компанией NextGIS. Любые отзывы приветствуются на https://nextgis.com/contact
version=1.3.0
author=NextGIS
email=info@nextgis.com

tags=debugging,development,tools

homepage=https://github.com/nextgis/qgis_devtools
tracker=https://github.com/nextgis/qgis_devtools/issues
repository=https://github.com/nextgis/qgis_devtools
user_guide=https://docs.nextgis.com/docs_ngqgis/source/devtools.html
icon=resources/icons/devtools_logo.svg
experimental=False
deprecated=False
supportsQt6=True

changelog=
    [1.3.0] - 2025.11.01:
        * Added the ability to debug scripts launched from the QGIS Python console
    [1.2.1] - 2025.10.15:
        * Updated maximum QGIS version to 4.99
    [1.2.0] - 2025.07.19:
        * Added message on plugin install and update
        * Added user guide button to debug status widget
        * Fixed multiple run tracking for older debugpy versions
        * Fixed launch issue on macOS
    [1.1.0] - 2025.07.03:
        * Added Qt6 support
        * Added user guide link to About dialog
        * Fixed accidental closing of plugin settings widgets
    [1.0.0] - 2025.06.26:
        * Initial release
