# Mandatory items:

[general]
name=Qgis2threejs
qgisMinimumVersion=3.4
qgisMaximumVersion=4.99
supportsQt6=True
description=3D map visualization and web export powered by three.js JavaScript library
about=This plugin visualizes DEM and vector data in 3D within web browsers. You can easily create various 3D objects, generate files for web publishing, and export 3D models in glTF format for 3DCG or 3D printing.
version=2.9.1
author=Minoru Akagi
email=akaginch@gmail.com

# Optional items:
changelog=
    Version 2.9.1
    - Fixed a f-strings syntax error caused by nested quotes in Python versions earlier than 3.12

    Version 2.9
    * Added
     - Qt6 support
     - TaskManager class for improved task management
     - A queue for sequential web transmission of generated data
     - An option to use original DEM values
    * Extensive Refactoring
     - Reorganized directory structure and file layout
     - Added and improved code comments
    * Improved Multithreading
     - Task management is now handled in the UI thread
     - Worker thread is now responsible only for data generation
    * Others
     - Updated DEM geometry generation to skip faces with no-data vertices
     - Improved progress bar in window to show task status, and web-side progress bar to show data loading status
     - Renamed keyframe group to track
     - Implemented chunked transfer for saving glTF data
     - Fixed the "visible on load" option behavior when using the 3D Viewer template

    Version 2.8
    - Added option to select either WebEngine or WebKit for preview from the menu
    - WebEngine view is now preferred option when available
    - Removed console panel
    - Developer tools are now accessible even when not in debug mode
    - Log python side warnings and errors also in the JavaScript console
    - An icon will appear in the status bar to indicate warnings or errors
    - Fixed a bug where labels were not displayed on Extruded/Overlay polygons
    - Fixed a bug that prevented the plugin settings dialog from opening due to the deprecation of SafeConfigParser

# tags are comma separated with spaces allowed
tags=3D,terrain,web,DEM,glTF,AR,narrative,story,animation

category=Web
homepage=https://github.com/minorua/Qgis2threejs
tracker=https://github.com/minorua/Qgis2threejs/issues
repository=https://github.com/minorua/Qgis2threejs
icon=Qgis2threejs.png
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
